Datasets:

Languages:
English
Multilinguality:
translation
Size Categories:
10K<n<100K
Source Datasets:
original
Tags:
License:
File size: 1,282 Bytes
040cdd4
 
 
 
 
 
 
 
 
 
6882447
 
 
 
040cdd4
a80492b
 
 
040cdd4
d30b47c
 
 
 
78eec95
d30b47c
 
 
040cdd4
 
 
d30b47c
 
 
 
 
 
 
 
 
 
 
 
 
 
040cdd4
d30b47c
 
 
 
 
 
 
 
6882447
 
 
 
 
 
 
4cf5821
6882447
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
languages:
- eng
- engyay
licenses:
- MIT
multilinguality:
- translation
task_ids:
- machine-translation
size_categories:
- 10K<n<100K
source_datasets:
- original
---
## Dataset Description

- **Homepage:** cdleong.github.io

# Dataset Summary: 
Pig-latin machine and English parallel machine translation corpus. 


Based on [The Project Gutenberg EBook of "De Bello Gallico" and Other Commentaries](https://www.gutenberg.org/ebooks/10657)

Converted to pig-latin with https://github.com/bpabel/piglatin

## Dataset Structure



```
DatasetDict({
    train: Dataset({
        features: ['translation'],
        num_rows: 14778
    })
    validation: Dataset({
        features: ['translation'],
        num_rows: 1000
    })
})
```

### Data Instances
```
{
  'translation': 
  {
    'eng': 'thrown into disorder they returned with more precipitation than is usual', 
    'engyay': 'own-thray into-ay isorder-day ey-thay eturned-ray ith-way ore-may ecipitation-pray an-thay is-ay usual-ay'
  }
}
```

### Data Fields

- `translation`: a dictionary containing two strings paired with a key indicating the corresponding language.

### Data Splits
- `train`: most of the data, 14,778 samples total.
- `dev`: 1k holdout samples, created with the datasets.train_test_split() function