system HF staff commited on
Commit
00d5499
1 Parent(s): 9012d0d

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +160 -0
README.md ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "eraser_multi_rc"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [https://cogcomp.seas.upenn.edu/multirc/](https://cogcomp.seas.upenn.edu/multirc/)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 1.59 MB
37
+ - **Size of the generated dataset:** 60.70 MB
38
+ - **Total amount of disk used:** 62.29 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ Eraser Multi RC is a dataset for queries over multi-line passages, along with
43
+ answers and a rationalte. Each example in this dataset has the following 5 parts
44
+ 1. A Mutli-line Passage
45
+ 2. A Query about the passage
46
+ 3. An Answer to the query
47
+ 4. A Classification as to whether the answer is right or wrong
48
+ 5. An Explanation justifying the classification
49
+
50
+ ### [Supported Tasks](#supported-tasks)
51
+
52
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
53
+
54
+ ### [Languages](#languages)
55
+
56
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
57
+
58
+ ## [Dataset Structure](#dataset-structure)
59
+
60
+ We show detailed information for up to 5 configurations of the dataset.
61
+
62
+ ### [Data Instances](#data-instances)
63
+
64
+ #### default
65
+
66
+ - **Size of downloaded dataset files:** 1.59 MB
67
+ - **Size of the generated dataset:** 60.70 MB
68
+ - **Total amount of disk used:** 62.29 MB
69
+
70
+ An example of 'validation' looks as follows.
71
+ ```
72
+ This example was too long and was cropped:
73
+
74
+ {
75
+ "evidences": "[\"Allan sat down at his desk and pulled the chair in close .\", \"Opening a side drawer , he took out a piece of paper and his ink...",
76
+ "label": 0,
77
+ "passage": "\"Allan sat down at his desk and pulled the chair in close .\\nOpening a side drawer , he took out a piece of paper and his inkpot...",
78
+ "query_and_answer": "Name few objects said to be in or on Allan 's desk || Eraser"
79
+ }
80
+ ```
81
+
82
+ ### [Data Fields](#data-fields)
83
+
84
+ The data fields are the same among all splits.
85
+
86
+ #### default
87
+ - `passage`: a `string` feature.
88
+ - `query_and_answer`: a `string` feature.
89
+ - `label`: a classification label, with possible values including `False` (0), `True` (1).
90
+ - `evidences`: a `list` of `string` features.
91
+
92
+ ### [Data Splits Sample Size](#data-splits-sample-size)
93
+
94
+ | name |train|validation|test|
95
+ |-------|----:|---------:|---:|
96
+ |default|24029| 3214|4848|
97
+
98
+ ## [Dataset Creation](#dataset-creation)
99
+
100
+ ### [Curation Rationale](#curation-rationale)
101
+
102
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
103
+
104
+ ### [Source Data](#source-data)
105
+
106
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
107
+
108
+ ### [Annotations](#annotations)
109
+
110
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
111
+
112
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
113
+
114
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
115
+
116
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
117
+
118
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
119
+
120
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
+
122
+ ### [Discussion of Biases](#discussion-of-biases)
123
+
124
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
125
+
126
+ ### [Other Known Limitations](#other-known-limitations)
127
+
128
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
129
+
130
+ ## [Additional Information](#additional-information)
131
+
132
+ ### [Dataset Curators](#dataset-curators)
133
+
134
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
+
136
+ ### [Licensing Information](#licensing-information)
137
+
138
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
+
140
+ ### [Citation Information](#citation-information)
141
+
142
+ ```
143
+
144
+ @unpublished{eraser2019,
145
+ title = {ERASER: A Benchmark to Evaluate Rationalized NLP Models},
146
+ author = {Jay DeYoung and Sarthak Jain and Nazneen Fatema Rajani and Eric Lehman and Caiming Xiong and Richard Socher and Byron C. Wallace}
147
+ }
148
+ @inproceedings{MultiRC2018,
149
+ author = {Daniel Khashabi and Snigdha Chaturvedi and Michael Roth and Shyam Upadhyay and Dan Roth},
150
+ title = {Looking Beyond the Surface:A Challenge Set for Reading Comprehension over Multiple Sentences},
151
+ booktitle = {NAACL},
152
+ year = {2018}
153
+ }
154
+
155
+ ```
156
+
157
+
158
+ ### Contributions
159
+
160
+ Thanks to [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.