The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the
loading script
and relying on
automated data support
(you can use
convert_to_parquet
from the datasets
library). If this is not possible, please
open a discussion
for direct help.
Dataset Card for "ted_hrlr"
Dataset Summary
Data sets derived from TED talk transcripts for comparing similar language pairs where one is high resource and the other is low resource.
Supported Tasks and Leaderboards
Languages
Dataset Structure
Data Instances
az_to_en
- Size of downloaded dataset files: 131.01 MB
- Size of the generated dataset: 1.53 MB
- Total amount of disk used: 132.54 MB
An example of 'train' looks as follows.
{
"translation": {
"az": "zəhmət olmasa , sizə xitab edən sözlər eşidəndə əlinizi qaldırın .",
"en": "please raise your hand if something applies to you ."
}
}
aztr_to_en
- Size of downloaded dataset files: 131.01 MB
- Size of the generated dataset: 40.14 MB
- Total amount of disk used: 171.15 MB
An example of 'train' looks as follows.
{
"translation": {
"az_tr": "zəhmət olmasa , sizə xitab edən sözlər eşidəndə əlinizi qaldırın .",
"en": "please raise your hand if something applies to you ."
}
}
be_to_en
- Size of downloaded dataset files: 131.01 MB
- Size of the generated dataset: 1.43 MB
- Total amount of disk used: 132.42 MB
An example of 'train' looks as follows.
{
"translation": {
"be": "zəhmət olmasa , sizə xitab edən sözlər eşidəndə əlinizi qaldırın .",
"en": "please raise your hand if something applies to you ."
}
}
beru_to_en
- Size of downloaded dataset files: 131.01 MB
- Size of the generated dataset: 60.20 MB
- Total amount of disk used: 191.21 MB
An example of 'validation' looks as follows.
This example was too long and was cropped:
{
"translation": "{\"be_ru\": \"11 yaşımdaydım . səhərin birində , evimizdəki sevinc səslərinə oyandığım indiki kimi yadımdadır .\", \"en\": \"when i was..."
}
es_to_pt
- Size of downloaded dataset files: 131.01 MB
- Size of the generated dataset: 9.13 MB
- Total amount of disk used: 140.14 MB
An example of 'validation' looks as follows.
This example was too long and was cropped:
{
"translation": "{\"es\": \"11 yaşımdaydım . səhərin birində , evimizdəki sevinc səslərinə oyandığım indiki kimi yadımdadır .\", \"pt\": \"when i was 11..."
}
Data Fields
The data fields are the same among all splits.
az_to_en
translation
: a multilingualstring
variable, with possible languages includingaz
,en
.
aztr_to_en
translation
: a multilingualstring
variable, with possible languages includingaz_tr
,en
.
be_to_en
translation
: a multilingualstring
variable, with possible languages includingbe
,en
.
beru_to_en
translation
: a multilingualstring
variable, with possible languages includingbe_ru
,en
.
es_to_pt
translation
: a multilingualstring
variable, with possible languages includinges
,pt
.
Data Splits
name | train | validation | test |
---|---|---|---|
az_to_en | 5947 | 672 | 904 |
aztr_to_en | 188397 | 672 | 904 |
be_to_en | 4510 | 249 | 665 |
beru_to_en | 212615 | 249 | 665 |
es_to_pt | 44939 | 1017 | 1764 |
Dataset Creation
Curation Rationale
Source Data
Initial Data Collection and Normalization
Who are the source language producers?
Annotations
Annotation process
Who are the annotators?
Personal and Sensitive Information
Considerations for Using the Data
Social Impact of Dataset
Discussion of Biases
Other Known Limitations
Additional Information
Dataset Curators
Licensing Information
Citation Information
@inproceedings{qi-etal-2018-pre,
title = "When and Why Are Pre-Trained Word Embeddings Useful for Neural Machine Translation?",
author = "Qi, Ye and
Sachan, Devendra and
Felix, Matthieu and
Padmanabhan, Sarguna and
Neubig, Graham",
booktitle = "Proceedings of the 2018 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 2 (Short Papers)",
month = jun,
year = "2018",
address = "New Orleans, Louisiana",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/N18-2084",
doi = "10.18653/v1/N18-2084",
pages = "529--535",
}
Contributions
Thanks to @thomwolf, @lewtun, @patrickvonplaten for adding this dataset.
- Downloads last month
- 310