ymoslem commited on
Commit
3483eda
1 Parent(s): a4c1051

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +102 -36
README.md CHANGED
@@ -1,39 +1,40 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: text_en
5
- dtype: string
6
- - name: text_ar
7
- dtype: string
8
- splits:
9
- - name: train
10
- num_bytes: 9128039564
11
- num_examples: 19279407
12
- - name: test
13
- num_bytes: 3677574
14
- num_examples: 8752
15
- - name: dev
16
- num_bytes: 3714475
17
- num_examples: 8752
18
- download_size: 5159323292
19
- dataset_size: 9135431613
20
- configs:
21
- - config_name: default
22
- data_files:
23
- - split: train
24
- path: data/train-*
25
- - split: test
26
- path: data/test-*
27
- - split: dev
28
- path: data/dev-*
29
- task_categories:
30
- - translation
31
- language:
32
- - ar
33
- - en
34
- size_categories:
35
- - 10M<n<100M
36
- ---
 
37
 
38
  ## Dataset Details
39
 
@@ -60,3 +61,68 @@ DatasetDict({
60
  })
61
  ```
62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text_en
5
+ dtype: string
6
+ - name: text_ar
7
+ dtype: string
8
+ splits:
9
+ - name: train
10
+ num_bytes: 9128039564
11
+ num_examples: 19279407
12
+ - name: test
13
+ num_bytes: 3677574
14
+ num_examples: 8752
15
+ - name: dev
16
+ num_bytes: 3714475
17
+ num_examples: 8752
18
+ download_size: 5159323292
19
+ dataset_size: 9135431613
20
+ configs:
21
+ - config_name: default
22
+ data_files:
23
+ - split: train
24
+ path: data/train-*
25
+ - split: test
26
+ path: data/test-*
27
+ - split: dev
28
+ path: data/dev-*
29
+ task_categories:
30
+ - translation
31
+ language:
32
+ - ar
33
+ - en
34
+ size_categories:
35
+ - 10M<n<100M
36
+ license: cc-by-4.0
37
+ ---
38
 
39
  ## Dataset Details
40
 
 
61
  })
62
  ```
63
 
64
+ ### Citations
65
+
66
+ ```
67
+ @inproceedings{eisele-chen-2010-multiun,
68
+ title = "{M}ulti{UN}: A Multilingual Corpus from United Nation Documents",
69
+ author = "Eisele, Andreas and
70
+ Chen, Yu",
71
+ editor = "Calzolari, Nicoletta and
72
+ Choukri, Khalid and
73
+ Maegaard, Bente and
74
+ Mariani, Joseph and
75
+ Odijk, Jan and
76
+ Piperidis, Stelios and
77
+ Rosner, Mike and
78
+ Tapias, Daniel",
79
+ booktitle = "Proceedings of the Seventh International Conference on Language Resources and Evaluation ({LREC}'10)",
80
+ month = may,
81
+ year = "2010",
82
+ address = "Valletta, Malta",
83
+ publisher = "European Language Resources Association (ELRA)",
84
+ url = "http://www.lrec-conf.org/proceedings/lrec2010/pdf/686_Paper.pdf",
85
+ }
86
+ ```
87
+
88
+ ```
89
+ @inproceedings{ziemski-etal-2016-united,
90
+ title = "The {U}nited {N}ations Parallel Corpus v1.0",
91
+ author = "Ziemski, Micha{\l} and
92
+ Junczys-Dowmunt, Marcin and
93
+ Pouliquen, Bruno",
94
+ editor = "Calzolari, Nicoletta and
95
+ Choukri, Khalid and
96
+ Declerck, Thierry and
97
+ Goggi, Sara and
98
+ Grobelnik, Marko and
99
+ Maegaard, Bente and
100
+ Mariani, Joseph and
101
+ Mazo, Helene and
102
+ Moreno, Asuncion and
103
+ Odijk, Jan and
104
+ Piperidis, Stelios",
105
+ booktitle = "Proceedings of the Tenth International Conference on Language Resources and Evaluation ({LREC}'16)",
106
+ month = may,
107
+ year = "2016",
108
+ address = "Portoro{\v{z}}, Slovenia",
109
+ publisher = "European Language Resources Association (ELRA)",
110
+ url = "https://aclanthology.org/L16-1561",
111
+ pages = "3530--3534",
112
+ }
113
+ ```
114
+
115
+ ```
116
+ @INPROCEEDINGS{Tiedemann2012-OPUS,
117
+ title = "{Parallel Data, Tools and Interfaces in {OPUS}}",
118
+ booktitle = "{Proceedings of the Eighth International Conference on Language
119
+ Resources and Evaluation ({LREC}'12)}",
120
+ author = "Tiedemann, J{\"o}rg",
121
+ publisher = "European Language Resources Association (ELRA)",
122
+ pages = "2214--2218",
123
+ month = may,
124
+ year = 2012,
125
+ url = "http://www.lrec-conf.org/proceedings/lrec2012/pdf/463_Paper.pdf",
126
+ address = "Istanbul, Turkey"
127
+ }
128
+ ```