English

Ask Optimal Questions: Aligning Large Language Models with Retriever's Preference in Conversation

Information Retrieval 2025-06-17 v2 Computation and Language

Abstract

Conversational search, unlike single-turn retrieval tasks, requires understanding the current question within a dialogue context. The common approach of rewrite-then-retrieve aims to decontextualize questions to be self-sufficient for off-the-shelf retrievers, but most existing methods produce sub-optimal query rewrites due to the limited ability to incorporate signals from the retrieval results. To overcome this limitation, we present a novel framework RetPO (Retriever's Preference Optimization), which is designed to optimize a language model (LM) for reformulating search queries in line with the preferences of the target retrieval systems. The process begins by prompting a large LM to produce various potential rewrites and then collects retrieval performance for these rewrites as the retrievers' preferences. Through the process, we construct a large-scale dataset called RF collection, containing Retrievers' Feedback on over 410K query rewrites across 12K conversations. Furthermore, we fine-tune a smaller LM on this dataset to align it with the retrievers' feedback. Our resulting model demonstrates superiority on two benchmarks, surpassing the previous state-of-the-art performance of rewrite-then-retrieve approaches.

Keywords

Cite

@article{arxiv.2402.11827,
  title  = {Ask Optimal Questions: Aligning Large Language Models with Retriever's Preference in Conversation},
  author = {Chanwoong Yoon and Gangwoo Kim and Byeongguk Jeon and Sungdong Kim and Yohan Jo and Jaewoo Kang},
  journal= {arXiv preprint arXiv:2402.11827},
  year   = {2025}
}

Comments

NAACL 2025 (findings)

R2 v1 2026-06-28T14:52:40.922Z