English

Learning Contextual Retrieval for Robust Conversational Search

Information Retrieval 2025-09-25 v1

Abstract

Effective conversational search demands a deep understanding of user intent across multiple dialogue turns. Users frequently use abbreviations and shift topics in the middle of conversations, posing challenges for conventional retrievers. While query rewriting techniques improve clarity, they often incur significant computational cost due to additional autoregressive steps. Moreover, although LLM-based retrievers demonstrate strong performance, they are not explicitly optimized to track user intent in multi-turn settings, often failing under topic drift or contextual ambiguity. To address these limitations, we propose ContextualRetriever, a novel LLM-based retriever that directly incorporates conversational context into the retrieval process. Our approach introduces: (1) a context-aware embedding mechanism that highlights the current query within the dialogue history; (2) intent-guided supervision based on high-quality rewritten queries; and (3) a training strategy that preserves the generative capabilities of the base LLM. Extensive evaluations across multiple conversational search benchmarks demonstrate that ContextualRetriever significantly outperforms existing methods while incurring no additional inference overhead.

Keywords

Cite

@article{arxiv.2509.19700,
  title  = {Learning Contextual Retrieval for Robust Conversational Search},
  author = {Seunghan Yang and Juntae Lee and Jihwan Bang and Kyuhong Shim and Minsoo Kim and Simyung Chang},
  journal= {arXiv preprint arXiv:2509.19700},
  year   = {2025}
}

Comments

EMNLP 2025 main conference

R2 v1 2026-07-01T05:53:24.762Z