File size: 3,278 Bytes
3483eda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a4c1051
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3483eda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
---

dataset_info:
  features:
  - name: text_en
    dtype: string
  - name: text_ar
    dtype: string
  splits:
  - name: train
    num_bytes: 9128039564
    num_examples: 19279407
  - name: test
    num_bytes: 3677574
    num_examples: 8752
  - name: dev
    num_bytes: 3714475
    num_examples: 8752
  download_size: 5159323292
  dataset_size: 9135431613
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: dev
    path: data/dev-*
task_categories:
- translation
language:
- ar
- en
size_categories:
- 10M<n<100M
license: cc-by-4.0
---


## Dataset Details

MultiUN + UNPC datasets, with rule-based and semantic filtering (train > 0.45 - test/dev > 0.9)
as well as (>= 0.1) fasttext language detection.


### Dataset Structure

```
DatasetDict({
    train: Dataset({
        features: ['text_en', 'text_ar'],
        num_rows: 19279407
    })
    test: Dataset({
        features: ['text_en', 'text_ar'],
        num_rows: 8752
    })
    dev: Dataset({
        features: ['text_en', 'text_ar'],
        num_rows: 8752
    })
})
```

### Citations

```
@inproceedings{eisele-chen-2010-multiun,
    title = "{M}ulti{UN}: A Multilingual Corpus from United Nation Documents",
    author = "Eisele, Andreas  and
      Chen, Yu",
    editor = "Calzolari, Nicoletta  and
      Choukri, Khalid  and
      Maegaard, Bente  and
      Mariani, Joseph  and
      Odijk, Jan  and
      Piperidis, Stelios  and
      Rosner, Mike  and
      Tapias, Daniel",
    booktitle = "Proceedings of the Seventh International Conference on Language Resources and Evaluation ({LREC}'10)",
    month = may,
    year = "2010",
    address = "Valletta, Malta",
    publisher = "European Language Resources Association (ELRA)",
    url = "http://www.lrec-conf.org/proceedings/lrec2010/pdf/686_Paper.pdf",
}
```

```
@inproceedings{ziemski-etal-2016-united,
    title = "The {U}nited {N}ations Parallel Corpus v1.0",
    author = "Ziemski, Micha{\l}  and
      Junczys-Dowmunt, Marcin  and
      Pouliquen, Bruno",
    editor = "Calzolari, Nicoletta  and
      Choukri, Khalid  and
      Declerck, Thierry  and
      Goggi, Sara  and
      Grobelnik, Marko  and
      Maegaard, Bente  and
      Mariani, Joseph  and
      Mazo, Helene  and
      Moreno, Asuncion  and
      Odijk, Jan  and
      Piperidis, Stelios",
    booktitle = "Proceedings of the Tenth International Conference on Language Resources and Evaluation ({LREC}'16)",
    month = may,
    year = "2016",
    address = "Portoro{\v{z}}, Slovenia",
    publisher = "European Language Resources Association (ELRA)",
    url = "https://aclanthology.org/L16-1561",
    pages = "3530--3534",
}
```

```
@INPROCEEDINGS{Tiedemann2012-OPUS,
  title     = "{Parallel Data, Tools and Interfaces in {OPUS}}",
  booktitle = "{Proceedings of the Eighth International Conference on Language
               Resources and Evaluation ({LREC}'12)}",
  author    = "Tiedemann, J{\"o}rg",
  publisher = "European Language Resources Association (ELRA)",
  pages     = "2214--2218",
  month     =  may,
  year      =  2012,
  url       = "http://www.lrec-conf.org/proceedings/lrec2012/pdf/463_Paper.pdf",
  address   = "Istanbul, Turkey"
}
```