Datasets:

Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
Catalan
ArXiv:
Libraries:
Datasets
pandas
License:
carmentano commited on
Commit
8fff8ef
1 Parent(s): 01a7f35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -20
README.md CHANGED
@@ -45,24 +45,26 @@ task_ids:
45
  - [Licensing Information](#licensing-information)
46
  - [Citation Information](#citation-information)
47
  - [Contributions](#contributions)
 
48
  ## Dataset Description
49
  - **Homepage:** https://github.com/projecte-aina
50
  - **Point of Contact:** [Carlos Rodríguez-Penagos](mailto:carlos.rodriguez1@bsc.es) and [Carme Armentano-Oller](mailto:carme.armentano@bsc.es)
 
51
  ### Dataset Summary
52
 
53
  CatalanQA:
54
 
55
 
56
- This dataset can be used to build extractive-QA and Language Models. It is an aggregation and balancing of 2 previous datasets: VilaQUAD and ViquiQUAD, which were described in
57
-
58
- [The Catalan Language CLUB] (https://arxiv.org/abs/2112.01894)
59
 
60
- Splits have been balanced by kind of question, and unlike other datasets like SQUAD, it only contains, per record, one question and one answer for each context, although the contexts can repeat multiple times.
61
 
62
  ### Supported Tasks and Leaderboards
63
  Extractive-QA, Language Model.
 
64
  ### Languages
65
- Catalan (`ca`).
 
66
  ## Dataset Structure
67
  ### Data Instances
68
  ```
@@ -87,47 +89,64 @@ Catalan (`ca`).
87
  ]
88
  },
89
  ```
 
90
  ### Data Fields
91
- Follows [Rajpurkar, Pranav et al., 2016](http://arxiv.org/abs/1606.05250) for SQUAD v1 datasets.
 
92
  - `id` (str): Unique ID assigned to the question.
93
- - `title` (str): Title of the Wikipedia article.
94
- - `context` (str): Wikipedia section text.
95
  - `question` (str): Question.
96
- - `answers` (list): List of answers to the question, each containing:
97
  - `text` (str): Span text answering to the question.
98
  - `answer_start` Starting offset of the span text answering to the question.
 
99
  ### Data Splits
100
  - train.json: 17135 question/answer pairs
101
  - dev.json: 2157 question/answer pairs
102
  - test.json: 2135 question/answer pairs
 
103
  ## Dataset Creation
104
  ### Methodology
105
- Aggregation and balancing from ViquiQUAD and VilaQUAD datasets.
 
106
  ### Curation Rationale
107
  For compatibility with similar datasets in other languages, we followed as close as possible existing curation guidelines.
 
108
  ### Source Data
109
- - https://www.vilaweb.cat and https://ca.wikipedia.org
 
110
  #### Initial Data Collection and Normalization
111
 
112
  #### Who are the source language producers?
113
- [More Information Needed]
 
114
  ### Annotations
115
  #### Annotation process
116
  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)).
 
117
  #### Who are the annotators?
118
  Annotation was commissioned by a specialized company that hired a team of native language speakers.
 
119
  ### Personal and Sensitive Information
120
  No personal or sensitive information is included.
 
121
  ## Considerations for Using the Data
122
  ### Social Impact of Dataset
123
- [More Information Needed]
 
124
  ### Discussion of Biases
125
- [More Information Needed]
 
126
  ### Other Known Limitations
127
- [More Information Needed]
 
128
  ## Additional Information
129
  ### Dataset Curators
130
- Carlos Rodríguez-Penagos (carlos.rodriguez1@bsc.es) and Carme Armentano-Oller (carme.armentano@bsc.es)
 
 
 
131
  ### Licensing Information
132
  This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Attribution-ShareAlike 4.0 International License</a>.
133
 
@@ -137,7 +156,3 @@ This work is licensed under a <a rel="license" href="https://creativecommons.org
137
 
138
  ```
139
 
140
- [DOI]()
141
-
142
- ### Funding
143
- This work was funded by the [Catalan Government](https://politiquesdigitals.gencat.cat/en/inici/index.html) within the framework of the [AINA project.](https://politiquesdigitals.gencat.cat/ca/economia/catalonia-ai/aina).
 
45
  - [Licensing Information](#licensing-information)
46
  - [Citation Information](#citation-information)
47
  - [Contributions](#contributions)
48
+
49
  ## Dataset Description
50
  - **Homepage:** https://github.com/projecte-aina
51
  - **Point of Contact:** [Carlos Rodríguez-Penagos](mailto:carlos.rodriguez1@bsc.es) and [Carme Armentano-Oller](mailto:carme.armentano@bsc.es)
52
+
53
  ### Dataset Summary
54
 
55
  CatalanQA:
56
 
57
 
58
+ This dataset can be used to build extractive-QA and Language Models. It is an aggregation and balancing of 2 previous datasets: VilaQUAD and ViquiQUAD, which were described in [The Catalan Language CLUB](https://arxiv.org/abs/2112.01894).
 
 
59
 
60
+ Splits have been balanced by kind of question, and unlike other datasets like SQuAD, it only contains, per record, one question and one answer for each context, although the contexts can repeat multiple times.
61
 
62
  ### Supported Tasks and Leaderboards
63
  Extractive-QA, Language Model.
64
+
65
  ### Languages
66
+ The dataset is in Catalan (`ca-CA`).
67
+
68
  ## Dataset Structure
69
  ### Data Instances
70
  ```
 
89
  ]
90
  },
91
  ```
92
+
93
  ### Data Fields
94
+ Follows [Rajpurkar, Pranav et al., 2016](http://arxiv.org/abs/1606.05250) for SQUAD v1 datasets:
95
+
96
  - `id` (str): Unique ID assigned to the question.
97
+ - `title` (str): Title of the article.
98
+ - `context` (str): Article text.
99
  - `question` (str): Question.
100
+ - `answers` (list): Answer to the question, containing:
101
  - `text` (str): Span text answering to the question.
102
  - `answer_start` Starting offset of the span text answering to the question.
103
+
104
  ### Data Splits
105
  - train.json: 17135 question/answer pairs
106
  - dev.json: 2157 question/answer pairs
107
  - test.json: 2135 question/answer pairs
108
+
109
  ## Dataset Creation
110
  ### Methodology
111
+ Aggregation and balancing from [ViquiQuAD](https://huggingface.co/datasets/projecte-aina/viquiquad) and [VilaQuAD](https://huggingface.co/datasets/projecte-aina/vilaquad) datasets.
112
+
113
  ### Curation Rationale
114
  For compatibility with similar datasets in other languages, we followed as close as possible existing curation guidelines.
115
+
116
  ### Source Data
117
+ - [VilaWeb](www.vilaweb.cat) and [Catalan Wikipedia](https://ca.wikipedia.org).
118
+
119
  #### Initial Data Collection and Normalization
120
 
121
  #### Who are the source language producers?
122
+ Volunteers from [Catalan Wikipedia](ca.wikipedia.org) and professional journalists from [VilaWeb](www.vilaweb.cat).
123
+
124
  ### Annotations
125
  #### Annotation process
126
  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)).
127
+
128
  #### Who are the annotators?
129
  Annotation was commissioned by a specialized company that hired a team of native language speakers.
130
+
131
  ### Personal and Sensitive Information
132
  No personal or sensitive information is included.
133
+
134
  ## Considerations for Using the Data
135
  ### Social Impact of Dataset
136
+ [N/A]
137
+
138
  ### Discussion of Biases
139
+ [N/A]
140
+
141
  ### Other Known Limitations
142
+ [N/A]
143
+
144
  ## Additional Information
145
  ### Dataset Curators
146
+ Carlos Rodríguez-Penagos (carlos.rodriguez1@bsc.es) and Carme Armentano-Oller (carme.armentano@bsc.es).
147
+
148
+ This work was funded by the [Departament de la Vicepresidència i de Polítiques Digitals i Territori de la Generalitat de Catalunya](https://politiquesdigitals.gencat.cat/en/inici/index.html) within the framework of the [projecte Aina](https://politiquesdigitals.gencat.cat/ca/tic/aina-el-projecte-per-garantir-el-catala-en-lera-digital/).
149
+
150
  ### Licensing Information
151
  This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Attribution-ShareAlike 4.0 International License</a>.
152
 
 
156
 
157
  ```
158