The Audio Judge Becomes the Voice-Agent Referee
Voice agents are judged in the medium where they act: timing, interruption, accent handling, signal quality, and repair. A useful automated referee is not the one that sounds confident. It is the one whose calibration is visible.
The Paper
The paper is A Reliability Assessment of LALM Audio Judges for Full-Duplex Voice Agents, arXiv:2607.07985 [cs.CL]. The arXiv abstract page lists A. Sayyad, J. Emmons, S. Jones, T. Lin, and H. Krishnan as authors, with version 1 submitted on July 8, 2026. The arXiv listing places the work in Computation and Language, Artificial Intelligence, Sound, and Audio and Speech Processing, and says the paper has 28 pages in total. The arXiv HTML identifies the authors with Salesforce Applied AI Research and the eVerse team.
This belongs near AI agents, AI evaluations, AI audit trails, voice-agent transcript traps, voice prompt safety gaps, debt-collector voice agents, and emergency translation accountability. The fresh angle is not another claim that audio models can grade audio. It is the operational question: when does an automated voice-agent judge become trustworthy enough to substitute for a human rater, and what must be routed back to humans?
The Referee
A text-only audit of a voice system misses part of the act. A full-duplex agent is not merely producing words. It speaks over a caller or waits too long, mishandles accent or dialect, changes pace poorly, clips at interruptions, or sounds clear in one channel while the interaction breaks in the other. The paper studies a large audio language model as a referee for those properties, scoring raw stereo recordings rather than transcripts.
The study treats substitutability as a per-dimension empirical claim. That matters. "The model agrees with humans" is too blunt for a production evaluator. A judge can be good at accent handling and weak at audio clarity, good at rank ordering and badly calibrated in absolute scores, or useful as a fourth rater but unsafe as a standalone metric. The governance unit is therefore not the model name. It is the dimension, the corpus, the human panel, the calibration statistic, and the escalation rule.
The Method
The corpus has 209 rated stereo sessions: 152 full-duplex customer-support conversations across 13 accent-and-condition strata, plus 57 adversarial defect-injected clips. Three calibrated human raters scored every session on eight production dimensions using a 1 to 5 Likert scale, except that the paper notes a rescaling detail for overall fidelity. Gemini 2.5 Flash scored the same sessions through two production judges, AgentSpeechFidelity and ConversationalAudioQuality, using the raw stereo WAV bytes through the Vertex AI generate-content API.
The comparison uses several lenses instead of one headline number. Pairwise Spearman rho checks whether the LALM ranks sessions like the human panel. "Within 1 point" checks whether the model's score is close to the three-rater human mean. Krippendorff alpha is reported but treated cautiously because near-ceiling ratings can make chance-corrected reliability look weak even when absolute agreement is high. The adversarial arm uses controlled DSP defects and Newcombe-Wilson confidence intervals to ask whether the LALM detects degradations humans catch.
Evidence
The main result is mixed in the useful way. On five of eight dimensions, Gemini 2.5 Flash's rank agreement with humans is within 0.07 Spearman rho of human-human agreement. On seven of eight dimensions, the paper reports overlapping bootstrap confidence intervals between LALM-human and human-human rank agreement. On the absolute-score view, six of eight dimensions have LALM agreement within 1 point of the human mean on at least 60 percent of sessions, and three dimensions reach 89 percent or higher.
The adversarial results are the caution label. Across 48 defect-by-dimension cells, the LALM is reported as significantly more sensitive than humans in 4 cells, humans are more sensitive in 3, and the remaining 41 show no significant difference at the small per-cell sample sizes. Two of the human-better misses concentrate on audio_clarity, including hard clipping, where humans caught all 8 cases and the LALM caught none on that dimension. That is not a reason to throw away the automated judge. It is a reason to add a cheap clipping detector and route affected sessions to human review.
The cross-model check is also instructive. Gemini 3.5 Flash improved simple agreement to all eight dimensions in the paper's count, while Gemini 3.1 Pro Preview preserved rank-correlation behavior but rated several dimensions lower than humans. The lesson is narrow and important: a model swap needs a calibration check, not just a rank-correlation check.
Limits
The paper names its limits. The primary evidence is one production customer-support agent, one main LALM, and a three-rater human reference standard. The adversarial cells are small, most null findings are underpowered rather than proof of equivalence, the 48-cell adversarial analysis has no multiple-comparisons correction, and the paper's own paired McNemar robustness check leaves only the two strongest defect cells significant. Raw session recordings from the 209-session primary corpus are not publicly released because they include production agent output, while the arXiv reproducibility manifest says anonymized CSVs, prompts, schemas, scripts, and figures are available through a Hugging Face dataset release.
Those limits make the result more deployable, not less, because they shape the deployment boundary. The claim is not that a LALM can universally judge every voice system. The claim is that, for this corpus and these rubrics, an audio-native judge can be used as a substitute or fourth rater on dimensions where the evidence supports it, with safeguards for known blind spots and fresh validation after model, domain, or rubric changes.
The Receipt
A voice-agent evaluation receipt should record the agent product surface, session source, consent and retention boundary, stereo-channel convention, model checkpoint, API configuration, prompt files, JSON schemas, rubric anchors, rater count, calibration protocol, session strata, adversarial-defect generators, per-dimension agreement statistics, confidence intervals, model-swap checks, known blind spots, escalation thresholds, spot-check rate, unreleased-data rationale, and the exact dataset or script version used to reproduce headline numbers.
The audit question is not "can the model hear the call?" It is "which dimensions are calibrated, which failures bypass the judge, which sessions go back to people, and which evidence lets a future reviewer reproduce that decision?"
Sources
- A. Sayyad, J. Emmons, S. Jones, T. Lin, and H. Krishnan, A Reliability Assessment of LALM Audio Judges for Full-Duplex Voice Agents, arXiv:2607.07985 [cs.CL], submitted July 8, 2026.
- arXiv experimental HTML for arXiv:2607.07985v1, checked for study design, agreement statistics, adversarial defect results, cross-model replication, deployment cautions, limitations, and reproducibility manifest.
- arXiv PDF for arXiv:2607.07985, checked against the abstract page and HTML for title, authors, tables, appendix details, and source metadata.