CLAIJan 10, 2025

Fleurs-SLU: A Massively Multilingual Benchmark for Spoken Language Understanding

arXiv:2501.06117v32 citationsh-index: 31
AI Analysis

This provides a benchmark for evaluating SLU in low-resource languages, addressing a gap for languages without reliable writing systems or ASR, though it is incremental as it builds on existing multilingual datasets.

The authors tackled the lack of multilingual benchmarks for spoken language understanding (SLU) by introducing Fleurs-SLU, a dataset with 692 hours of speech for topical classification in 102 languages and 944 hours for question answering in 92 languages, finding that cascaded systems are more robust but speech encoders and speech-LLMs can be competitive.

Spoken language understanding (SLU) is indispensable for half of all living languages that lack a formal writing system. Unlike for high-resource languages, for these languages, we cannot offload semantic understanding of speech to the cascade of automatic speech recognition (ASR) and text-based large language models (LLMs). Even if low-resource languages possess a writing system, ASR for these languages remains unreliable due to limited bimodal speech and text training data. Nonetheless, the evaluation of multilingual SLU is limited to shallow tasks such as intent classification or language identification. This is why we present Fleurs-SLU, a multilingual SLU benchmark that encompasses (i) 692 hours of speech for topical utterance classification in 102 languages and (ii) multiple-choice question answering via listening comprehension spanning 944 hours of speech across 92 languages. We extensively evaluate end-to-end speech classification models, cascaded systems that combine speech-to-text transcription with subsequent LLM-based classification, and multimodal speech-LLMs on Fleurs-SLU. Our results show that cascaded systems are more robust in multilingual SLU, though well-pretrained speech encoders can perform competitively in topical speech classification. Closed-source speech-LLMs match or surpass the performance of cascaded systems. We observe a strong correlation between robust multilingual ASR, effective speech-to-text translation, and strong multilingual SLU, indicating mutual benefits between acoustic and semantic speech representations.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes