Enhancing Conversational Search: Large Language Model-aided Informative Query Rewriting · The Large Language Model Bible Contribute to LLM-Bible

Enhancing Conversational Search: Large Language Model-aided Informative Query Rewriting

Ye Fanghua, Fang Meng, Li Shenghui, Yilmaz Emine. Arxiv 2023

[Paper]    
RAG Uncategorized

Query rewriting plays a vital role in enhancing conversational search by transforming context-dependent user queries into standalone forms. Existing approaches primarily leverage human-rewritten queries as labels to train query rewriting models. However, human rewrites may lack sufficient information for optimal retrieval performance. To overcome this limitation, we propose utilizing large language models (LLMs) as query rewriters, enabling the generation of informative query rewrites through well-designed instructions. We define four essential properties for well-formed rewrites and incorporate all of them into the instruction. In addition, we introduce the role of rewrite editors for LLMs when initial query rewrites are available, forming a “rewrite-then-edit” process. Furthermore, we propose distilling the rewriting capabilities of LLMs into smaller models to reduce rewriting latency. Our experimental evaluation on the QReCC dataset demonstrates that informative query rewrites can yield substantially improved retrieval performance compared to human rewrites, especially with sparse retrievers.

Similar Work