AI觉醒星球
Awakening is here
Knowledge File / AI技能杠杆
2026-06-10 0 浏览 会员

趋势解读:Can Voice Agents Handle Bilingual Customers? Benchmarking Frontier,评估 LLM A

该研究针对语音代理在处理双语客户时的代码切换能力进行了基准测试,覆盖四种语言对,评估了多个ASR系统,发现ElevenLabs Scribe V2等模型表现最佳,并揭示了不同语言对和模型之间的性能差异。

SOURCE / AI技能杠杆 MIN / 9 ACCESS / 会员 POST / 2026-06-10 03:38:28

原贴

查看原文
作者:Hugging Face Blog 来源站点:huggingface.co 原贴时间:

原文

Over half of the world's population speaks more than one language. And for many bilingual speakers, code-switching — seamlessly switching between languages, even mid-sentence — is a natural part of everyday communication. Whether in casual conversations, contact centers, or IT helpdesks, speakers fluidly adapt to whichever language feels most natural in the moment. Despite the prevalence of bilingual speakers across the world, there has been little work focused on how voice agents handle code-switched speech in enterprise settings. So, when a customer asked us how our voice agents would perform for their largely bilingual customer base who routinely code-switched, we decided to build our own benchmark and dataset to evaluate models. We focused on automatic speech recognition (ASR) — the first step in any voice agent pipeline — because transcription errors propagate forward into every downstream component. In enterprise settings, where a misrouted ticket or misunderstood policy question has real operational consequences, getting the transcript right is an especially important step of the voice agent pipeline. Our benchmark covers four language pairs that were most relevant for our customer base: Spanish-English, French-English, Canadian French-English, and German-English. It uses the non-English language as the matrix framing, with English embedded at varying lengths. The data covers a wide range of Human Resources (HR) and IT Service management (ITSM) scenarios, including employee inquiries about benefits or payroll, and support requests such as password resets, VPN access, or device troubleshooting. To measure how various models perform, we report three metrics: Word Error Rate (WER), Semantic Word Error Rate (SWER), and Answer Error Rate (AER). We choose these metrics to capture both (1) the models' exact accuracy in transcription, as well as (2) their ability to preserve the meaning of the utterance for downstream tasks. We release our benchmark and data through our harness for evaluating voice models, AU-Harness. We also provide results from seven ASR systems, including some Large Audio Language Models (LALMs), frontier ASRs, and open-source ASRs. Our main finding is that the cost of codeswitching varies depending on the language-pair and model tested. ElevenLabs Scribe V2, Gemini 3 Flash, and Assembly AI Universal 3-Pro surface as the top models across metrics for the task. We start with an internal corpus of IT support and HR interactions. To create each code-switched utterance, we begin with parallel user utterances in English and one of our four non-English languages, then filter for good code-switching candidates. We keep utterances between 12 and 40 words — short enough to be natural spoken turns, long enough to contain real switching opportunities. We also exclude utterances where entities dominate — emails, phone numbers, IDs, or URLs that make text half-English by necessity rather than bilingual choice. Finally, we require at least three switchable content words — nouns, verbs, or adjectives that are not entities or product names — to give the generation model enough material to produce a meaningful code-switched version. From here, we tested various strategies for combining languages in a realistic way and ultimately selected a simple persona prompt sent to an LLM (OpenAI/GPT-5) to produce the code-switched text. We then used an LLM verbalization pass to convert the text into its spoken form and used ElevenLabs Multilingual V2 to synthesize the audio. Every utterance is then reviewed by an AI/NLP linguist who is a native speaker of the matrix language; flagged utterances are excluded or regenerated and re-reviewed. The final dataset has 259 Spanish-English records, 298 French-English records, 188 Canadian French-English records, and 173 German-English records We report three metrics per model per language pair, chosen to capture transcription accuracy, meaning preservation, and downstream task performance:

中文翻译

世界上超过一半的人口使用不止一种语言。对于许多双语使用者来说,代码切换——在语言之间无缝切换,甚至在一句话中间——是日常交流的自然部分。尽管双语使用者在全球普遍存在,但很少有研究关注语音代理如何处理企业环境中的代码切换语音。

核心信息

该研究针对语音代理在处理双语客户时的代码切换能力进行了基准测试,覆盖四种语言对,评估了多个ASR系统,发现ElevenLabs Scribe V2等模型表现最佳,并揭示了不同语言对和模型之间的性能差异。

  • 全球超半数人口使用多种语言,代码切换是日常交流常态。
  • 缺乏针对语音代理处理企业代码切换语音的基准测试。
  • 研究覆盖四种语言对,聚焦HR和IT服务场景。
  • 采用WER、SWER、AER三项指标评估转录与语义保留能力。
  • ElevenLabs Scribe V2等模型在多语言对表现最优。
试看内容

成为会员查看完整内容

你已经看到了这篇内容的前置整理,剩余深度部分仅对会员开放。

详细解读 信息差价值 参考来源
成为会员查看完整内容
上一篇 趋势解读:Claude Managed Agents 新增定时运行和环境变量存储功能,解读最新 AI 进展 下一篇 趋势解读:Claude Fable 5 is generally available for GitHub,聚焦 Agent 工作流自动化