AVERT: Audio-Verified Adjudication for Spoken Dialogue State Tracking

📅 2026-09-01
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决语音对话状态跟踪中因ASR错误导致的问题,提出AVERT方法,结合跨轮次一致性和音频验证来修正错误。
📝 Abstract
Spoken dialogue state tracking recovers slot-value pairs from speech, where ASR errors concentrate in entity values and persist across turns, making it both a generation and an editing problem. A strong per-turn text editor corrects much of this but, operating on the transcript alone, leaves three recoverable errors: a value predicted inconsistently across turns, an omitted slot, and a value the audio does not support. We present AVERT, which scores each candidate value by combining cross-turn agreement with a trained audio-conditioned verifier and resolves the three error types with three operators, vote, add, and swap, each restricted to the slots where its error is common. On SpokenWOZ, a base speech-LLM reaches 33.04 JGA, a text editor 38.34, and AVERT 40.13, without retraining either. This is in the range of a 1B end-to-end system that consumes the full spoken history (39.32), though AVERT uses two 1B decoders rather than one. The audio verifier contributes a statistically significant gain, and restricting each operator to a selected slot subset matters: removing it lets unrestricted voting overwrite correct categorical values and fall below the editor.
Problem

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

spoken dialogue state tracking
ASR errors
cross-turn agreement
Innovation

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

audio-verified adjudication
cross-turn agreement
audio-conditioned verifier