CLDec 19, 2014

Embedding Word Similarity with Neural Machine Translation

arXiv:1412.6448v464 citations
Originality Incremental advance
AI Analysis

This work addresses the need for improved word embeddings in natural language processing applications requiring nuanced semantic and syntactic understanding, though it is incremental as it builds on existing neural translation models.

The paper tackled the problem of learning word embeddings that capture both conceptual similarity and lexical-syntactic roles, showing that embeddings from neural machine translation models outperform monolingual models in these tasks, with minimal degradation when using a new vocabulary expansion algorithm.

Neural language models learn word representations, or embeddings, that capture rich linguistic and conceptual information. Here we investigate the embeddings learned by neural machine translation models, a recently-developed class of neural language model. We show that embeddings from translation models outperform those learned by monolingual models at tasks that require knowledge of both conceptual similarity and lexical-syntactic role. We further show that these effects hold when translating from both English to French and English to German, and argue that the desirable properties of translation embeddings should emerge largely independently of the source and target languages. Finally, we apply a new method for training neural translation models with very large vocabularies, and show that this vocabulary expansion algorithm results in minimal degradation of embedding quality. Our embedding spaces can be queried in an online demo and downloaded from our web page. Overall, our analyses indicate that translation-based embeddings should be used in applications that require concepts to be organised according to similarity and/or lexical function, while monolingual embeddings are better suited to modelling (nonspecific) inter-word relatedness.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes