paper-with-me

Papers

A Discriminative Latent-Variable Model for Bilingual Lexicon Induction

2018-08-28 · EMNLP 2018 10 · Sebastian Ruder, Ryan Cotterell, Yova Kementchedjhieva, Anders Søgaard

We introduce a novel discriminative latent variable model for bilingual lexicon induction. Our model combines the bipartite matching dictionary prior of Haghighi et al. (2008) with a representation-based approach (Artetxe et al., 2017). To train the model, we derive an efficient Viterbi EM algorithm. We provide empirical results on six language pairs under two metrics and show that the prior improves the induced bilingual lexicons. We also demonstrate how previous work may be viewed as a similarly fashioned latent-variable model, albeit with a different prior.

📄 PDF Abstract BibTeX arXiv:1808.09334

Code (1)

sebastianruder/latent-variable-vecmap 공식 구현

Tasks

Bilingual Lexicon Induction

Similar Papers 제목 키워드 기반

Unsupervised Bilingual Lexicon Induction via Latent Variable Models

2018-10-01 · EMNLP 2018 10 · Zi-Yi Dou, Zhi-Hao Zhou, Shu-Jian Huang

Bilingual lexicon extraction has been studied for decades and most previous methods have relied on parallel corpora or bilingual dictionaries. Recent studies have shown that it is possible to build a bilingual dictionary…

Bilingual Lexicon InductionWord Embeddings

A Comprehensive Analysis of Bilingual Lexicon Induction

2017-06-01 · CL 2017 6 · Ann Irvine, Chris Callison-Burch

Bilingual lexicon induction is the task of inducing word translations from monolingual corpora in two languages. In this article we present the most comprehensive analysis of bilingual lexicon induction to date. We prese…

Bilingual Lexicon InductionMachine TranslationTranslation

Evaluating bilingual word embeddings on the long tail

2018-06-01 · NAACL 2018 6 · Fabienne Braune, Viktor Hangya, Tobias Eder, Alex Fraser 외

Bilingual word embeddings are useful for bilingual lexicon induction, the task of mining translations of given words. Many studies have shown that bilingual word embeddings perform well for bilingual lexicon induction bu…

Bilingual Lexicon InductionMachine TranslationWord Embeddings

Improving Bilingual Lexicon Induction for Low Frequency Words

2020-11-01 · EMNLP 2020 11 · Jiaji Huang, Xingyu Cai, Kenneth Church

This paper designs a Monolingual Lexicon Induction task and observes that two factors accompany the degraded accuracy of bilingual lexicon induction for rare words. First, a diminishing margin between similarities in low…

Bilingual Lexicon Induction

Bilingual Lexicon Induction for Low-Resource Languages using Graph Matching via Optimal Transport

2022-10-25 · Kelly Marchisio, Ali Saad-Eldin, Kevin Duh, Carey Priebe 외

Bilingual lexicons form a critical component of various natural language processing applications, including unsupervised and semisupervised machine translation and crosslingual information retrieval. We improve bilingual…

Bilingual Lexicon InductionGraph MatchingInformation RetrievalMachine Translation+2