CLMay 8, 2018

Post-Specialisation: Retrofitting Vectors of Words Unseen in Lexical Resources

arXiv:1805.03228v11101 citations
Originality Incremental advance
AI Analysis

This addresses a limitation in NLP for improving word embeddings of unseen words, though it is incremental as it builds on existing specialisation models.

The paper tackles the problem of word vector specialisation methods only updating words seen in external lexicons, leaving unseen words unchanged, and proposes a novel post-specialisation method that extends this to unseen words, resulting in considerable gains in word similarity tasks and downstream applications like dialogue state tracking and lexical text simplification across three languages.

Word vector specialisation (also known as retrofitting) is a portable, light-weight approach to fine-tuning arbitrary distributional word vector spaces by injecting external knowledge from rich lexical resources such as WordNet. By design, these post-processing methods only update the vectors of words occurring in external lexicons, leaving the representations of all unseen words intact. In this paper, we show that constraint-driven vector space specialisation can be extended to unseen words. We propose a novel post-specialisation method that: a) preserves the useful linguistic knowledge for seen words; while b) propagating this external signal to unseen words in order to improve their vector representations as well. Our post-specialisation approach explicits a non-linear specialisation function in the form of a deep neural network by learning to predict specialised vectors from their original distributional counterparts. The learned function is then used to specialise vectors of unseen words. This approach, applicable to any post-processing model, yields considerable gains over the initial specialisation models both in intrinsic word similarity tasks, and in two downstream tasks: dialogue state tracking and lexical text simplification. The positive effects persist across three languages, demonstrating the importance of specialising the full vocabulary of distributional word vector spaces.

Code Implementations1 repo
Foundations

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

Your Notes