paper-with-me

Papers

FPI: Failure Point Isolation in Large-scale Conversational Assistants

2022-07-01 · NAACL (ACL) 2022 7 · Rinat Khaziev, Usman Shahid, Tobias Röding, Rakesh Chada, Emir Kapanci, Pradeep Natarajan

Large-scale conversational assistants such as Cortana, Alexa, Google Assistant and Siri process requests through a series of modules for wake word detection, speech recognition, language understanding and response generation. An error in one of these modules can cascade through the system. Given the large traffic volumes in these assistants, it is infeasible to manually analyze the data, identify requests with processing errors and isolate the source of error. We present a machine learning system to address this challenge. First, we embed the incoming request and context, such as system response and subsequent turns, using pre-trained transformer models. Then, we combine these embeddings with encodings of additional metadata features (such as confidence scores from different modules in the online system) using a “mixing-encoder” to output the failure point predictions. Our system obtains 92.2% of human performance on this task while scaling to analyze the entire traffic in 8 different languages of a large-scale conversational assistant. We present detailed ablation studies analyzing the impact of different modeling choices.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Response Generationspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

BatchWeave: A Consistent Object-Store-Native Data Plane for Large Foundation Model Training

2026-05-11 · Ting Sun, Junjie Zhang, Xiao Yan, Songxin Zhang 외 arxiv

Modern Large Foundation Model (LFM) training has transformed the data pipeline from a static ingestion layer into a dynamic component that must co-evolve with the training process. Existing systems are ill-equipped: colo…

Adaptive Partially-Observed Sequential Change Detection and Isolation

2022-08-09 · Xinyu Zhao, Jiuyun Hu, Yajun Mei, Hao Yan

High-dimensional data has become popular due to the easy accessibility of sensors in modern industrial applications. However, one specific challenge is that it is often not easy to obtain complete measurements due to lim…

Change DetectionChange Point Detection

A Personalized Conversational Benchmark: Towards Simulating Personalized Conversations

2025-05-20 · Li Li, Peilin Cai, Ryan A. Rossi, Franck Dernoncourt 외

We present PersonaConvBench, a large-scale benchmark for evaluating personalized reasoning and generation in multi-turn conversations with large language models (LLMs). Unlike existing work that focuses on either persona…

SentenceSentence ClassificationSentiment AnalysisSentiment Classification+1

FlowKV: Enhancing Multi-Turn Conversational Coherence in LLMs via Isolated Key-Value Cache Management

2025-05-21 · Xiang Liu, Hong Chen, Xuming Hu, Xiaowen Chu

Large Language Models (LLMs) are increasingly deployed in multi-turn conversational applications, where the management of the Key-Value (KV) Cache presents a significant bottleneck. The linear growth of the KV Cache with…

Instruction FollowingManagement

Isolation Kernel: The X Factor in Efficient and Effective Large Scale Online Kernel Learning

2019-07-02 · Kai Ming Ting, Jonathan R. Wells, Takashi Washio

Large scale online kernel learning aims to build an efficient and scalable kernel-based predictive model incrementally from a sequence of potentially infinite data points. A current key approach focuses on ways to produc…