$\tau$-Elicitation: Benchmarking multi-turn entity extraction in voice agents

arXiv cs.AI Papers

Summary

The paper introduces τ-Elicitation, a benchmark for evaluating multi-turn entity extraction in voice agents, identifying strategy selection and error recovery as key bottlenecks.

arXiv:2609.13602v1 Announce Type: new Abstract: Voice agents often need to collect names, addresses, identifiers, dates, and times exactly, yet end-to-end benchmarks obscure where capture fails. We introduce $\tau$-Elicitation, a 200-task voice benchmark spanning 10 entity types, controlled difficulty, caller realisms, and three environments. A matched text agent passes all tasks, but four voice configurations achieve robust exact success from 0.14 to 0.41. Agents increase verification for hard and unfamiliar entities and sometimes for incorrect captures, but not for their weakest caller voice; only 24 to 37 percent of verified errors are repaired. A scaffold that prescribes spelling, read-back, correction, and confirmation raises robust Pass$^3$ by 14 to 31 points, at a cost of 21 to 28 seconds per call. Realisms such as spelling variations and restarts do not detectably affect exact success; mispronunciation increases repair effort. These results identify strategy selection and successful recovery as the central bottlenecks in exact spoken entity collection.
Original Article
View Cached Full Text

Cached at: 09/15/26, 08:57 AM

# TAU-ELICITATION: BENCHMARKING MULTI-TURN ENTITY EXTRACTION IN VOICE AGENTS
Source: [https://arxiv.org/html/2609.13602](https://arxiv.org/html/2609.13602)
###### Abstract

Voice agents often need to collect names, addresses, identifiers, dates, and times exactly, yet end\-to\-end benchmarks obscure where capture fails\. We introduceτ\\uptau\-Elicitation, a 200\-task voice benchmark spanning 10 entity types, controlled difficulty, caller realisms, and three environments\. A matched text agent passes all tasks, but four voice configurations achieve robust exact success on only 0\.14–0\.41\. Agents increase verification for hard and unfamiliar entities and sometimes for incorrect captures, but not for their weakest caller voice; only 24–37% of verified errors are repaired\. A scaffold that prescribes spelling, read\-back, correction, and confirmation raises robustPass3\\mathrm\{Pass\}^\{3\}by 14–31 points, at a cost of 21–28 seconds per call\. Realisms such as spelling variations and restarts do not detectably affect exact success; mispronunciation increases repair effort\. These results identify strategy selection and successful recovery as the central bottlenecks in exact spoken entity collection\.

###### Index Terms:

voice agents, spoken dialogue evaluation, multi\-turn entity extraction, conversational repair, task\-oriented dialogue

††address:1Sierra2Mercor
soham@sierra\.aiSoham Ray1Victor Barres2\\@address
## 1Introduction

Voice\-agent benchmarks usually score complete tasks\[[12](https://arxiv.org/html/2609.13602#bib.bib1),[4](https://arxiv.org/html/2609.13602#bib.bib2),[3](https://arxiv.org/html/2609.13602#bib.bib3)\], yet authentication and key\-entity transcription remain common failure points\. Existing work does not isolate whether an interactive agent can recognize an uncertain capture, decide when to slow down, repair an error, and store the exact value\. Nor does it measure how this capability changes with entity type, difficulty, repeated conditions, or caller effort\. This matters because misunderstood named entities impede spoken dialogue, while confirming every attribute can itself frustrate callers\[[7](https://arxiv.org/html/2609.13602#bib.bib21)\]\.

τ\\uptau\-Elicitation tests this capability on short callbacks about missing database fields\. Each core task elicits one missing value, isolating the atomic unit of spoken entity collection and establishing a minimum\-complexity floor for broader calls; linked multi\-entity tasks then test how errors compound\. Its default prompt defines the*agent\-directed*condition: the record must be exactly correct and letter\-by\-letter verification is suggested when unsure, but the agent decides when and how to verify\. A matched*scaffolded*condition instead prescribes asking, spelling or reading back, confirming, correcting, and then submitting\. Both share consent, never\-guess, logging, and one\-submission rules, isolating strategy selection from protocol execution\. Deterministic database comparison scores both conditions without an LLM judge\.

We contribute a reproducible 200\-task benchmark spanning 10 entity types, controlled difficulty and caller realisms, and multi\-entity calls\. It measures capture, verification, repair, effort, and robust success across three environments;[code and artifacts are available on GitHub](https://github.com/sierra-research/tau2-bench/blob/tau-elicitation/papers/tau-intake/v1/reproduction/README.md)\.

![Refer to caption](https://arxiv.org/html/2609.13602v1/task_generator_pipeline.png)Figure 1:τ\\uptau\-Elicitation selects values from entity banks, builds a controlled task, and runs it through theτ\\uptau\-Voice interaction loop\.Pass3\\mathrm\{Pass\}^\{3\}requires success in all three environment realizations\. The scale marks fidelity\-judged agent speech\.
## 2Related Work

Table 1:Coverage of related benchmarks\. Task: executed tool task; Exact: exact entity score;NN: controlled entity count; D: diagnostic or partial coverage\.WorkMultiTaskExactNNRepairVoice agents\[[12](https://arxiv.org/html/2609.13602#bib.bib1),[4](https://arxiv.org/html/2609.13602#bib.bib2),[3](https://arxiv.org/html/2609.13602#bib.bib3),[9](https://arxiv.org/html/2609.13602#bib.bib6)\]✓\\checkmark✓\\checkmarkD–DSpoken dialogue\[[14](https://arxiv.org/html/2609.13602#bib.bib10),[21](https://arxiv.org/html/2609.13602#bib.bib11)\]✓\\checkmark–✓\\checkmark––Speech NER\[[13](https://arxiv.org/html/2609.13602#bib.bib8),[20](https://arxiv.org/html/2609.13602#bib.bib13),[1](https://arxiv.org/html/2609.13602#bib.bib9)\]––✓\\checkmark––τ\\uptau\-Elicitation✓\\checkmark✓\\checkmark✓\\checkmark✓\\checkmark✓\\checkmarkExisting voice\-agent benchmarks—τ\\uptau\-Voice, EVA\-Bench, DuplexWorld, and Full\-Duplex\-Bench\-v3—measure end\-to\-end task performance and interaction quality; several also exercise tool use\[[12](https://arxiv.org/html/2609.13602#bib.bib1),[4](https://arxiv.org/html/2609.13602#bib.bib2),[3](https://arxiv.org/html/2609.13602#bib.bib3),[9](https://arxiv.org/html/2609.13602#bib.bib6)\]\. Their broad scope reveals failures such as authentication—identified as the dominant bottleneck inτ\\uptau\-Voice and reported separately in EVA\-Bench—but does not isolate exact entity capture\[[12](https://arxiv.org/html/2609.13602#bib.bib1),[4](https://arxiv.org/html/2609.13602#bib.bib2)\]\.τ\\uptau\-Elicitation extends theτ\\uptau\-bench,τ2\\uptau^\{2\}\-Bench, andτ\\uptau\-Voice lineage by making controlled voice entity collection the primary task\[[19](https://arxiv.org/html/2609.13602#bib.bib5),[2](https://arxiv.org/html/2609.13602#bib.bib4),[12](https://arxiv.org/html/2609.13602#bib.bib1)\]\.

Dialogue\-state tracking spans MultiWOZ, SpokenWOZ, and cross\-utterance sub\-slot tracking\[[5](https://arxiv.org/html/2609.13602#bib.bib7),[14](https://arxiv.org/html/2609.13602#bib.bib10),[21](https://arxiv.org/html/2609.13602#bib.bib11)\]\. ASR and spoken\-entity work covers natural\-speech NER, ASR error propagation, unseen entities in synthesized audio, and industrial missed\-entity rates\[[13](https://arxiv.org/html/2609.13602#bib.bib8),[15](https://arxiv.org/html/2609.13602#bib.bib12),[20](https://arxiv.org/html/2609.13602#bib.bib13),[1](https://arxiv.org/html/2609.13602#bib.bib9)\]\.*Error Detection and Recovery in Spoken Dialogue Systems*studies repair strategies\[[7](https://arxiv.org/html/2609.13602#bib.bib21)\]\. None combines live tool execution, exact database writes, controlled entity type, difficulty and count, an agent’s choice to verify\. Table[1](https://arxiv.org/html/2609.13602#S2.T1)summarizes this gap\.

## 3Methods

### 3\.1Task and elicitation policy

Each task is a callback about a record with missing fields\. The agent sees the field names, asks the caller for their values, logs its captures, and submits once; the caller reveals a value only after it is requested\. The simulated caller is cooperative: it supplies requested values, spells accurately when asked, and confirms or corrects read\-backs, but never volunteers information\.

### 3\.2Values, difficulty, and realisms

Ten banks each contain 40 easy and 40 hard values; the benchmark samples 10 of each difficulty per bank\. Difficulty is type\-relative: for example, hard names are rarer, hard codes are longer or confusable, and hard emails contain more symbols\. Table[2](https://arxiv.org/html/2609.13602#S5.T2)reports bank construction and performance\.

A seeded catalog adds six caller realisms by appending a scripted instruction to the caller prompt\. For example, one spelling\-style instruction tells the caller to say “zed” for the letter Z whenever spelling a value\. Self\-correction supplies a wrong value and immediately repairs it; spelling variation changes how letters or digits are grouped; falter\-and\-restart spelling introduces a mid\-string correction; partial and wrong\-field answers require a follow\-up; and reviewed mispronunciations alter only the audio\. Conditional behaviors occur only when the conversation creates an opportunity, so a spelling correction, for example, cannot fire until spelling begins\. Each task stores its generator and catalog versions, seed, selected realism, and expected database state\. The generator also emits linked two\- and three\-field tasks, both as flat calls and as a staged workflow that validates one field before revealing the next\.

### 3\.3Scoring and behavioral measures

We compare each final database value with the exact gold string and report regular\-realization success asPass@1\. We define robustPass3\\mathrm\{Pass\}^\{3\}as exact success on the same task across three prespecified environment realizations:*regular*;*noise\-heavy*, with 10 dB background noise, bursts, frame drops, and muffling; and*speech\-heavy*, with interruptions, backchannels, and restarts\. Unlike a repeated\-trial score,Pass3\\mathrm\{Pass\}^\{3\}crosses these prespecified conditions; voices and realism assignments are also redrawn\. It therefore asks whether the same task succeeds robustly, rather than averaging away a failure in one condition\. A 700\-call audit placed the 90th\-percentile duration at 1\.89 minutes, so we use a conservative four\-minute limit\. Timed\-out calls remain in the denominator and score zero\.

We score both the first captured value and the final database value against the gold string\. Silent caller tools log every spelling request and read\-back; their sum is our measure of verification effort\. We compare this effort across noise, entity difficulty and familiarity, and each system’s best\- and worst\-performing caller voices\.

## 4Experiments

Systems\.We evaluate gpt\-realtime\-2 \(minimal and xhigh reasoning\), gemini\-3\.1\-flash\-live\-preview \(high\), and grok\-voice\-think\-fast\-1\.0 \(provider default\)\[[11](https://arxiv.org/html/2609.13602#bib.bib14),[8](https://arxiv.org/html/2609.13602#bib.bib15),[18](https://arxiv.org/html/2609.13602#bib.bib16)\]\. The caller uses gpt\-5\.5 \(xhigh, temperature zero\)\[[11](https://arxiv.org/html/2609.13602#bib.bib14)\], with speech synthesized by ElevenLabs eleven\_v3\[[6](https://arxiv.org/html/2609.13602#bib.bib17)\]\.

Matched runs\.Each configuration runs all 200 tasks under the regular, noise\-heavy, and speech\-heavy conditions\. We repeat this grid with the scaffolded prompt, which prescribes spelling and read\-back behavior\. Within each condition, systems use the same tasks and random seed\. This gives 600 agent\-directed and 600 scaffolded calls per configuration, or 4,800 calls in total\.

Uncertainty and significance\.Confidence intervals come from 10,000 task\-level bootstrap samples\. When a task is sampled, its three linked conditions stay together\. Pairwise system tests also align calls by task\. We use a two\-sided sign\-permutation test with 100,000 permutations and the standard\+1\+1correction\. Holm correction is applied separately to the six system comparisons forPass@1andPass3\\mathrm\{Pass\}^\{3\}\.

Human and judge validation\.Two raters independently review 90 failed calls across providers, labeling failure source and subtype\. After discussion and six explicit adjudications, failure source is resolved for 86 of 90 calls and subtype for 66 of the 81 calls resolved as agent failures\. For fidelity validation, gemini\-3\.1\-pro\-preview \(temperature zero\) scores a frozen stratified 60\-utterance sample enriched for human flags\[[8](https://arxiv.org/html/2609.13602#bib.bib15)\]\.

## 5Results

Figure 2:Task success over the combined task set\. Each pair shows agent\-directed and scaffolded runs; light full bars showPass@1, and dark inset bars show robustPass3\\mathrm\{Pass\}^\{3\}\.### 5\.1Strategy selection and robustness

- •Scaffolding trades time for reliability\.It raisesPass@1by 15–37 points andPass3\\mathrm\{Pass\}^\{3\}by 14–31 points \(Figure[2](https://arxiv.org/html/2609.13602#S5.F2)\), while adding 21–28 seconds per call\. Gains are slightly larger for hard entities \(27 versus 23 points\)\.
- •A supplied protocol narrows provider gaps\.Grok remains best and significantly exceeds every other agent\-directed system on both measures \(Holm\-adjustedp≤\.0032p\\leq\.0032\); no other pair differs\. Systems execute a supplied protocol more reliably than they select one unaided\.
- •Robustness exposes instability\.Across systems,Pass3\\mathrm\{Pass\}^\{3\}spans 14–41% agent\-directed and 37–54% scaffolded\. Rankings can reverse: Gemini beats GPT xhigh on regularPass@1\(51\.5% versus 44\.5%\), yet trails onPass3\\mathrm\{Pass\}^\{3\}\(13\.5% versus 20\.0%\)\.
- •Diverse environments expose more than run\-to\-run variation\.For scaffolded GPT xhigh, three regular runs have similarPass@1rates \(74\.5%, 75\.5%, and 77\.0%\), yet only 103 of 200 tasks pass every repeat \(Pass3\\mathrm\{Pass\}^\{3\}= 51\.5%\): 86 tasks change outcome at least once\. Replacing two repeats with noise\-heavy and speech\-heavy conditions lowers the all\-three count to 77 \(38\.5%\)\. Environment diversity therefore reveals instability beyond stochastic reruns, and one\-shot success overstates reliability\.
- •More reasoning does not consistently improve robustness\.From minimal to xhigh,Pass3\\mathrm\{Pass\}^\{3\}rises from 15\.0% to 20\.0% agent\-directed but falls from 45\.5% to 38\.5% scaffolded\.

### 5\.2Risk recognition and recovery

Initial captures are wrong for 69% of GPT xhigh fields, 65% of Gemini fields, and 42% of Grok fields\. GPT and Gemini verify 66% and 64% of wrong captures versus 50% of correct ones; Grok verifies nearly everything \(94%/96%\)\. The systems likewise spend more effort on hard and unfamiliar entities, but not on their weakest caller voice, and only Grok reacts to noise \(Figure[3](https://arxiv.org/html/2609.13602#S5.F3)\)\. Risk recognition is real but incomplete\.

Figure 3:Mean verification effort \(read\-backs plus spelling requests\)\. All systems increase effort for hard and unfamiliar entities, but not for their own lowest\-Pass@1caller voice; only Grok increases effort under noise\.Only 27%, 37%, and 24% of verified GPT xhigh, Gemini, and Grok errors end correct\. Among 347 initially wrong captures, recovery is 10% without a repair step, 26% with read\-back only, 24% with spelling only, and 35% with both\. Because agents choose when to verify, these are associations, but the pattern locates the bottleneck after risk is noticed\. Agents often double down on an error or hallucinate a replacement rather than complete the repair\.

Caller voice is another blind spot\. In agent\-directed regular calls, the gap between each system’s best\- and worst\-performing voices is 27 points for GPT xhigh, 28 for Gemini, and 15 for Grok\. The ordering is not stable: Mildred leads GPT xhigh and Grok, whereas Wei leads Gemini\. Only Gemini shows evidence that success differs across all five voices after correction \(p=\.040p=\.040\); no individual Gemini voice pair remains significant, so the result establishes heterogeneity without isolating one contrast\. Across systems, Mildred significantly exceeds Priya, Mamadou, and Arjun, but not Wei\. Yet no system increases verification for its own lowest\-performing voice, suggesting that agents do not adapt their effort to voice\-specific difficulty\.

### 5\.3Stress tests and diagnostics

Caller realisms mainly add repair cost\.No assigned realism detectably changes exact success in either arm \(Figure[4](https://arxiv.org/html/2609.13602#S5.F4)\)\. Overall Hájek estimates are−3\.6\-3\.6points \(95% CI\[−10\.4,3\.0\]\[\-10\.4,3\.0\]\) agent\-directed and−4\.2\-4\.2\(\[−8\.9,0\.4\]\[\-8\.9,0\.4\]\) scaffolded\. Assigned realisms may remain latent\. In agent\-directed runs, mispronunciation changes success by only−0\.5\-0\.5points but adds 24 points of spelling requests and 26 seconds\. Realisms therefore add repair cost without explaining the large baseline failure rate\.

Figure 4:Caller\-realism effects in agent\-directed \(solid circles\) and scaffolded \(dashed squares\) runs\. Bars show task\-clustered 95% Hájek intervals versus eligible clean assignments; none survives Holm correction\.Table 2:Value\-bank construction and robust agent\-directed results\. Every bank has 80 values and contributes 20 tasks \(10 easy, 10 hard\)\.Pass3\\mathrm\{Pass\}^\{3\}pools 60 system–task triples per bank\.Entity structure determines difficulty\.Across the regular agent\-directed cells,Pass@1is 64\.0% on easy entities and 44\.3% on hard ones; scaffolding raises these rates to 87\.3% and 71\.3%\. PooledPass3\\mathrm\{Pass\}^\{3\}ranges from 1\.7% for medications and 3\.3% for coined names to 46\.7% for phone numbers and 60\.0% for dates \(Table[2](https://arxiv.org/html/2609.13602#S5.T2)\)\. The pattern is consistent with format\-constrained versus lexical capture\. Dates and phone numbers follow tightly scoped numeric schemas\. Medications come from a closed RxNorm vocabulary and coined names from a synthetic registry, but the agent is shown neither list\.

Table 3:Effect of field validation and retry under the scaffolded prompt\. TaskPass@1requires every field to be correct; fieldPass@1scores individual values\.Figure 5:Task success declines as fields accumulate, roughly following the light\-gray reference expected if every field independently succeeds 77% of the time \(77%, 59%, and 46%\)\. Error bars show 95% confidence intervals\.Errors compound across fields\.At three fields, only 0\.53 of calls pass even though individual fields remain 0\.75 accurate \(Figure[5](https://arxiv.org/html/2609.13602#S5.F5)\): one wrong field fails the entire call\. Intermediate validation and retry counter this accumulation, raising task accuracy from 0\.64 to 0\.82 across the matched multi\-field tasks \(Table[3](https://arxiv.org/html/2609.13602#S5.T3)\)\. Because the intervention combines both mechanisms, we do not attribute the gain to either one alone\.

Table 4:Share of scored agent utterances with a clear speech\-fidelity defect by system \(lower is better\)\.Human review\.Across 90 failed calls, agreement or adjudication assigns 81 failures to the agent and two to user\-simulator logic; no call is jointly attributed solely to infrastructure\. Among the 81 agent failures, agreed or adjudicated labels assign 42 as transcription, 16 as logical, six as VAD, and two as hallucination; the remaining 15 retain subtype disagreement\. The speech\-fidelity judge compares agent audio with its reference transcript, flagging mispronunciations, word additions, omissions, and clipping; severity≥2\\geq 2marks a clear, potentially confusing mismatch\. The frozen set yields \.80 precision, \.75 recall, and \.77 F1\. A matched text run passes all 200 tasks, implicating spoken capture and repair rather than task understanding\.

## 6Conclusion

Voice agents still struggle to collect exact entities reliably\. A strict elicitation protocol helps substantially, and our caller is deliberately highly cooperative: it spells accurately and corrects faulty read\-backs\. Even under these favorable conditions, scaffolded systems succeed across all three environments on only 37–54% of tasks\.

Failures occur at both stages of recovery: agents do not consistently recognize risky captures, and when they do verify an error, only 24–37% are repaired\.

Limitations\.We study English, three providers, one simulator, and one run per main environment\. We intentionally omit caller\-side ASR to avoid confounding agent performance with a second recognizer\. As a result, agent speech synthesis is not evaluated end to end: the speech\-fidelity judge reports synthesis defects, but they do not yet affect task reward\. The multi\-field study is formative; broader provider, human\-caller, and multilingual validation remain future work\.

Acknowledgment\.We thank Ben Shi, Ola Zytek, Vijay Iyengar, Ajeet Grewal, and Clay Bavor for feedback and support\.

## 7Compliance with Ethical Standards

The benchmark uses no real customer records or recordings\. Values are synthetic or public and non\-sensitive; calls use simulated callers and provider voices\. Reviewers consented and were compensated\. Before release, artifacts will be screened for incidental personal data or secrets, and flagged items will be excluded\.

Exact\-value elicitation is dual use: it can improve service calls but can also facilitate collection of sensitive identifiers\. Deployments should minimize collection, explain its purpose, protect stored values, and support human escalation\. Our simulated English results are not evidence of safety, privacy, deployment readiness, or differences among people or demographic groups\.

This work was supported by Sierra and Mercor\. The authors are employees of Sierra and Mercor, respectively, and have no other relevant interests to disclose\.

## References

- \[1\]\(2026\)Streaming speech\-to\-text benchmarks: missed entity rate\.Note:Online benchmark documentationAccessed 2026\-08\-26External Links:[Link](https://www.assemblyai.com/docs/streaming/benchmarks)Cited by:[Table 1](https://arxiv.org/html/2609.13602#S2.T1.2.4.1.1),[§2](https://arxiv.org/html/2609.13602#S2.p2.1)\.
- \[2\]V\. Barres, H\. Dong, S\. Ray, X\. Si, and K\. Narasimhan\(2025\)τ2\\uptau^\{2\}\-Bench: Evaluating Conversational Agents in a Dual\-Control Environment\.arXiv preprint arXiv:2506\.07982\.External Links:[Link](https://arxiv.org/abs/2506.07982)Cited by:[§2](https://arxiv.org/html/2609.13602#S2.p1.1)\.
- \[3\]A\. V\. Bhosale, H\. Rajgarhia, A\. Pothanapalli, A\. Shaik, A\. Mukherji, and D\. Manocha\(2026\)DuplexWorld: can voice agents help you get through the day?\.arXiv preprint arXiv:2608\.10716\.External Links:[Link](https://arxiv.org/abs/2608.10716)Cited by:[§1](https://arxiv.org/html/2609.13602#S1.p1.1),[Table 1](https://arxiv.org/html/2609.13602#S2.T1.2.2.1.1),[§2](https://arxiv.org/html/2609.13602#S2.p1.1)\.
- \[4\]T\. Bogavelli, G\. Gauthier Melancon, K\. Stankiewicz, O\. Bamgbose, F\. Riols, H\. H\. Nguyen, R\. Mehndiratta, L\. D\. Brin, J\. Marinier, H\. Subramani, A\. Madamala, S\. K\. Nemala, and S\. Sunkara\(2026\)EVA\-Bench: a new end\-to\-end framework for evaluating voice agents\.arXiv preprint arXiv:2605\.13841\.External Links:[Link](https://arxiv.org/abs/2605.13841)Cited by:[§1](https://arxiv.org/html/2609.13602#S1.p1.1),[Table 1](https://arxiv.org/html/2609.13602#S2.T1.2.2.1.1),[§2](https://arxiv.org/html/2609.13602#S2.p1.1)\.
- \[5\]P\. Budzianowski, T\. Wen, B\. Tseng, I\. Casanueva, S\. Ultes, O\. Ramadan, and M\. Gašić\(2018\)MultiWOZ: a large\-scale multi\-domain wizard\-of\-oz dataset for task\-oriented dialogue modelling\.InProceedings of EMNLP,pp\. 5016–5026\.External Links:[Document](https://dx.doi.org/10.18653/v1/D18-1547),[Link](https://aclanthology.org/D18-1547/)Cited by:[§2](https://arxiv.org/html/2609.13602#S2.p2.1)\.
- \[6\]ElevenLabs\(2026\)Eleven v3\.Note:\[Online\]\. Available:[https://elevenlabs\.io/docs/overview/models](https://elevenlabs.io/docs/overview/models)Accessed: Sep\. 11, 2026Cited by:[§4](https://arxiv.org/html/2609.13602#S4.p1.1)\.
- \[7\]E\. Filisko and S\. Seneff\(2004\)Error detection and recovery in spoken dialogue systems\.InProc\. HLT\-NAACL Workshop on Spoken Language Understanding for Conversational Systems,pp\. 31–38\.External Links:[Link](https://aclanthology.org/W04-3006/)Cited by:[§1](https://arxiv.org/html/2609.13602#S1.p1.1),[§2](https://arxiv.org/html/2609.13602#S2.p2.1)\.
- \[8\]Google DeepMind\(2026\)Model documentation: Gemini 3\.1 Flash Live Preview and Gemini 3\.1 Pro Preview\.Note:\[Online\]\. Available:[https://ai\.google\.dev/gemini\-api/docs/models](https://ai.google.dev/gemini-api/docs/models)Accessed: Sep\. 11, 2026Cited by:[§4](https://arxiv.org/html/2609.13602#S4.p1.1),[§4](https://arxiv.org/html/2609.13602#S4.p4.1)\.
- \[9\]G\. Lin, C\. Chen, Z\. Chen, and H\. Lee\(2026\)Full\-duplex\-bench\-v3: benchmarking tool use for full\-duplex voice agents under real\-world disfluency\.arXiv preprint arXiv:2604\.04847\.External Links:[Link](https://arxiv.org/abs/2604.04847)Cited by:[Table 1](https://arxiv.org/html/2609.13602#S2.T1.2.2.1.1),[§2](https://arxiv.org/html/2609.13602#S2.p1.1)\.
- \[10\]S\. J\. Nelson, K\. Zeng, J\. Kilbourne, T\. Powell, and R\. Moore\(2011\)Normalized names for clinical drugs: RxNorm at 6 years\.Journal of the American Medical Informatics Association18\(4\),pp\. 441–448\.External Links:[Document](https://dx.doi.org/10.1136/amiajnl-2011-000116),[Link](https://pubmed.ncbi.nlm.nih.gov/21515544/)Cited by:[Table 2](https://arxiv.org/html/2609.13602#S5.T2.2.11.2.1.1)\.
- \[11\]OpenAI\(2026\)Model documentation: GPT\-Realtime\-2 and GPT\-5\.5\.Note:\[Online\]\. Available:[https://developers\.openai\.com/api/docs/models](https://developers.openai.com/api/docs/models)Accessed: Sep\. 11, 2026Cited by:[§4](https://arxiv.org/html/2609.13602#S4.p1.1)\.
- \[12\]S\. Ray, K\. Dhandhania, V\. Barres, and K\. Narasimhan\(2026\)τ\\uptau\-Voice: Benchmarking Full\-Duplex Voice Agents on Real\-World Domains\.arXiv preprint arXiv:2603\.13686\.External Links:[Link](https://arxiv.org/abs/2603.13686)Cited by:[§1](https://arxiv.org/html/2609.13602#S1.p1.1),[Table 1](https://arxiv.org/html/2609.13602#S2.T1.2.2.1.1),[§2](https://arxiv.org/html/2609.13602#S2.p1.1)\.
- \[13\]S\. Shon, A\. Pasad, F\. Wu, P\. Brusco, Y\. Artzi, K\. Livescu, and K\. J\. Han\(2022\)SLUE: new benchmark tasks for spoken language understanding evaluation on natural speech\.In2022 IEEE International Conference on Acoustics, Speech and Signal Processing \(ICASSP\),pp\. 7927–7931\.External Links:[Link](https://arxiv.org/abs/2111.10367)Cited by:[Table 1](https://arxiv.org/html/2609.13602#S2.T1.2.4.1.1),[§2](https://arxiv.org/html/2609.13602#S2.p2.1)\.
- \[14\]S\. Si, W\. Ma, H\. Gao, Y\. Wu, T\. Lin, Y\. Dai, H\. Li, R\. Yan, F\. Huang, and Y\. Li\(2023\)SpokenWOZ: a large\-scale speech\-text benchmark for spoken task\-oriented dialogue agents\.InAdvances in Neural Information Processing Systems,Vol\.36,pp\. 39088–39118\.External Links:[Link](https://papers.nips.cc/paper_files/paper/2023/hash/7b16688a2b053a1b01474ab5c78ce662-Abstract-Datasets_and_Benchmarks.html)Cited by:[Table 1](https://arxiv.org/html/2609.13602#S2.T1.2.3.1.1),[§2](https://arxiv.org/html/2609.13602#S2.p2.1)\.
- \[15\]P\. Szymański, L\. Augustyniak, M\. Morzy, A\. Szymczak, K\. Surdyk, and P\. Żelasko\(2023\)Why aren’t we NER yet? artifacts of ASR errors in named entity recognition in spontaneous speech transcripts\.InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 1746–1761\.External Links:[Document](https://dx.doi.org/10.18653/v1/2023.acl-long.98),[Link](https://aclanthology.org/2023.acl-long.98/)Cited by:[§2](https://arxiv.org/html/2609.13602#S2.p2.1)\.
- \[16\]U\.S\. Census Bureau\(2016\)Frequently occurring surnames from the 2010 census\.External Links:[Link](https://www.census.gov/topics/population/genealogy/data/2010_surnames.html)Cited by:[Table 2](https://arxiv.org/html/2609.13602#S5.T2.2.5.2.1.1)\.
- \[17\]U\.S\. Social Security Administration\(2026\)Popular baby names: national data\.Note:Accessed 2026\-08\-26External Links:[Link](https://www.ssa.gov/oact/babynames/limits.html)Cited by:[Table 2](https://arxiv.org/html/2609.13602#S5.T2.2.5.2.1.1)\.
- \[18\]xAI\(2026\)Grok Voice Think Fast 1\.0\.Note:\[Online\]\. Available:[https://x\.ai/news/grok\-voice\-think\-fast\-1](https://x.ai/news/grok-voice-think-fast-1)Accessed: Sep\. 11, 2026Cited by:[§4](https://arxiv.org/html/2609.13602#S4.p1.1)\.
- \[19\]S\. Yao, N\. Shinn, P\. Razavi, and K\. Narasimhan\(2024\)τ\\uptau\-bench: A Benchmark for Tool\-Agent\-User Interaction in Real\-World Domains\.arXiv preprint arXiv:2406\.12045\.External Links:[Link](https://arxiv.org/abs/2406.12045)Cited by:[§2](https://arxiv.org/html/2609.13602#S2.p1.1)\.
- \[20\]J\. Yu, X\. Geng, Y\. Li, M\. Ren, W\. Tang, J\. Li, Z\. Lan, M\. Zhang, H\. Yang, S\. Huang, and J\. Su\(2024\)I’ve Heard of You\!: Generate Spoken Named Entity Recognition Data for Unseen Entities\.arXiv preprint arXiv:2412\.19102\.External Links:[Link](https://arxiv.org/abs/2412.19102)Cited by:[Table 1](https://arxiv.org/html/2609.13602#S2.T1.2.4.1.1),[§2](https://arxiv.org/html/2609.13602#S2.p2.1)\.
- \[21\]S\. Zhang, Y\. Hu, Y\. Wu, J\. Wu, Y\. Li, J\. Sun, C\. Yuan, and X\. Wang\(2022\)A slot is not built in one utterance: spoken language dialogs with sub\-slots\.InFindings of the Association for Computational Linguistics: ACL 2022,pp\. 309–321\.External Links:[Document](https://dx.doi.org/10.18653/v1/2022.findings-acl.27),[Link](https://aclanthology.org/2022.findings-acl.27/)Cited by:[Table 1](https://arxiv.org/html/2609.13602#S2.T1.2.3.1.1),[§2](https://arxiv.org/html/2609.13602#S2.p2.1)\.

Similar Articles

EVA-Bench: A New End-to-end Framework for Evaluating Voice Agents

Hugging Face Daily Papers

EVA-Bench introduces a comprehensive end-to-end framework for evaluating voice agents, simulating realistic multi-turn conversations and measuring performance across voice-specific failure modes with novel accuracy (EVA-A) and experience (EVA-X) metrics. The benchmark includes 213 scenarios across enterprise domains and a perturbation suite for accent and noise robustness, revealing substantial gaps in current systems.

Enjoy Your Talk: A Human-Centered Benchmark for Multi-Turn Dialogue with Decoupled User Simulation, Target Modeling, and Judging

arXiv cs.CL

This paper introduces EYT-Bench, a human-centered benchmark for evaluating LLMs in multi-turn dialogues with a decoupled user simulation, target modeling, and judging design. It reveals that closed- and open-source models differ significantly on objective intent-tracking but are similar on subjective dimensions, and that reasoning improves objective tracking while persona format strongly affects trajectory spread.

My voice agent sounded smart until one phone number was transcribed wrong.

Reddit r/AI_Agents

The article argues that voice agent STT should be evaluated on entity accuracy (e.g., phone numbers, dates) rather than general word error rate, because missing critical fields can break workflows. It mentions testing with HubSpot fields and notes Smallest AI Pulse as an interesting tool for capturing workflow-critical entities in real time.