CLLGJun 4, 2019

Improving Neural Language Models by Segmenting, Attending, and Predicting the Future

arXiv:1906.01702v11095 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of enhancing language modeling performance for natural language processing applications, representing an incremental improvement over existing methods.

The paper tackles the problem of improving neural language models by learning to align context with following phrases without linguistic annotation, achieving a new state-of-the-art perplexity of 17.4 on the Wikitext-103 dataset.

Common language models typically predict the next word given the context. In this work, we propose a method that improves language modeling by learning to align the given context and the following phrase. The model does not require any linguistic annotation of phrase segmentation. Instead, we define syntactic heights and phrase segmentation rules, enabling the model to automatically induce phrases, recognize their task-specific heads, and generate phrase embeddings in an unsupervised learning manner. Our method can easily be applied to language models with different network architectures since an independent module is used for phrase induction and context-phrase alignment, and no change is required in the underlying language modeling network. Experiments have shown that our model outperformed several strong baseline models on different data sets. We achieved a new state-of-the-art performance of 17.4 perplexity on the Wikitext-103 dataset. Additionally, visualizing the outputs of the phrase induction module showed that our model is able to learn approximate phrase-level structural knowledge without any annotation.

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