Datasets:

Modalities:
Text
Formats:
json
Sub-tasks:
extractive-qa
Languages:
Catalan
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
mmarimon commited on
Commit
d86cc39
1 Parent(s): 3e5bf7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -90,7 +90,7 @@ The dataset is in Catalan (`ca-CA`).
90
 
91
  ### Data Fields
92
 
93
- Follows [Rajpurkar, Pranav et al., 2016](http://arxiv.org/abs/1606.05250) for SQuAD v1 datasets.
94
 
95
  - `id` (str): Unique ID assigned to the question.
96
  - `title` (str): Title of the Wikipedia article.
@@ -121,19 +121,19 @@ We hope this dataset contributes to the development of language models in Catala
121
 
122
  The source data are scraped articles from the [Catalan wikipedia](https://ca.wikipedia.org) site.
123
 
124
- From a set of high quality, non-translation, articles in the [Catalan Wikipedia](ca.wikipedia.org), 597 were randomly chosen, and from them 3111, 5-8 sentence contexts were extracted. We commissioned creation of between 1 and 5 questions for each context, following an adaptation of the guidelines from SQuAD 1.0 ([Rajpurkar, Pranav et al. “SQuAD: 100, 000+ Questions for Machine Comprehension of Text.” EMNLP (2016)](http://arxiv.org/abs/1606.05250)). In total, 15153 pairs of a question and an extracted fragment that contains the answer were created.
125
 
126
  For compatibility with similar datasets in other languages, we followed as close as possible existing curation guidelines.
127
 
128
  #### Who are the source language producers?
129
 
130
- Volunteers who collaborate with [Catalan Wikipedia](ca.wikipedia.org).
131
 
132
  ### Annotations
133
 
134
  #### Annotation process
135
 
136
- We commissioned the creation of 1 to 5 questions for each context, following an adaptation of the guidelines from SQuAD 1.0 ([Rajpurkar, Pranav et al. “SQuAD: 100, 000+ Questions for Machine Comprehension of Text.” EMNLP (2016)](http://arxiv.org/abs/1606.05250)).
137
 
138
  #### Who are the annotators?
139
 
 
90
 
91
  ### Data Fields
92
 
93
+ Follows [Rajpurkar, Pranav et al. (2016)](http://arxiv.org/abs/1606.05250) for SQuAD v1 datasets.
94
 
95
  - `id` (str): Unique ID assigned to the question.
96
  - `title` (str): Title of the Wikipedia article.
 
121
 
122
  The source data are scraped articles from the [Catalan wikipedia](https://ca.wikipedia.org) site.
123
 
124
+ From a set of high quality, non-translation, articles in the [Catalan Wikipedia](http://www.ca.wikipedia.org), 597 were randomly chosen, and from them 3111, 5-8 sentence contexts were extracted. We commissioned creation of between 1 and 5 questions for each context, following an adaptation of the guidelines from SQuAD 1.0 ([Rajpurkar, Pranav et al. (2016)](http://arxiv.org/abs/1606.05250)). In total, 15153 pairs of a question and an extracted fragment that contains the answer were created.
125
 
126
  For compatibility with similar datasets in other languages, we followed as close as possible existing curation guidelines.
127
 
128
  #### Who are the source language producers?
129
 
130
+ Volunteers who collaborate with [Catalan Wikipedia](http://www.ca.wikipedia.org).
131
 
132
  ### Annotations
133
 
134
  #### Annotation process
135
 
136
+ We commissioned the creation of 1 to 5 questions for each context, following an adaptation of the guidelines from SQuAD 1.0 ([Rajpurkar, Pranav et al. (2016)](http://arxiv.org/abs/1606.05250)).
137
 
138
  #### Who are the annotators?
139