Context Aware Query Rewriting for Text Rankers using LLM
Abhijit Anand, Venktesh V, Vinay Setty, Avishek Anand

TL;DR
This paper introduces a context-aware query rewriting method using LLMs during training to improve text ranking, overcoming LLM limitations and significantly boosting ranking performance.
Contribution
The paper proposes a novel context-aware query rewriting approach that leverages LLMs during training only, enhancing ranking accuracy without incurring high inference costs.
Findings
Up to 33% improvement in passage ranking
Up to 28% improvement in document ranking
Effective use of LLMs during training enhances ranking performance
Abstract
Query rewriting refers to an established family of approaches that are applied to underspecified and ambiguous queries to overcome the vocabulary mismatch problem in document ranking. Queries are typically rewritten during query processing time for better query modelling for the downstream ranker. With the advent of large-language models (LLMs), there have been initial investigations into using generative approaches to generate pseudo documents to tackle this inherent vocabulary gap. In this work, we analyze the utility of LLMs for improved query rewriting for text ranking tasks. We find that there are two inherent limitations of using LLMs as query re-writers -- concept drift when using only queries as prompts and large inference costs during query processing. We adopt a simple, yet surprisingly effective, approach called context aware query rewriting (CAR) to leverage the benefits of…
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 · Information Retrieval and Search Behavior · Recommender Systems and Techniques
MethodsAttentive Walk-Aggregating Graph Neural Network
