arXiv論文メモ
新着一覧
cs.AI · 査読状況未確認

電話対応エージェント内の言語モデルを評価するMTVA-Bench

MTVA-Bench: Evaluating the Language Model Inside Cascaded Voice Agents

Pritish Mishra, Ishaan Kumar, Akshat Mandoli, Sudarshan Kamath

この論文をやさしく読む

ひとことで言うと

音声対話システムの中で判断を担う言語モデルだけを、電話特有の文字起こしや発話分割の条件に合わせて評価します。

何に役立つ?

音声認識の誤りと判断モデルの誤りを切り分け、ツール引数や実行順、応答品質の弱点を見つける用途のベンチマークです。

この研究の面白いところ

49エージェント、490シナリオ、7言語を用意し、ツール呼び出しの機械判定と根拠発話を引用する二つのLLM判定を組み合わせます。正しいツールを選ぶだけでは性能差を説明できないと示します。

どこまで分かった?

呼び手はLLM、バックエンドは模擬環境です。実利用者の電話全体を直接評価したものではなく、音声認識や音声合成を含む総合性能とは区別されます。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

音声エージェントの多くは、一般に複数のモデルを直列につないだシステムである。自動音声認識(ASR)モデルが電話の相手の音声を書き起こし、言語モデルが文字起こしを読んで発言内容や呼び出すバックエンドのツールを決め、音声合成(TTS)モデルが返答を読み上げる。意思決定のほぼすべては言語モデルが担うが、既存の評価は対象が広すぎるか狭すぎる。エンドツーエンドの音声ベンチマークは処理全体を採点するため、認識の誤りとモデルの誤りが一つの数値に混ざる。LLMベンチマークはモデルだけを切り出すが、文字起こしの問題、相手の発話が複数メッセージに分割されること、指定された言語や文字体系で返答する必要といった、実際の電話を難しくする要因を評価しない。 本研究では、直列型システムの内部で言語モデルが実際に直面するのと同じ条件で評価する、Multi-Turn Voice Agent Benchmark(MTVA-Bench)を導入する。電話の相手は一連の評価基準に従うLLMが演じ、ツール呼び出しには、モデルが実際に送信した引数に応じて応答する模擬バックエンドが対応する。ベンチマークには49種類のエージェントと、確認済みの490シナリオが含まれ、7言語に対応する。 採点では、ツール呼び出しへの決定論的な検査と、二つのLLM評価者を組み合わせる。一方はシナリオ固有の規則を採点し、もう一方はタスク内容を知らされずに会話の質を評価する。どちらの評価者も、会話記録中の具体的なメッセージを引用する必要がある。目的を達成した電話でも相手の体験が悪いことはあり得るため、タスクと会話の得点は同じ重みとする。7モデルを比較した研究では、6モデルの正しいツール選択の得点は互いに6.4ポイント以内だったが、総合得点の開きは24.4ポイントあった。差の大半は、引数の値、行動の順序、規則の順守、ツール呼び出しの前後でモデルが何を話すかから生じていた。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-17(UTC)
最新改訂
2026-09-17 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Generally, most voice agents are cascaded systems, i.e., an ASR model transcribes the caller's audio, a language model reads the transcript and decides what to say and which backend tools to call, and a TTS model speaks the reply. Nearly all of the decision making happens in the language model, but existing evaluations measure it either too broadly or too narrowly. End-to-end voice benchmarks score the full pipeline, so recognition errors and model errors mix into a single number. LLM benchmarks isolate the model but they do not evaluate what makes real phone calls hard, such as transcription issues, caller's voice being split across messages and the requirement that replies follow the language and script specified. We introduce the Multi-Turn Voice Agent Benchmark (MTVA-Bench), which evaluates the language model on the same conditions it faces inside a cascaded system. The caller is played by an LLM following a set of rubrics and tool calls are answered by a mock backend which responds to the arguments the model actually sent. The benchmark contains 49 agents working across 490 reviewed scenarios and supports 7 languages. Scoring is a combination of deterministic checks on tool calls with two LLM judges, one that scores scenario specific rules and one that grades conversation quality without access to the task. Both judges must cite specific messages from the transcript. Task and conversation scores are weighted equally, since a call can complete its task and still go badly for the caller. In a seven-model study, six of the models select the correct tool within 6.4 points of one another, but their overall scores span 24.4 points. Most of the gap comes from argument values, action ordering, rule compliance, and what the model says around its tool calls.

arXiv ID: 2609.20152 / 要約の誤りについて