carmentano commited on
Commit
7ed772e
·
1 Parent(s): b0b59a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -62,7 +62,7 @@ task_ids:
62
 
63
  CoQCat is a dataset for Conversational Question Answering in Catalan. It is based on [CoQA dataset](https://stanfordnlp.github.io/coqa/).
64
 
65
- CoQCat comprises 89384 question-answer pairs, sourced from conversations related to text 6000 passages from six different domains.
66
  The questions and responses are designed to maintain a conversational tone.
67
  The answers are presented in a free-form text format, with evidence highlighted from the passage.
68
 
@@ -205,12 +205,15 @@ We created this dataset to contribute to the development of language models in C
205
 
206
  We obtained the initial text passages from different sources, depending on the domain:
207
 
208
- * biographies: [Catalan wikipedia](ca.wikipedia.org) - 1450 text passages
209
- * litterature: [Gutenberg Project](gutenberg.org/) - 1450 text passages
210
- * news: [VilaWeb](vilaweb.cat) - 1450 text passages
211
- * mitology: [Catalan wikipedia](ca.wikipedia.org) - 1450 text passages
212
- * short histories (only in `test`): [Petites històries](https://petiteshistories.wordpress.com/) - 100 text passages
213
- * movie plot (only in `test`): [Catalan wikipedia](ca.wikipedia.org) - 100 text passages
 
 
 
214
 
215
  #### Who are the source language producers?
216
 
 
62
 
63
  CoQCat is a dataset for Conversational Question Answering in Catalan. It is based on [CoQA dataset](https://stanfordnlp.github.io/coqa/).
64
 
65
+ CoQCat comprises 89384 question-answer pairs, sourced from conversations related to 6000 text passages from six different domains.
66
  The questions and responses are designed to maintain a conversational tone.
67
  The answers are presented in a free-form text format, with evidence highlighted from the passage.
68
 
 
205
 
206
  We obtained the initial text passages from different sources, depending on the domain:
207
 
208
+ | domain | source | train | dev | test | total |
209
+ |-|-|-|-|-|-|
210
+ | biographies | [Catalan wikipedia](ca.wikipedia.org) | 1200 | 150 | 100 | 1450|
211
+ | literature | [Gutenberg Project](gutenberg.org/) | 1200 | 150 | 100 | 1450|
212
+ | news | [VilaWeb](vilaweb.cat) | 1200 | 150 | 100 | 1450|
213
+ | mitology | Catalan wikipedia | 1200 | 150 | 100 | 1450|
214
+ | short histories | [Petites històries](https://petiteshistories.wordpress.com/) | 0 | 0 | 100 | 100|
215
+ | movie plots | Catalan wikipedia | 0 | 0 | 100 | 100 |
216
+ | TOTAL | | 4800 | 600 | 600 | 6000 |
217
 
218
  #### Who are the source language producers?
219