paper-with-me

홈 › 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, Sungjin Lee

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 provide supervision signal required to train such models, ideas such as human annotation, replication of a rule-based system, relabeling based on user paraphrases, and bandit-based learning were suggested. However, these approaches: (a) do not scale in terms of the number of skills and skill on-boarding, (b) require a very costly expert annotation/rule-design, (c) introduce risks in the user experience with each model update. In this paper, we present a scalable self-learning approach to explore routing alternatives without causing abrupt policy changes that break the user experience, learn from the user interaction, and incrementally improve the routing via frequent model refreshes. To enable such robust frequent model updates, we suggest a simple and effective approach that ensures controlled policy updates for individual domains, followed by an off-policy evaluation for making deployment decisions without any need for lengthy A/B experimentation. We conduct various offline and online A/B experiments on a commercial large-scale conversational system to demonstrate the effectiveness of the proposed method in real-world production settings.

📄 PDF Abstract BibTeX arXiv:2204.07135

Code (0)

등록된 구현이 없습니다.

Tasks

Off-policy evaluationSelf-Learning

Methods 이 논문이 사용한 방법론

Self-Learning 설명 없음

Similar Papers 제목 키워드 기반

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

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…

Data Augmentation for Improving Tail-traffic Robustness in Skill-routing for Dialogue Systems

2023-06-07 · Ting-Wei Wu, Fatemeh Sheikholeslami, Mohammad Kachuee, Jaeyoung Do 외

Large-scale conversational systems typically rely on a skill-routing component to route a user request to an appropriate skill and interpretation to serve the request. In such system, the agent is responsible for serving…

Data AugmentationDecoderLong-tail Learning

The Scaling Laws of Skills in LLM Agent Systems

2026-05-15 · Charles Chen, Qiming Yu, Yuhang Gu, Zhuoye Huang 외 arxiv

As agent systems scale, skills accumulate into large reusable libraries, yet their scaling laws remain poorly understood. Across 15 frontier LLMs, 1,141 real-world skills, and over 3M routing or execution decisions, we i…

SkillOrchestra: Learning to Route Agents via Skill Transfer

2026-02-23 · Jiayu Wang, Yifei Ming, Zixuan Ke, Shafiq Joty 외 arxiv

Compound AI systems promise capabilities beyond those of individual models, yet their success depends critically on effective orchestration. Existing routing approaches face two limitations: (1) input-level routers make …