Methods to integrate a language model with semantic information for a word prediction component (0801.4716v1)
Abstract: Most current word prediction systems make use of n-gram LLMs (LM) to estimate the probability of the following word in a phrase. In the past years there have been many attempts to enrich such LLMs with further syntactic or semantic information. We want to explore the predictive powers of Latent Semantic Analysis (LSA), a method that has been shown to provide reliable information on long-distance semantic dependencies between words in a context. We present and evaluate here several methods that integrate LSA-based information with a standard LLM: a semantic cache, partial reranking, and different forms of interpolation. We found that all methods show significant improvements, compared to the 4-gram baseline, and most of them to a simple cache model as well.
- Tonio Wandmacher (1 paper)
- Jean-Yves Antoine (2 papers)