Code for the paper
Patra, Barun, et al. "Bilingual Lexicon Induction with Semi-supervision in Non-Isometric Embedding Spaces." Proceedings of the 57th Conference of the Association for Computational Linguistics. 2019.
Run the code in this repository as:
python -m bliss.main --config_file ./configs/config.yaml --gpu True
If you found the resources in this repository useful, please cite Bilingual Lexicon Induction with Semi-supervision in Non-Isometric Embedding Spaces:
@inproceedings{bliss,
title={Bilingual Lexicon Induction with Semi-supervision in Non-Isometric Embedding Spaces},
author={Patra, Barun and Moniz, Joel Ruben Antony and Garg, Sarthak and Gormley, Matthew R and Neubig, Graham},
booktitle={Proceedings of the 57th Conference of the Association for Computational Linguistics},
pages={184--193},
year={2019}
}