Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,19 +1,13 @@
|
|
1 |
---
|
2 |
-
annotations_creators: []
|
3 |
language:
|
4 |
- en
|
5 |
- it
|
6 |
-
language_creators:
|
7 |
-
- found
|
8 |
license:
|
9 |
- unknown
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
- translation
|
13 |
-
paperswithcode_id: null
|
14 |
pretty_name: Europarl v7 (en-it split)
|
15 |
-
source_datasets:
|
16 |
-
- original
|
17 |
tags: []
|
18 |
task_categories:
|
19 |
- translation
|
@@ -22,40 +16,31 @@ task_ids: []
|
|
22 |
|
23 |
# Dataset Card for Europarl v7 (en-it split)
|
24 |
|
|
|
|
|
25 |
|
26 |
-
|
27 |
-
|
28 |
-
[More Information Needed]
|
29 |
-
|
30 |
-
### Supported Tasks and Leaderboards
|
31 |
-
|
32 |
-
[More Information Needed]
|
33 |
-
|
34 |
-
### Languages
|
35 |
-
|
36 |
-
[More Information Needed]
|
37 |
|
38 |
## Dataset Structure
|
39 |
|
40 |
-
### Data Instances
|
41 |
-
|
42 |
-
[More Information Needed]
|
43 |
-
|
44 |
### Data Fields
|
45 |
|
46 |
-
|
|
|
47 |
|
48 |
### Data Splits
|
49 |
|
50 |
-
|
51 |
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
|
56 |
### Citation Information
|
57 |
|
58 |
-
|
|
|
|
|
59 |
|
60 |
### Contributions
|
61 |
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- it
|
|
|
|
|
5 |
license:
|
6 |
- unknown
|
7 |
multilinguality:
|
8 |
- monolingual
|
9 |
- translation
|
|
|
10 |
pretty_name: Europarl v7 (en-it split)
|
|
|
|
|
11 |
tags: []
|
12 |
task_categories:
|
13 |
- translation
|
|
|
16 |
|
17 |
# Dataset Card for Europarl v7 (en-it split)
|
18 |
|
19 |
+
This dataset contains only the English-Italian split of Europarl v7.
|
20 |
+
We created the dataset to provide it to the [M2L 2022 Summer School](https://www.m2lschool.org/) students.
|
21 |
|
22 |
+
For all the information on the dataset, please refer to: [https://www.statmt.org/europarl/](https://www.statmt.org/europarl/)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
## Dataset Structure
|
25 |
|
|
|
|
|
|
|
|
|
26 |
### Data Fields
|
27 |
|
28 |
+
- sent_en: English transcript
|
29 |
+
- sent_it: Italian translation
|
30 |
|
31 |
### Data Splits
|
32 |
|
33 |
+
We created three custom training/validation/testing splits. Feel free to rearrange them if needed. These ARE NOT by any means official splits.
|
34 |
|
35 |
+
- train (1717204 pairs)
|
36 |
+
- validation (190911 pairs)
|
37 |
+
- test (1000 pairs)
|
38 |
|
39 |
### Citation Information
|
40 |
|
41 |
+
If using the dataset, please cite:
|
42 |
+
|
43 |
+
`Koehn, P. (2005). Europarl: A parallel corpus for statistical machine translation. In Proceedings of machine translation summit x: papers (pp. 79-86).`
|
44 |
|
45 |
### Contributions
|
46 |
|