Parameterized Neural Network Language Models for Information Retrieval
Benjamin Piwowarski, Sylvain Lamprier, Nicolas Despres

TL;DR
This paper introduces neural network-based language models tailored for information retrieval, addressing vocabulary mismatch and term dependencies by using generic and document-specific models to improve relevance estimation.
Contribution
It proposes a novel approach combining generic and document-specific neural language models for IR, enhancing relevance estimation and addressing computational challenges.
Findings
Document-specific models outperform generic models in IR tasks.
Neural language models effectively handle vocabulary mismatch and term dependencies.
Experimental results on TREC datasets validate the proposed models' effectiveness.
Abstract
Information Retrieval (IR) models need to deal with two difficult issues, vocabulary mismatch and term dependencies. Vocabulary mismatch corresponds to the difficulty of retrieving relevant documents that do not contain exact query terms but semantically related terms. Term dependencies refers to the need of considering the relationship between the words of the query when estimating the relevance of a document. A multitude of solutions has been proposed to solve each of these two problems, but no principled model solve both. In parallel, in the last few years, language models based on neural networks have been used to cope with complex natural language processing tasks like emotion and paraphrase detection. Although they present good abilities to cope with both term dependencies and vocabulary mismatch problems, thanks to the distributed representation of words they are based upon, such…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Information Retrieval and Search Behavior
