paper-with-me

홈 › 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, Sungjin Lee, Young-Bum Kim, Spyros Matsoukas, Ruhi Sarikaya

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). For some of these systems that leverage a shared NLU ontology (e.g., a centralized intent/slot schema), there exists a separate skill routing component to correctly route a request to an appropriate skill, which is either a first-party or third-party application that actually executes on a user request. The skill routing component is needed as there are thousands of skills that can either subscribe to the same intent and/or subscribe to an intent under specific contextual conditions (e.g., device has a screen). Ensuring model robustness or resilience in the skill routing component is an important problem since skills may dynamically change their subscription in the ontology after the skill routing model has been deployed to production. We show how different modeling design choices impact the model robustness in the context of skill routing on a state-of-the-art commercial conversational AI system, specifically on the choices around data augmentation, model architecture, and optimization method. We show that applying data augmentation can be a very effective and practical way to drastically improve model robustness.

📄 PDF Abstract BibTeX arXiv:2103.03373

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationNatural Language Understandingspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

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

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

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…

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…

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 …