paper-with-me

홈 › Papers

Routing with Generated Data: Annotation-Free LLM Skill Estimation and Expert Selection

2026-01-14 · Tianyi Niu, Justin Chih-Yao Chen, Genta Indra Winata, Shi-Xiong Zhang, Supriyo Chakraborty, Sambit Sahu, Yue Zhang, Elias Stengel-Eskin, Mohit Bansal arxiv

Large Language Model (LLM) routers dynamically select optimal models for given inputs. Existing approaches typically assume access to ground-truth labeled data, which is often unavailable in practice, especially when user request distributions are heterogeneous and unknown. We introduce Routing with Generated Data (RGD), a challenging setting in which routers are trained exclusively on generated queries and answers produced from high-level task descriptions by generator LLMs. We evaluate query-answer routers (using both queries and labels) and query-only routers across four diverse benchmarks and 12 models, finding that query-answer routers degrade faster than query-only routers as generator quality decreases. Our analysis reveals two crucial characteristics of effective generators: they must accurately respond to their own questions, and their questions must produce sufficient performance differentiation among the model pool. We then show how filtering for these characteristics can improve the quality of generated data. We further propose CASCAL, a novel query-only router that estimates model correctness through consensus voting and identifies model-specific skill niches via hierarchical clustering. CASCAL is substantially more robust to generator quality, outperforming the best query-answer router by 4.6% absolute accuracy when trained on weak generator data.

📄 PDF Abstract BibTeX arXiv:2601.09692

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scalable and Robust Self-Learning for Skill Routing in Large-Scale Conversational AI Systems

2022-04-14 · NAACL (ACL) 2022 7 · Mohammad Kachuee, Jinseok Nam, Sarthak Ahuja, Jin-Myung Won 외

Skill routing is an important component in large-scale conversational systems. In contrast to traditional rule-based skill routing, state-of-the-art systems use a model-based approach to enable natural conversations. To …

Off-policy evaluationSelf-Learning

LAR-MoE: Latent-Aligned Routing for Mixture of Experts in Robotic Imitation Learning

2026-03-09 · Ariel Rodriguez, Chenpan Li, Lorenzo Mazza, Rayan Younis 외 arxiv

Imitation learning enables robots to acquire manipulation skills from demonstrations, yet deploying a policy across tasks with heterogeneous dynamics remains challenging, as models tend to average over distinct behaviora…

Beyond Top-k Skill Retrieval: Diversity-Aware Skill Routing for LLM Agents

2026-09-05 · Wang Wei, Tiankai Yang, Samyadeep Basu, Hongjie Chen 외 hf

Large language model (LLM) agents increasingly rely on external skills, but routing user requests over large skill registries is difficult because many skills are functionally redundant while complex tasks often require …

SkillRouter: Skill Routing for LLM Agents at Scale

2026-03-23 · YanZhao Zheng, ZhenTao Zhang, Chao Ma, YuanQiang Yu 외 arxiv

Reusable skills let LLM agents package task-specific procedures, tool affordances, and execution guidance into modular building blocks. As skill ecosystems grow to tens of thousands of entries, exposing every skill at in…

Neural model robustness for skill routing in large-scale conversational AI systems: A design choice exploration

2021-03-04 · Han Li, Sunghyun Park, Aswarth Dara, Jinseok Nam 외

Current state-of-the-art large-scale conversational AI or intelligent digital assistant systems in industry comprises a set of components such as Automatic Speech Recognition (ASR) and Natural Language Understanding (NLU…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationNatural Language Understanding+2