de-francophones commited on
Commit
ee3de8a
·
verified ·
1 Parent(s): 8bf29a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -16,4 +16,42 @@ configs:
16
  data_files:
17
  - split: train
18
  path: data/train-*
 
 
 
 
 
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  data_files:
17
  - split: train
18
  path: data/train-*
19
+ task_categories:
20
+ - translation
21
+ language:
22
+ - br
23
+ - fr
24
  ---
25
+
26
+
27
+ ## Description
28
+ Paires breton/français du jeu de données XLEnt disponible sur [OPUS](https://opus.nlpl.eu/results/br&fr/corpus-result-table).
29
+
30
+ Attention : il y a des problèmes d'alignement et des traductions sont incomplètes. Ce jeu de données n'est donc pas utilisbale tel quel et un post-processing serait à effectuer.
31
+
32
+
33
+ ## Citations
34
+ #### XLEnt
35
+ ```
36
+ @inproceedings{el2021xlent,
37
+ title={XLEnt: Mining a Large Cross-lingual Entity Dataset with Lexical-Semantic-Phonetic Word Alignment},
38
+ author={El-Kishky, Ahmed and Renduchintala, Adithya and Cross, James and Guzm{\'a}n, Francisco and Koehn, Philipp},
39
+ booktitle={Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing},
40
+ pages={10424--10430},
41
+ year={2021}
42
+ }
43
+ ```
44
+ #### OPUS
45
+ ```
46
+ @inbook{4992de1b5fb34f3e9691772606b36edf,
47
+ title = "News from OPUS - A Collection of Multilingual Parallel Corpora with Tools and Interfaces",
48
+ author = "J{\"o}rg Tiedemann",
49
+ year = "2009",
50
+ language = "odefinierat/ok{\"a}nt",
51
+ volume = "V",
52
+ pages = "237--248",
53
+ editor = "N. Nicolov and K. Bontcheva and G. Angelova and R. Mitkov",
54
+ booktitle = "Recent Advances in Natural Language Processing",
55
+
56
+ }
57
+ ```