Topic Matching in the Wild: Benchmark and Lessons from Real-World ASR Transcripts

📅 2026-08-27
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
研究针对客服中心实时对话中的主题匹配问题,通过比较正则表达式、句嵌入编码器和基于Gemini的LLM匹配器,发现轻量级LLM匹配器在使用自然语言描述时表现最佳。
📝 Abstract
In contact centers, real-time agent-assist tools determine, for each of many predefined topics, whether a live customer utterance is relevant and display a coaching card to the agent when it is. The input is noisy and challenging: ASR(Automatic Speech Recognition) transcripts of spontaneous phone conversations, which can be unclear, repetitive, and mostly lack punctuation. To systematically study this real-world task, we curate a human-annotated topic-utterance judgments dataset sourced from real call-center transcripts. We compare three types of matchers: a regex-based baseline, zero-shot sentence embedding encoders, and Gemini-based LLM matchers. In addition, two types of topic representations are studied in our benchmark:keyphrases and natural language description. Our empirical experiments highlight the superior performance of lightweight LLM matchers over embedding and regex models when equipped with natural language descriptions.
Problem

Research questions and friction points this paper is trying to address.

Topic Matching
ASR Transcripts
Contact Centers
Innovation

Methods, ideas, or system contributions that make the work stand out.

LLM matchers
natural language descriptions
ASR transcripts
S
Saman Rahbar
Dialpad Inc.
X
Xiliang Zhu
Dialpad Inc.
I
Irvin Cardoza
Dialpad Inc.
D
David Rossouw
Dialpad Inc.