CLAug 20, 2018

Post-Processing of Word Representations via Variance Normalization and Dynamic Embedding

arXiv:1808.06305v314 citations
Originality Incremental advance
AI Analysis

This work addresses a specific issue in NLP for researchers and practitioners by offering incremental improvements to existing word embedding methods.

The paper tackled the problem of information loss in word embeddings from ordered input sequences by proposing two post-processing techniques, PVN and PDE, which improved performance on NLP tasks when applied to word2vec and GloVe embeddings.

Although embedded vector representations of words offer impressive performance on many natural language processing (NLP) applications, the information of ordered input sequences is lost to some extent if only context-based samples are used in the training. For further performance improvement, two new post-processing techniques, called post-processing via variance normalization (PVN) and post-processing via dynamic embedding (PDE), are proposed in this work. The PVN method normalizes the variance of principal components of word vectors while the PDE method learns orthogonal latent variables from ordered input sequences. The PVN and the PDE methods can be integrated to achieve better performance. We apply these post-processing techniques to two popular word embedding methods (i.e., word2vec and GloVe) to yield their post-processed representations. Extensive experiments are conducted to demonstrate the effectiveness of the proposed post-processing techniques.

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