Code for
@inproceedings{dou19emnlp,
title = {Unsupervised Domain Adaptation for Neural Machine Translation with Domain-Aware Feature Embeddings},
author = {Zi-Yi Dou and Junjie Hu and Antonios Anastasopoulos and Graham Neubig},
booktitle = {Conference on Empirical Methods in Natural Language Processing (EMNLP)},
address = {Hong Kong},
month = {November},
year = {2019}
}
The code is based on UnsupervisedMT (https://github.com/facebookresearch/UnsupervisedMT). Please also cite their papers if you found the resources in this repository useful.
@inproceedings{lample2018phrase,
title={Phrase-Based \& Neural Unsupervised Machine Translation},
author={Lample, Guillaume and Ott, Myle and Conneau, Alexis and Denoyer, Ludovic and Ranzato, Marc'Aurelio},
booktitle = {Conference on Empirical Methods in Natural Language Processing (EMNLP)},
year={2018}
}
@inproceedings{lample2017unsupervised,
title = {Unsupervised machine translation using monolingual corpora only},
author = {Lample, Guillaume and Conneau, Alexis and Denoyer, Ludovic and Ranzato, Marc'Aurelio},
booktitle = {International Conference on Learning Representations (ICLR)},
year = {2018}
}