Proactive Guidance of Multi-Turn Conversation in Industrial Search
- Authors: Xiaoyu Li, Xiao Li, Li Gao, Yiding Liu, Xiaoyang Wang, Shuaiqiang Wang, et al. (8 authors total, Baidu)
- Published: 2025-05-30
- Source: https://arxiv.org/abs/2505.24251
- Category: Multi-Turn / Agentic Search
- A goal adaptation agent dynamically adapts to user goal shifts and provides goal-relevant contextual information.
- Scalable knowledge transfer distills insights from large LLMs into a lightweight model, enabling real-time interaction with reduced latency.
- Adopts a generate-rank paradigm.
- Systematically constructs preference pairs from user click signals.
- Proactively improves click-through rates through more engaging guidance.
- Architecture: Cascaded retrieve-rank-generate remains mainstream, but the agentic paradigm treats retrieval count and strategy itself as learnable.
- Data: High-quality instruction data and click/session logs are equally critical; synthetic data requires safeguards against leakage and distribution shift.
- Evaluation: The gap between offline metrics and online satisfaction is widening; LLM-as-judge should be cross-validated with human evaluation.
- Production: Latency, cost, interpretability, and safety are hard constraints for industrial deployment—academic benchmarks alone are insufficient.
- A Survey on Multi-Turn Interaction Capabilities of Large Language Models (arXiv:2501.09959)
- Evaluating LLM-based Agents for Multi-Turn Conversations: A Survey (arXiv:2503.22458)
- Aligning Query Representation with Rewritten Query and Relevance Judgments (DOI: 10.1145/3627673.3679534)
- An Empirical Analysis on Multi-turn Conversational Recommender Systems (DOI: 10.1145/3626772.3657893)
- Beyond Whole Dialogue Modeling: Contextual Disentanglement (arXiv:2504.17427)
- CHIQ: Contextual History Enhancement for Query Rewriting (arXiv:2406.05013)
Overview
LLMs have significantly advanced multi-turn conversation systems, but industrial deployments still struggle with dynamically adapting to shifts in user goals and maintaining low latency for real-time interaction. This paper proposes a two-phase framework for proactive guidance in the Baidu Search AI assistant, an industrial-scale multi-turn search system.
Method: Two-Phase Framework
Phase 1: Goal-adaptive Supervised Fine-Tuning (G-SFT)
Phase 2: Click-oriented Reinforcement Learning (C-RL)
The two phases are complementary: G-SFT ensures accurate goal tracking, while C-RL optimizes interaction quality via click-signal-driven reinforcement learning.
Results
| Metric | Result | |--------|--------| | Offline accuracy | 86.10% (+23.95% over baseline) | | Online CTR | 25.28% (149.06% relative improvement) | | Inference latency | Reduced by 69.55% via knowledge distillation |
Original Abstract
> The evolution of Large Language Models (LLMs) has significantly advanced multi-turn conversation systems, emphasizing the need for proactive guidance to enhance users' interactions. However, these systems face challenges in dynamically adapting to shifts in users' goals and maintaining low latency for real-time interactions. In the Baidu Search AI assistant, an industrial-scale multi-turn search system, we propose a novel two-phase framework to provide proactive guidance. The first phase, Goal-adaptive Supervised Fine-Tuning (G-SFT), employs a goal adaptation agent that dynamically adapts to user goal shifts and provides goal-relevant contextual information. G-SFT also incorporates scalable knowledge transfer to distill insights from LLMs into a lightweight model for real-time interaction. The second phase, Click-oriented Reinforcement Learning (C-RL), adopts a generate-rank paradigm, systematically constructs preference pairs from user click signals, and proactively improves click-through rates through more engaging guidance. [...] Extensive experiments demonstrate that our framework achieves 86.10% accuracy in offline evaluation (+23.95% over baseline) and 25.28% CTR in online deployment (149.06% relative improvement), while reducing inference latency by 69.55% through scalable knowledge distillation.