paper-with-me

홈 › Papers

From Myopic Selection to Long-Horizon Awareness: Sequential LLM Routing for Multi-Turn Dialogue

2026-04-14 · Jiarui Zhang, Xiangyu Liu, Yong Hu, Chaoyue Niu, Hang Zeng, Shaojie Tang, Fan Wu, Guihai Chen arxiv

Multi-turn dialogue is the predominant form of interaction with large language models (LLMs). While LLM routing is effective in single-turn settings, existing methods fail to maximize cumulative performance in multi-turn dialogue due to interaction dynamics and delayed rewards. To address this challenge, we move from myopic, single-turn selection to long-horizon sequential routing for multi-turn dialogue. Accordingly, we propose DialRouter, which first performs MCTS to explore dialogue branches induced by different LLM selections and collect trajectories with high cumulative rewards. DialRouter then learns a lightweight routing policy from search-derived data, augmented with retrieval-based future state approximation, enabling multi-turn routing without online search. Experiments on both open-domain and domain-specific dialogue tasks across diverse candidate sets of both open-source and closed-source LLMs demonstrate that DialRouter significantly outperforms single LLMs and existing routing baselines in task success rate, while achieving a superior performance-cost trade-off when combined with a cost-aware reward.

📄 PDF Abstract BibTeX arXiv:2604.12385

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BINOCULARS for Efficient, Nonmyopic Sequential Experimental Design

2019-09-10 · ICML 2020 1 · Shali Jiang, Henry Chai, Javier Gonzalez, Roman Garnett

Finite-horizon sequential experimental design (SED) arises naturally in many contexts, including hyperparameter tuning in machine learning among more traditional settings. Computing the optimal policy for such problems r…

Bayesian OptimizationExperimental Design

Planning with Diffusion Models for Target-Oriented Dialogue Systems

2025-04-23 · Hanwen Du, Bo Peng, Xia Ning

Target-Oriented Dialogue (TOD) remains a significant challenge in the LLM era, where strategic dialogue planning is crucial for directing conversations toward specific targets. However, existing dialogue planning methods…

Language ModelingLanguage Modelling

Overhang Tower: Resource-Rational Adaptation in Sequential Physical Planning

2026-04-10 · Ruihong Shen, Shiqian Li, Yixin Zhu arxiv

Humans effortlessly navigate the physical world by predicting how objects behave under gravity and contact forces, yet how such judgments support sequential physical planning under resource constraints remains poorly und…

Non-Myopic Multi-Objective Bayesian Optimization

2024-12-11 · Syrine Belakaria, Alaleh Ahmadianshalchi, Barbara Engelhardt, Stefano Ermon 외

We consider the problem of finite-horizon sequential experimental design to solve multi-objective optimization (MOO) of expensive black-box objective functions. This problem arises in many real-world applications, includ…

Bayesian OptimizationExperimental Design

The Long-Term Effects of Data Selection in LLM Fine-Tuning

2026-05-28 · Yuxin Yang, Aoxiong Zeng, Xiangquan Yang arxiv

Data selection is increasingly used to reduce the cost of large language model (LLM) fine-tuning, with recent methods prioritizing samples by current utility, diversity, quality, or influence. This paper studies a differ…