Learning Contextual Retrieval for Robust Conversational Search (EMNLP 2025)
This entry indexes the paper "Learning Contextual Retrieval for Robust Conversational Search", published in the EMNLP 2025 main conference (ACL Anthology).
- Source: https://aclanthology.org/2025.emnlp-main.602/
- Venue: EMNLP 2025 Main, ACL
- Topic area: Conversational Search
- The work targets conversational search, where queries depend on dialogue context and retrieval must remain robust across multi-turn interactions.
- It sits at the intersection of conversational systems and large-scale search/recommendation, where traditional pipelines that treat retrieval, ranking, and generation separately struggle to meet LLM-era demands for natural language interaction, multi-hop reasoning, and real-time knowledge.
- Datasets: MS MARCO, BEIR, Natural Questions, and domain-specific corpora
- Metrics: nDCG@10, MRR, Recall@k, Hit@k, human preference, task success rate, latency and token cost
- Baselines: BM25, dense retrieval, cross-encoder reranking, retrieval-free LLMs, commercial search APIs
- Trustworthiness of evaluation (offline metrics vs. online satisfaction; LLM-as-judge vs. human assessment)
- Latency and cost constraints in production systems
- Hallucination and safety risks in open-web retrieval
- Cross-lingual and multimodal extension
- A Survey of Conversational Search (Sep 2025, ACM)
- Engineering Conversational Search Systems: A Review of Applications (arXiv:2407.00997)
- Agentic Conversational Search with Contextualized Reasoning via Reinforcement Learning
- CTR-Guided Generative Query Suggestion in Conversational Search (EMNLP)
- ChatRetriever: Adapting Large Language Models for Generalized and Robust Retrieval (arXiv:2404.13556)
- CoSearchAgent: A Lightweight Collaborative Search Agent (arXiv:2402.06360)
Key points
Context within the field
The post frames the paper within the broader evolution of neural information retrieval: from BM25 and dense bi-encoder retrieval, through cross-encoder reranking and late interaction, toward generative retrieval and LLM-based agentic search. In the LLM era, key new variables include the reasoning budget and the action space (whether to retrieve, how many times, and which tools to call).
Typical evaluation protocol for this line of work
> Note: the original forum post is largely a metadata stub; specific quantitative results should be verified against the paper PDF at the source link above.