Datasets:

Modalities:
Text
Formats:
csv
Libraries:
Datasets
pandas
License:
martinakaduc commited on
Commit
7438668
·
verified ·
1 Parent(s): 590ca4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: cc-by-nc-nd-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-nd-4.0
3
+ task_categories:
4
+ - translation
5
+ language:
6
+ - vi
7
+ - en
8
+ ---
9
+
10
+ # PhoMT Dataset
11
+ This is a copy instance of the original PhoMT dataset at https://github.com/VinAIResearch/PhoMT.
12
+ Please cite the original paper when you use this dataset.
13
+
14
+ ```
15
+ @inproceedings{PhoMT,
16
+ title = {{PhoMT: A High-Quality and Large-Scale Benchmark Dataset for Vietnamese-English Machine Translation}},
17
+ author = {Long Doan and Linh The Nguyen and Nguyen Luong Tran and Thai Hoang and Dat Quoc Nguyen},
18
+ booktitle = {Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing},
19
+ year = {2021},
20
+ pages = {4495--4503}
21
+ }
22
+ ```