English

Efficient MDI Adaptation for n-gram Language Models

Computation and Language 2020-08-07 v1

Abstract

This paper presents an efficient algorithm for n-gram language model adaptation under the minimum discrimination information (MDI) principle, where an out-of-domain language model is adapted to satisfy the constraints of marginal probabilities of the in-domain data. The challenge for MDI language model adaptation is its computational complexity. By taking advantage of the backoff structure of n-gram model and the idea of hierarchical training method, originally proposed for maximum entropy (ME) language models, we show that MDI adaptation can be computed in linear-time complexity to the inputs in each iteration. The complexity remains the same as ME models, although MDI is more general than ME. This makes MDI adaptation practical for large corpus and vocabulary. Experimental results confirm the scalability of our algorithm on very large datasets, while MDI adaptation gets slightly worse perplexity but better word error rate results compared to simple linear interpolation.

Keywords

Cite

@article{arxiv.2008.02385,
  title  = {Efficient MDI Adaptation for n-gram Language Models},
  author = {Ruizhe Huang and Ke Li and Ashish Arora and Dan Povey and Sanjeev Khudanpur},
  journal= {arXiv preprint arXiv:2008.02385},
  year   = {2020}
}

Comments

To appear in INTERSPEECH 2020. Appendix A of this full version will be filled soon

R2 v1 2026-06-23T17:40:13.205Z