Datasets:
de-francophones
commited on
Commit
•
c6b01e9
1
Parent(s):
35c5148
Update README.md
Browse files
README.md
CHANGED
@@ -18,4 +18,28 @@ configs:
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
+
language:
|
22 |
+
- br
|
23 |
+
- fr
|
24 |
+
- en
|
25 |
+
license: cc-by-4.0
|
26 |
---
|
27 |
+
|
28 |
+
|
29 |
+
## Description
|
30 |
+
Alignement des parties en breton, français et anglais du jeu de données [Gatitos](https://huggingface.co/datasets/FrancophonIA/gatitos) afin de créer un jeu de données de traduction.
|
31 |
+
|
32 |
+
|
33 |
+
|
34 |
+
## Citation
|
35 |
+
```
|
36 |
+
@misc{jones2023bilexrxlexicaldata,
|
37 |
+
title={Bilex Rx: Lexical Data Augmentation for Massively Multilingual Machine Translation},
|
38 |
+
author={Alex Jones and Isaac Caswell and Ishank Saxena and Orhan Firat},
|
39 |
+
year={2023},
|
40 |
+
eprint={2303.15265},
|
41 |
+
archivePrefix={arXiv},
|
42 |
+
primaryClass={cs.CL},
|
43 |
+
url={https://arxiv.org/abs/2303.15265},
|
44 |
+
}
|
45 |
+
```
|