Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1014 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 1014 Bytes

Bilingual Lexicon Induction with Semi-supervision in Non-Isometric Embedding Spaces

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

References

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}
}