polinaeterna HF staff commited on
Commit
ef8c801
1 Parent(s): 2334bf9

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -226
README.md DELETED
@@ -1,226 +0,0 @@
1
- ---
2
- annotations_creators:
3
- - crowdsourced
4
- language_creators:
5
- - crowdsourced
6
- language:
7
- - en
8
- license:
9
- - mit
10
- multilinguality:
11
- - monolingual
12
- size_categories:
13
- - 100K<n<1M
14
- - 10K<n<100K
15
- source_datasets:
16
- - original
17
- task_categories:
18
- - question-answering
19
- - text2text-generation
20
- task_ids:
21
- - abstractive-qa
22
- - extractive-qa
23
- paperswithcode_id: duorc
24
- pretty_name: DuoRC
25
- configs:
26
- - ParaphraseRC
27
- - SelfRC
28
- dataset_info:
29
- - config_name: SelfRC
30
- features:
31
- - name: plot_id
32
- dtype: string
33
- - name: plot
34
- dtype: string
35
- - name: title
36
- dtype: string
37
- - name: question_id
38
- dtype: string
39
- - name: question
40
- dtype: string
41
- - name: answers
42
- sequence: string
43
- - name: no_answer
44
- dtype: bool
45
- splits:
46
- - name: train
47
- num_bytes: 239852925
48
- num_examples: 60721
49
- - name: test
50
- num_bytes: 49142766
51
- num_examples: 12559
52
- download_size: 34462660
53
- dataset_size: 340658266
54
- - config_name: ParaphraseRC
55
- features:
56
- - name: plot_id
57
- dtype: string
58
- - name: plot
59
- dtype: string
60
- - name: title
61
- dtype: string
62
- - name: question_id
63
- dtype: string
64
- - name: question
65
- dtype: string
66
- - name: answers
67
- sequence: string
68
- - name: no_answer
69
- dtype: bool
70
- splits:
71
- - name: train
72
- num_bytes: 496683105
73
- num_examples: 69524
74
- - name: test
75
- num_bytes: 115215816
76
- num_examples: 15857
77
- download_size: 62921050
78
- dataset_size: 718409466
79
- duplicated_from: duorc
80
- ---
81
-
82
- # Dataset Card for duorc
83
-
84
- ## Table of Contents
85
- - [Dataset Description](#dataset-description)
86
- - [Dataset Summary](#dataset-summary)
87
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
88
- - [Languages](#languages)
89
- - [Dataset Structure](#dataset-structure)
90
- - [Data Instances](#data-instances)
91
- - [Data Fields](#data-fields)
92
- - [Data Splits](#data-splits)
93
- - [Dataset Creation](#dataset-creation)
94
- - [Curation Rationale](#curation-rationale)
95
- - [Source Data](#source-data)
96
- - [Annotations](#annotations)
97
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
98
- - [Considerations for Using the Data](#considerations-for-using-the-data)
99
- - [Social Impact of Dataset](#social-impact-of-dataset)
100
- - [Discussion of Biases](#discussion-of-biases)
101
- - [Other Known Limitations](#other-known-limitations)
102
- - [Additional Information](#additional-information)
103
- - [Dataset Curators](#dataset-curators)
104
- - [Licensing Information](#licensing-information)
105
- - [Citation Information](#citation-information)
106
- - [Contributions](#contributions)
107
-
108
- ## Dataset Description
109
-
110
- - **Homepage:** [DuoRC](https://duorc.github.io/)
111
- - **Repository:** [GitHub](https://github.com/duorc/duorc)
112
- - **Paper:** [arXiv](https://arxiv.org/abs/1804.07927)
113
- - **Leaderboard:** [DuoRC Leaderboard](https://duorc.github.io/#leaderboard)
114
- - **Point of Contact:** [Needs More Information]
115
-
116
- ### Dataset Summary
117
-
118
- The DuoRC dataset is an English language dataset of questions and answers gathered from crowdsourced AMT workers on Wikipedia and IMDb movie plots. The workers were given freedom to pick answer from the plots or synthesize their own answers. It contains two sub-datasets - SelfRC and ParaphraseRC. SelfRC dataset is built on Wikipedia movie plots solely. ParaphraseRC has questions written from Wikipedia movie plots and the answers are given based on corresponding IMDb movie plots.
119
-
120
- ### Supported Tasks and Leaderboards
121
-
122
- - `abstractive-qa` : The dataset can be used to train a model for Abstractive Question Answering. An abstractive question answering model is presented with a passage and a question and is expected to generate a multi-word answer. The model performance is measured by exact-match and F1 score, similar to [SQuAD V1.1](https://huggingface.co/metrics/squad) or [SQuAD V2](https://huggingface.co/metrics/squad_v2). A [BART-based model](https://huggingface.co/yjernite/bart_eli5) with a [dense retriever](https://huggingface.co/yjernite/retribert-base-uncased) may be used for this task.
123
-
124
- - `extractive-qa`: The dataset can be used to train a model for Extractive Question Answering. An extractive question answering model is presented with a passage and a question and is expected to predict the start and end of the answer span in the passage. The model performance is measured by exact-match and F1 score, similar to [SQuAD V1.1](https://huggingface.co/metrics/squad) or [SQuAD V2](https://huggingface.co/metrics/squad_v2). [BertForQuestionAnswering](https://huggingface.co/transformers/model_doc/bert.html#bertforquestionanswering) or any other similar model may be used for this task.
125
-
126
- ### Languages
127
-
128
- The text in the dataset is in English, as spoken by Wikipedia writers for movie plots. The associated BCP-47 code is `en`.
129
-
130
- ## Dataset Structure
131
-
132
- ### Data Instances
133
-
134
- ```
135
- {'answers': ['They arrived by train.'], 'no_answer': False, 'plot': "200 years in the future, Mars has been colonized by a high-tech company.\nMelanie Ballard (Natasha Henstridge) arrives by train to a Mars mining camp which has cut all communication links with the company headquarters. She's not alone, as she is with a group of fellow police officers. They find the mining camp deserted except for a person in the prison, Desolation Williams (Ice Cube), who seems to laugh about them because they are all going to die. They were supposed to take Desolation to headquarters, but decide to explore first to find out what happened.They find a man inside an encapsulated mining car, who tells them not to open it. However, they do and he tries to kill them. One of the cops witnesses strange men with deep scarred and heavily tattooed faces killing the remaining survivors. The cops realise they need to leave the place fast.Desolation explains that the miners opened a kind of Martian construction in the soil which unleashed red dust. Those who breathed that dust became violent psychopaths who started to build weapons and kill the uninfected. They changed genetically, becoming distorted but much stronger.The cops and Desolation leave the prison with difficulty, and devise a plan to kill all the genetically modified ex-miners on the way out. However, the plan goes awry, and only Melanie and Desolation reach headquarters alive. Melanie realises that her bosses won't ever believe her. However, the red dust eventually arrives to headquarters, and Melanie and Desolation need to fight once again.", 'plot_id': '/m/03vyhn', 'question': 'How did the police arrive at the Mars mining camp?', 'question_id': 'b440de7d-9c3f-841c-eaec-a14bdff950d1', 'title': 'Ghosts of Mars'}
136
- ```
137
-
138
- ### Data Fields
139
-
140
- - `plot_id`: a `string` feature containing the movie plot ID.
141
- - `plot`: a `string` feature containing the movie plot text.
142
- - `title`: a `string` feature containing the movie title.
143
- - `question_id`: a `string` feature containing the question ID.
144
- - `question`: a `string` feature containing the question text.
145
- - `answers`: a `list` of `string` features containing list of answers.
146
- - `no_answer`: a `bool` feature informing whether the question has no answer or not.
147
-
148
-
149
- ### Data Splits
150
-
151
- The data is split into a training, dev and test set in such a way that the resulting sets contain 70%, 15%, and 15% of the total QA pairs and no QA pairs for any movie seen in train are included in the test set. The final split sizes are as follows:
152
-
153
- Name Train Dec Test
154
- SelfRC 60721 12961 12599
155
- ParaphraseRC 69524 15591 15857
156
- ## Dataset Creation
157
-
158
- ### Curation Rationale
159
-
160
- [Needs More Information]
161
-
162
- ### Source Data
163
-
164
- Wikipedia and IMDb movie plots
165
-
166
- #### Initial Data Collection and Normalization
167
-
168
- [Needs More Information]
169
-
170
- #### Who are the source language producers?
171
-
172
- [Needs More Information]
173
-
174
- ### Annotations
175
-
176
- #### Annotation process
177
-
178
- For SelfRC, the annotators were allowed to mark an answer span in the plot or synthesize their own answers after reading Wikipedia movie plots.
179
- For ParaphraseRC, questions from the Wikipedia movie plots from SelfRC were used and the annotators were asked to answer based on IMDb movie plots.
180
-
181
- #### Who are the annotators?
182
-
183
- Amazon Mechanical Turk Workers
184
-
185
- ### Personal and Sensitive Information
186
-
187
- [Needs More Information]
188
-
189
- ## Considerations for Using the Data
190
-
191
- ### Social Impact of Dataset
192
-
193
- [Needs More Information]
194
-
195
- ### Discussion of Biases
196
-
197
- [Needs More Information]
198
-
199
- ### Other Known Limitations
200
-
201
- [Needs More Information]
202
-
203
- ## Additional Information
204
-
205
- ### Dataset Curators
206
-
207
- The dataset was intially created by Amrita Saha, Rahul Aralikatte, Mitesh M. Khapra, and Karthik Sankaranarayanan in a collaborated work between IIT Madras and IBM Research.
208
-
209
- ### Licensing Information
210
-
211
- [MIT License](https://github.com/duorc/duorc/blob/master/LICENSE)
212
-
213
- ### Citation Information
214
-
215
- ```
216
- @inproceedings{DuoRC,
217
- author = { Amrita Saha and Rahul Aralikatte and Mitesh M. Khapra and Karthik Sankaranarayanan},
218
- title = {{DuoRC: Towards Complex Language Understanding with Paraphrased Reading Comprehension}},
219
- booktitle = {Meeting of the Association for Computational Linguistics (ACL)},
220
- year = {2018}
221
- }
222
- ```
223
-
224
- ### Contributions
225
-
226
- Thanks to [@gchhablani](https://github.com/gchhablani) for adding this dataset.