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

**Authors:** Hongyin Luo, Lan Jiang, Yonatan Belinkov, James Glass

arXiv: 1906.01702 · 2019-06-06

## TL;DR

This paper introduces an unsupervised method to improve neural language models by automatically inducing phrase structures and aligning context with subsequent phrases, leading to better performance and structural understanding.

## Contribution

It presents a novel unsupervised approach for phrase induction and context-phrase alignment that enhances language model performance without requiring linguistic annotations.

## Key findings

- Achieved state-of-the-art 17.4 perplexity on Wikitext-103
- Model learns phrase-level structural knowledge unsupervised
- Outperformed several strong baseline models

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.01702/full.md

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1906.01702/full.md

## References

34 references — full list in the complete paper: https://tomesphere.com/paper/1906.01702/full.md

---
Source: https://tomesphere.com/paper/1906.01702