tellarin commited on
Commit
309e7ee
1 Parent(s): 950b38b

Minor edits to data card

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -194,11 +194,11 @@ configs:
194
 
195
  # Dataset Summary
196
 
197
- `Aya Evaluation Suite` contains a total of 25,750 open-ended conversation-style prompts to evaluate multilingual open-ended generation quality.\
198
  To strike a balance between language coverage and the quality that comes with human curation, we create an evaluation suite that includes:
199
- 1) human-curated examples in 7 languages (`tur,eng,yor,arb,zho,por,tel`) → `aya-human-annotated`.
200
  2) machine-translations of handpicked examples into 101 languages → `dolly-machine-translated`.
201
- 3) human-post-edited translations into 6 languages (`hin,srp,rus,fra,arb,spa`) → `dolly-human-edited`.
202
 
203
  ---
204
 
@@ -224,7 +224,7 @@ The `Aya Evaluation Suite` includes the following subsets:
224
 
225
 
226
  ## Load with Datasets
227
- To load this dataset consisting of both prompt-completions and demographics data with `datasets`, you'll just need to install Datasets as `pip install datasets --upgrade` and then use the following code:
228
 
229
  ```python
230
  from datasets import load_dataset
@@ -262,8 +262,8 @@ Example data instances from the `Aya Evaluation Suite` subsets are listed in the
262
 
263
  <b>Dolly-machine-translated and dolly-human-edited</b>
264
 
265
- - These two subsets are parallel datasets (data instances can be mapped using the `id`).
266
- - Note that in the `dolly-machine-translated` subset, we also include the original English subset (`id 1-200`) that is translated into 101 languages. Furthermore, the field `id` can be used to filter out the translation of the same data instance across the languages.
267
  - The `source_id` field contains the corresponding original row index from the [databricks-dolly-15k](https://huggingface.co/datasets/databricks/databricks-dolly-15k) dataset.
268
  <details>
269
  <summary> <b>dolly-machine-translated</b> </summary>
@@ -421,7 +421,7 @@ The toggled table below lists the breakdown of languages in each subset.
421
  | `xho` | Xhosa | Low |
422
  | `yid` (`ydd`) | Yiddish (Eastern) | Low |
423
  | `yor` | Yoruba | Low |
424
- | `zho` & `yue` | Chinese (Simplified & Yue) | High |
425
  | `zul` | Zulu | Low |
426
  </details>
427
 
@@ -444,12 +444,12 @@ The toggled table below lists the breakdown of languages in each subset.
444
  # Motivations & Intentions
445
 
446
  - **Curation Rationale:** This evaluation suite is tailored to test the generation quality of multilingual models, with the aim of balancing language coverage and human-sourced quality.
447
- It covers prompts originally written in each language, as well as English-centric translated and manually curated or edited prompts for a linguistically broad but rich testbed.
448
- The list of languages was established from mT5 and aligned with the annotators’ language list and the NLLB translation model.
449
 
450
  # Known Limitations
451
 
452
- - **Translation Quality:** Note that the expressiveness of the `dolly-machine-translated` subset is limited by the quality of the translation model and may adversely impact an estimate of ability in languages where translations are not adequate. If this subset is used for testing, we recommend it be paired and reported with the professionally post-edited `dolly-human-edited` subset or the `aya-human-annotated` set, which also only covers 7 languages but is entirely created by proficient target language speakers.
453
  ---
454
 
455
  # Additional Information
 
194
 
195
  # Dataset Summary
196
 
197
+ `Aya Evaluation Suite` contains a total of 26,750 open-ended conversation-style prompts to evaluate multilingual open-ended generation quality.\
198
  To strike a balance between language coverage and the quality that comes with human curation, we create an evaluation suite that includes:
199
+ 1) human-curated examples in 7 languages (`tur, eng, yor, arb, zho, por, tel`) → `aya-human-annotated`.
200
  2) machine-translations of handpicked examples into 101 languages → `dolly-machine-translated`.
201
+ 3) human-post-edited translations into 6 languages (`hin, srp, rus, fra, arb, spa`) → `dolly-human-edited`.
202
 
203
  ---
204
 
 
224
 
225
 
226
  ## Load with Datasets
227
+ To load this dataset consisting of prompt-completions with `datasets`, you just need to install Datasets as `pip install datasets --upgrade` and then use the following code:
228
 
229
  ```python
230
  from datasets import load_dataset
 
262
 
263
  <b>Dolly-machine-translated and dolly-human-edited</b>
264
 
265
+ - These two subsets are parallel datasets (data instances can be mapped using their `id` column).
266
+ - Note that in the `dolly-machine-translated` subset, we also include the original English subset (`id 1-200`), which is translated into 101 languages. Furthermore, the field `id` can be used to match the translations of the same data instance across languages.
267
  - The `source_id` field contains the corresponding original row index from the [databricks-dolly-15k](https://huggingface.co/datasets/databricks/databricks-dolly-15k) dataset.
268
  <details>
269
  <summary> <b>dolly-machine-translated</b> </summary>
 
421
  | `xho` | Xhosa | Low |
422
  | `yid` (`ydd`) | Yiddish (Eastern) | Low |
423
  | `yor` | Yoruba | Low |
424
+ | `zho` (+ `yue`) | Chinese (Simplified & Cantonese) | High |
425
  | `zul` | Zulu | Low |
426
  </details>
427
 
 
444
  # Motivations & Intentions
445
 
446
  - **Curation Rationale:** This evaluation suite is tailored to test the generation quality of multilingual models, with the aim of balancing language coverage and human-sourced quality.
447
+ It covers prompts originally written in each language, as well as English-centric translated, and manually curated or edited prompts for a linguistically broad, but rich testbed.
448
+ The list of languages was initially established from mT5 and aligned with the annotators’ language list and the NLLB translation model.
449
 
450
  # Known Limitations
451
 
452
+ - **Translation Quality:** Note that the expressiveness of the `dolly-machine-translated` subset is limited by the quality of the translation model and may adversely impact an estimate of ability in languages where translations are not adequate. If this subset is used for testing, we recommend it be paired and reported with the professionally post-edited `dolly-human-edited` subset or the `aya-human-annotated` set, which, while covering only 7 languages, is entirely created by proficient target language speakers.
453
  ---
454
 
455
  # Additional Information