paper-with-me

Papers

SpokenWOZ: A Large-Scale Speech-Text Benchmark for Spoken Task-Oriented Dialogue Agents

2023-05-22 · NeurIPS 2023 11 · Shuzheng Si, Wentao Ma, Haoyu Gao, Yuchuan Wu, Ting-En Lin, Yinpei Dai, Hangyu Li, Rui Yan, Fei Huang, Yongbin Li

Task-oriented dialogue (TOD) models have made significant progress in recent years. However, previous studies primarily focus on datasets written by annotators, which has resulted in a gap between academic research and real-world spoken conversation scenarios. While several small-scale spoken TOD datasets are proposed to address robustness issues such as ASR errors, they ignore the unique challenges in spoken conversation. To tackle the limitations, we introduce SpokenWOZ, a large-scale speech-text dataset for spoken TOD, containing 8 domains, 203k turns, 5.7k dialogues and 249 hours of audios from human-to-human spoken conversations. SpokenWOZ further incorporates common spoken characteristics such as word-by-word processing and reasoning in spoken language. Based on these characteristics, we present cross-turn slot and reasoning slot detection as new challenges. We conduct experiments on various baselines, including text-modal models, newly proposed dual-modal models, and LLMs, e.g., ChatGPT. The results show that the current models still have substantial room for improvement in spoken conversation, where the most advanced dialogue state tracker only achieves 25.65% in joint goal accuracy and the SOTA end-to-end model only correctly completes the user request in 52.1% of dialogues. The dataset, code, and leaderboard are available: https://spokenwoz.github.io/.

📄 PDF Abstract BibTeX arXiv:2305.13040

Code (1)

AlibabaResearch/DAMO-ConvAI/tree/main/spokenwoz 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Approaching Dialogue State Tracking via Aligning Speech Encoders and LLMs

2025-06-10 · Šimon Sedláček, Bolaji Yusuf, Ján Švec, Pradyoth Hegde 외

In this work, we approach spoken Dialogue State Tracking (DST) by bridging the representation spaces of speech encoders and LLMs via a small connector module, with a focus on fully open-sourced and open-data components (…

Dialogue State Tracking

The Speech-LLM Takes It All: A Truly Fully End-to-End Spoken Dialogue State Tracking Approach

2025-10-10 · Nizar El Ghazal, Antoine Caubrière, Valentin Vielzeuf arxiv

This paper presents a comparative study of context management strategies for end-to-end Spoken Dialog State Tracking using Speech-LLMs. We systematically evaluate traditional multimodal context (combining text history an…

Dialogue State Tracking

Contextual Earnings-22: A Speech Recognition Benchmark with Custom Vocabulary in the Wild

2026-03-28 · Berkin Durmus, Chen Cen, Eduardo Pacheco, Arda Okan 외 arxiv

The accuracy frontier of speech-to-text systems has plateaued on academic benchmarks.1 In contrast, industrial benchmarks and adoption in high-stakes domains suggest otherwise. We hypothesize that the primary difference …

Speech Recognition

SIFT-50M: A Large-Scale Multilingual Dataset for Speech Instruction Fine-Tuning

2025-04-12 · Prabhat Pandey, Rupak Vignesh Swaminathan, K V Vijay Girish, Arunasish Sen 외

We introduce SIFT (Speech Instruction Fine-Tuning), a 50M-example dataset designed for instruction fine-tuning and pre-training of speech-text large language models (LLMs). SIFT-50M is built from publicly available speec…

Instruction Following

SpeechRole: A Large-Scale Dataset and Benchmark for Evaluating Speech Role-Playing Agents

2025-08-04 · Changhao Jiang, Jiajun Sun, Yifei Cao, Jiabao Zhuang 외 arxiv

Speech is essential for realistic role-playing, yet existing work on role-playing agents largely centers on text, leaving Speech Role-Playing Agents (SRPAs) underexplored and without systematic evaluation. We introduce S…