paper-with-me

Papers

Multilingual Distributed Representations without Word Alignment

2013-12-20 · Karl Moritz Hermann, Phil Blunsom

Distributed representations of meaning are a natural way to encode covariance relationships between words and phrases in NLP. By overcoming data sparsity problems, as well as providing information about semantic relatedness which is not available in discrete representations, distributed representations have proven useful in many NLP tasks. Recent work has shown how compositional semantic representations can successfully be applied to a number of monolingual applications such as sentiment analysis. At the same time, there has been some initial success in work on learning shared word-level representations across languages. We combine these two approaches by proposing a method for learning distributed representations in a multilingual setup. Our model learns to assign similar embeddings to aligned sentences and dissimilar ones to sentence which are not aligned while not requiring word alignments. We show that our representations are semantically informative and apply them to a cross-lingual document classification task where we outperform the previous state of the art. Further, by employing parallel corpora of multiple language pairs we find that our model learns representations that capture semantic relationships across languages for which no parallel data was used.

📄 PDF Abstract BibTeX arXiv:1312.6173

Code (1)

karlmoritz/bicvm

Tasks

Cross-Lingual Document ClassificationDocument ClassificationSentenceSentiment AnalysisWord Alignment

Similar Papers 제목 키워드 기반

Multilingual Factor Analysis

2019-05-14 · ACL 2019 7 · Francisco Vargas, Kamen Brestnichki, Alex Papadopoulos-Korfiatis, Nils Hammerla

In this work we approach the task of learning multilingual word representations in an offline manner by fitting a generative latent variable model to a multilingual dictionary. We model equivalent words in different lang…

Multilingual Word-Level Forced Alignment with Self-Supervised Representations and Learned Dynamic Programming

2026-06-09 · Roy Weber, Meidan Zehavi, Rotem Rousso, Joseph Keshet arxiv

We present a method for accurate multilingual word-level forced alignment, consisting of an alignment encoder and a learned alignment decoder. The encoder integrates two representations: one from the Massively Multilingu…

Multilingual Models for Compositional Distributed Semantics

2014-04-17 · ACL 2014 6 · Karl Moritz Hermann, Phil Blunsom

We present a novel technique for learning semantic representations, which extends the distributional hypothesis to multilingual data and joint-space embeddings. Our models leverage parallel data and learn to strongly ali…

Cross-Lingual Document ClassificationDocument ClassificationGeneral ClassificationLearning Semantic Representations

Learning Multilingual Word Representations using a Bag-of-Words Autoencoder

2014-01-08 · Stanislas Lauly, Alex Boulanger, Hugo Larochelle

Recent work on learning multilingual word representations usually relies on the use of word-level alignements (e.g. infered with the help of GIZA++) between translated sentences, in order to align the word embeddings in …

Document ClassificationGeneral ClassificationSentenceTranslation+1

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