paper-with-me

Papers

Learning Crosslingual Word Embeddings without Bilingual Corpora

2016-06-30 · EMNLP 2016 11 · Long Duong, Hiroshi Kanayama, Tengfei Ma, Steven Bird, Trevor Cohn

Crosslingual word embeddings represent lexical items from different languages in the same vector space, enabling transfer of NLP tools. However, previous attempts had expensive resource requirements, difficulty incorporating monolingual data or were unable to handle polysemy. We address these drawbacks in our method which takes advantage of a high coverage dictionary in an EM style training algorithm over monolingual corpora in two languages. Our model achieves state-of-the-art performance on bilingual lexicon induction task exceeding models using large bilingual corpora, and competitive results on the monolingual word similarity and cross-lingual document classification task.

📄 PDF Abstract BibTeX arXiv:1606.09403

Code (1)

longdt219/xlingualemb

Tasks

Bilingual Lexicon InductionCross-Lingual Document ClassificationDocument ClassificationGeneral ClassificationWord EmbeddingsWord Similarity

Similar Papers 제목 키워드 기반

Multilingual Training of Crosslingual Word Embeddings

2017-04-01 · EACL 2017 4 · Long Duong, Hiroshi Kanayama, Tengfei Ma, Steven Bird 외

Crosslingual word embeddings represent lexical items from different languages using the same vector space, enabling crosslingual transfer. Most prior work constructs embeddings for a pair of languages, with English on on…

Bilingual Lexicon InductionDependency ParsingDocument ClassificationGeneral Classification+6

Beyond Bilingual: Multi-sense Word Embeddings using Multilingual Context

2017-06-25 · WS 2017 8 · Shyam Upadhyay, Kai-Wei Chang, Matt Taddy, Adam Kalai 외

Word embeddings, which represent a word as a point in a vector space, have become ubiquitous to several NLP tasks. A recent line of work uses bilingual (two languages) corpora to learn a different vector for each sense o…

Representation LearningWord Embeddings

Bilingual Learning of Multi-sense Embeddings with Discrete Autoencoders

2016-03-30 · NAACL 2016 6 · Simon Šuster, Ivan Titov, Gertjan van Noord

We present an approach to learning multi-sense word embeddings relying both on monolingual and bilingual information. Our model consists of an encoder, which uses monolingual and bilingual context (i.e. a parallel senten…

DecoderSentenceWord Embeddings

Improving the Lexical Ability of Pretrained Language Models for Unsupervised Neural Machine Translation

2021-03-18 · NAACL 2021 4 · Alexandra Chronopoulou, Dario Stojanovski, Alexander Fraser

Successful methods for unsupervised neural machine translation (UNMT) employ crosslingual pretraining via self-supervision, often in the form of a masked language modeling or a sequence generation task, which requires th…

Bilingual Lexicon InductionLanguage ModelingLanguage ModellingMachine Translation+2

Investigating Cross-Lingual Alignment Methods for Contextualized Embeddings with Token-Level Evaluation

2019-11-01 · CONLL 2019 11 · Qianchu Liu, Diana McCarthy, Ivan Vuli{\'c}, Anna Korhonen

In this paper, we present a thorough investigation on methods that align pre-trained contextualized embeddings into shared cross-lingual context-aware embedding space, providing strong reference benchmarks for future con…

RetrievalSentenceSentence RetrievalWord Similarity