paper-with-me

홈 › Papers

Bilingual Distributed Word Representations from Document-Aligned Comparable Data

2015-09-24 · Ivan Vulić, Marie-Francine Moens

We propose a new model for learning bilingual word representations from non-parallel document-aligned data. Following the recent advances in word representation learning, our model learns dense real-valued word vectors, that is, bilingual word embeddings (BWEs). Unlike prior work on inducing BWEs which heavily relied on parallel sentence-aligned corpora and/or readily available translation resources such as dictionaries, the article reveals that BWEs may be learned solely on the basis of document-aligned comparable data without any additional lexical resources nor syntactic information. We present a comparison of our approach with previous state-of-the-art models for learning bilingual word representations from comparable data that rely on the framework of multilingual probabilistic topic modeling (MuPTM), as well as with distributional local context-counting models. We demonstrate the utility of the induced BWEs in two semantic tasks: (1) bilingual lexicon extraction, (2) suggesting word translations in context for polysemous words. Our simple yet effective BWE-based models significantly outperform the MuPTM-based and context-counting representation models from comparable data as well as prior BWE-based models, and acquire the best reported results on both tasks for all three tested language pairs.

📄 PDF Abstract BibTeX arXiv:1509.07308

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningSentenceTranslationWord Embeddings

Similar Papers 제목 키워드 기반

BilBOWA: Fast Bilingual Distributed Representations without Word Alignments

2014-10-09 · Stephan Gouws, Yoshua Bengio, Greg Corrado

We introduce BilBOWA (Bilingual Bag-of-Words without Alignments), a simple and computationally-efficient model for learning bilingual distributed representations of words which can scale to large monolingual datasets and…

Cross-Lingual Document ClassificationDocument ClassificationGeneral ClassificationSentence+1

A Multi-task Approach to Learning Multilingual Representations

2018-07-01 · ACL 2018 7 · Karan Singla, Dogan Can, Shrikanth Narayanan

We present a novel multi-task modeling approach to learning multilingual distributed representations of text. Our system learns word and sentence embeddings jointly by training a multilingual skip-gram model together wit…

Cross-Lingual Document ClassificationDocument ClassificationGeneral ClassificationSentence+3

Bilingual Word Embeddings from Non-Parallel Document-Aligned Data Applied to Bilingual Lexicon Induction

2015-07-01 · IJCNLP 2015 7 · Ivan Vuli{\'c}, Marie-Francine Moens
Bilingual Lexicon InductionLanguage ModellingMultilingual Word EmbeddingsWord Embeddings

MultiVec: a Multilingual and Multilevel Representation Learning Toolkit for NLP

2016-05-01 · LREC 2016 5 · Alex B{\'e}rard, re, Christophe Servan, Olivier Pietquin 외

We present MultiVec, a new toolkit for computing continuous representations for text at different granularity levels (word-level or sequences of words). MultiVec includes word2vec{'}s features, paragraph vector (batch an…

Document ClassificationGeneral ClassificationRepresentation LearningSentiment Analysis

Learning bilingual word embeddings with (almost) no bilingual data

2017-07-01 · ACL 2017 7 · Mikel Artetxe, Gorka Labaka, Eneko Agirre

Most methods to learn bilingual word embeddings rely on large parallel corpora, which is difficult to obtain for most language pairs. This has motivated an active research line to relax this requirement, with methods tha…

Document ClassificationEntity LinkingMachine TranslationMultilingual Word Embeddings+4