sihao commited on
Commit
df7e00b
1 Parent(s): eb3194d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +108 -0
README.md CHANGED
@@ -1,3 +1,111 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ task_categories:
4
+ - text-classification
5
+ - token-classification
6
+ - text-generation
7
+ language:
8
+ - en
9
+ tags:
10
+ - NLP
11
+ - Entailment
12
+ - NLI
13
+ - google-research-datasets
14
+ pretty_name: PropSegment
15
+ size_categories:
16
+ - 10K<n<100K
17
  ---
18
+ # Dataset Card for Dataset Name
19
+
20
+ ## Dataset Description
21
+
22
+ - **Homepage:** https://github.com/google-research-datasets/PropSegmEnt
23
+ - **Repository:** https://github.com/google-research-datasets/PropSegmEnt
24
+ - **Paper:** https://arxiv.org/abs/2212.10750
25
+ - **Point of Contact:** [email protected]
26
+
27
+ ### Dataset Summary
28
+
29
+ This is a reproduced (i.e. after web-crawling) and processed version of [the "PropSegment" dataset](https://github.com/google-research-datasets/PropSegmEnt) from Google Research.
30
+ PropSegment (Proposition-level Segmentation and Entailment) is a large-scale, human annotated dataset for segmenting English text into propositions, and recognizing proposition-level entailment relations --- whether a different, related document entails each proposition, contradicts it, or neither.
31
+
32
+ The dataset features >45k human annotated propositions, i.e. individual semantic units within sentences, as well as >35k entailment labels between propositions and documents.
33
+
34
+ Check out more details in the [dataset paper](https://arxiv.org/abs/2212.10750).
35
+
36
+
37
+ ## Dataset Structure
38
+
39
+ ### Data Instances
40
+
41
+
42
+
43
+ ### Data Fields
44
+
45
+ [More Information Needed]
46
+
47
+ ### Data Splits
48
+
49
+ [More Information Needed]
50
+
51
+ ## Dataset Creation
52
+
53
+ ### Curation Rationale
54
+
55
+ [More Information Needed]
56
+
57
+ ### Source Data
58
+
59
+ #### Initial Data Collection and Normalization
60
+
61
+ [More Information Needed]
62
+
63
+ #### Who are the source language producers?
64
+
65
+ [More Information Needed]
66
+
67
+ ### Annotations
68
+
69
+ #### Annotation process
70
+
71
+ [More Information Needed]
72
+
73
+ #### Who are the annotators?
74
+
75
+ [More Information Needed]
76
+
77
+ ### Personal and Sensitive Information
78
+
79
+ [More Information Needed]
80
+
81
+ ## Considerations for Using the Data
82
+
83
+ ### Social Impact of Dataset
84
+
85
+ [More Information Needed]
86
+
87
+ ### Discussion of Biases
88
+
89
+ [More Information Needed]
90
+
91
+ ### Other Known Limitations
92
+
93
+ [More Information Needed]
94
+
95
+ ## Additional Information
96
+
97
+ ### Dataset Curators
98
+
99
+ [More Information Needed]
100
+
101
+ ### Licensing Information
102
+
103
+ [More Information Needed]
104
+
105
+ ### Citation Information
106
+
107
+ [More Information Needed]
108
+
109
+ ### Contributions
110
+
111
+ [More Information Needed]