Latent Tree Language Model


Tomáš Brychcín
Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing (2016)

PDF

Abstract

In this paper we introduce Latent Tree Language Model (LTLM), a novel approach to language modeling that encodes syntax and semantics of a given sentence as a tree of word roles. The learning phase iteratively updates the trees by moving nodes according to Gibbs sampling. We introduce two algorithms to infer a tree for a given sentence. The first one is based on Gibbs sampling. It is fast, but does not guarantee to find the most probable tree. The second one is based on dynamic programming. It is slower, but guarantees to find the most probable tree. We provide comparison of both algorithms. We combine LTLM with 4-gram Modified Kneser-Ney language model via linear interpolation. Our experiments with English and Czech corpora show significant perplexity reductions (up to 46% for English and 49% for Czech) compared with standalone 4-gram Modified Kneser-Ney language model.

Authors

BibTex

@InProceedings{brychcin:2016:EMNLP2016, author = {Brychc\'{i}n, Tom\'{a}\v{s}}, title = {Latent Tree Language Model}, booktitle = {Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing}, month = {November}, year = {2016}, address = {Austin, Texas}, publisher = {Association for Computational Linguistics}, pages = {436--446}, url = {https://aclweb.org/anthology/D16-1042} }
Back to Top