dqnguyen commited on
Commit
4d86363
1 Parent(s): 0db78fb

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # A Vietnamese-English Neural Machine Translation System
2
+
3
+ Our pre-trained VinAI Translate models are state-of-the-art text translation models for Vietnamese-to-English and English-to-Vietnamese, respectively. The general architecture and experimental results of VinAI Translate can be found in [our paper](https://openreview.net/forum?id=CRg-RaxKnai):
4
+
5
+
6
+ @inproceedings{vinaitranslate,
7
+ title = {{A Vietnamese-English Neural Machine Translation System}},
8
+ author = {Thien Hai Nguyen and
9
+ Tuan-Duy H. Nguyen and
10
+ Duy Phung and
11
+ Duy Tran-Cong Nguyen and
12
+ Hieu Minh Tran and
13
+ Manh Luong and
14
+ Tin Duy Vo and
15
+ Hung Hai Bui and
16
+ Dinh Phung and
17
+ Dat Quoc Nguyen},
18
+ booktitle = {Proceedings of the 23rd Annual Conference of the International Speech Communication Association: Show and Tell (INTERSPEECH)},
19
+ year = {2022}
20
+ }
21
+
22
+ Please **CITE** our paper whenever the pre-trained models or the system are used to help produce published results or incorporated into other software.
23
+
24
+ For further information or requests, please go to [VinAI Translate's homepage](https://github.com/VinAIResearch/VinAI_Translate)!