Browse State-of-the-Art › Spoken Language Understanding
Spoken Language Understanding
135 papers with code · 5 benchmarks · 14 datasets archive 2025-07-28
Benchmarks archive 2025-07-28
5 leaderboard tables shown for this task, 5 with rows (a “benchmark” on this site is a table with at least one row, as on /sota), ordered by row count. “Best model” is the first row in the archive's own order at snapshot; nothing is re-ranked here and metric direction is not recorded in the archive. PwC's Trend sparklines are not in the archive, so that column is omitted.
| Dataset | Best model (first row in archive order) | Paper | Code | Syntology | Compare |
|---|---|---|---|---|---|
| Fluent Speech Commands (17 rows) | Finstreder (Conformer + AMT, character-based) | Finstreder: Simple and fast Spoken Language Understanding with... | code | — | Compare |
| Snips-SmartLights (7 rows) | Finstreder (Conformer, character-based) | Finstreder: Simple and fast Spoken Language Understanding with... | code | — | Compare |
| Snips-SmartSpeaker (5 rows) | Finstreder (Conformer, character-based) | Finstreder: Simple and fast Spoken Language Understanding with... | code | — | Compare |
| Spoken-SQuAD (4 rows) | ALBERT | End-to-end Spoken Conversational Question Answering: Task, Dataset... | — | — | Compare |
| Timers and Such (3 rows) | Finstreder (Conformer) | Finstreder: Simple and fast Spoken Language Understanding with... | code | — | Compare |
Syntology column: samples harvested from the paper's repositories and executed on synthesized fixtures; “ran” is not a correctness claim and does not order the table. A dash means no Syntology record for that paper, not a recorded non-run. Read from the graph 2026-09-24.
Libraries
Not in the archive: the export carries no per-task library table, so there is nothing to show at snapshot 2025-07-28.
Datasets archive 2025-07-28
14 datasets whose archive record lists this task, ordered by the archive's paper count.
Subtasks archive 2025-07-28
2 subtasks in the archive's task tree.
Parent tasks archive 2025-07-28
Most implemented papers archive 2025-07-28
30 shown of 135 papers with code (550 tagged with this task in all), ordered by repositories listed in the archive, not by stars (the archive holds no stars, so PwC's “Social” and “Latest” sorts cannot be reproduced). Papers without a page here are shown as plain text.
-
25 May 2018 16 repositories listed Syntology ran 1 of 15 samples · 14 unverifiedThis paper presents the machine learning architecture of the Snips Voice Platform, a software solution to perform Spoken Language Understanding on microprocessors typical of IoT devices.
-
10 Dec 2018 6 repositories listedConversational question answering (CQA) is a novel QA task that requires understanding of dialogue context.
-
8 Jun 2021 4 repositories listed Syntology ran 0 of 7 samples · 7 unverifiedSpeechBrain is an open-source and all-in-one speech toolkit.
-
6 Jul 2022 3 repositories listedConformer has proven to be effective in many speech processing tasks.
-
21 Oct 2019 3 repositories listed Syntology ran 1 of 12 samples · 11 unverifiedEnd-to-end models are an attractive new approach to spoken language understanding (SLU) in which the meaning of an utterance is inferred directly from the raw audio without employing the standard pipeline composed of a…
-
1 Apr 2018 3 repositories listedReading comprehension has been widely studied.
-
5 Jun 2025 2 repositories listed Syntology ran 4 of 6 samples · 2 unverified · 6 pointer-only (licence)To address this gap, we introduce MMSU, a comprehensive benchmark designed specifically for understanding and reasoning in spoken language.
-
13 Dec 2024 2 repositories listedTo tackle these challenges, we propose the SLUTQA framework, which integrates large language models with spoken language understanding tasks to enhance retrieval and answering accuracy.
-
25 Oct 2023 2 repositories listedThis paper proposes a method for investigating the impact of speech recognition errors on the performance of natural language understanding models.
-
7 Oct 2023 2 repositories listed Syntology ran 3 of 3 samples · 0 unverifiedPrevious mainstream audio-and-text LLMs use discrete audio tokens to represent both input and output audio; however, they suffer from performance degradation on tasks such as automatic speech recognition, speech-to-text…
-
18 May 2023 2 repositories listedConformer, a convolution-augmented Transformer variant, has become the de facto encoder architecture for speech processing due to its superior performance in various tasks, including automatic speech recognition (ASR),…
-
29 Jun 2022 2 repositories listedIn Spoken Language Understanding (SLU) the task is to extract important information from audio commands, like the intent of what a user wants the system to do and special entities like locations or numbers.
-
29 Nov 2021 2 repositories listed Syntology ran 2 of 2 samples · 0 unverified · 1 pointer-only (licence)However, there are few open source toolkits that can be used to generate reproducible results on different Spoken Language Understanding (SLU) benchmarks.
-
15 May 2021 2 repositories listedTo tackle the challenge, we propose a joint learning approach, with English SLU training data and non-English auxiliary tasks from raw text, syntax and translation for transfer.
-
4 Apr 2021 2 repositories listedThis paper introduces Timers and Such, a new open source dataset of spoken English commands for common voice control use cases involving numbers.
-
5 Oct 2020 2 repositories listedBesides conducting a self-supervised masked language modeling task on the two individual modules using unpaired speech and text, SPLAT aligns representations from the two modules in a shared latent space using a small…
-
6 Jul 2020 2 repositories listedPre-trained language models have achieved huge improvement on many NLP tasks.
-
2 Dec 2019 2 repositories listedThese neural models annotate the emotion corpora with dialogue act labels, and an ensemble annotator extracts the final dialogue act label.
-
16 Sep 2019 2 repositories listedSpoken Language Understanding (SLU) mainly involves two tasks, intent detection and slot filling, which are generally modeled jointly in existing works.
-
5 Sep 2019 2 repositories listedIn our framework, we adopt a joint model with Stack-Propagation which can directly use the intent information as input for slot filling, thus to capture the intent semantic knowledge.
-
30 Jun 2019 2 repositories listedThe joint model for the two tasks is becoming a tendency in SLU.
-
16 Apr 2019 2 repositories listedSpoken question answering (SQA) is challenging due to complex reasoning on top of the spoken documents.
-
7 Apr 2019 2 repositories listedWhereas conventional spoken language understanding (SLU) systems map speech to text, and then text to intent, end-to-end SLU systems map speech directly to intent through a single trainable model.
-
30 Oct 2018 2 repositories listed Syntology ran 1 of 14 samples · 13 unverifiedWe consider the problem of performing Spoken Language Understanding (SLU) on small devices typical of IoT applications.
-
1 Jun 2018 2 repositories listedAttention-based recurrent neural network models for joint intent detection and slot filling have achieved the state-of-the-art performance, while they have independent attention weights.
-
26 May 2025 1 repository listedKolmogorov-Arnold Networks (KANs) have recently emerged as a promising alternative to traditional neural architectures, yet their application to speech processing remains under explored.
-
21 May 2025 1 repository listedMachine unlearning, the process of efficiently removing specific information from machine learning models, is a growing area of interest for responsible AI.
-
19 May 2025 1 repository listedSpoken Language Understanding (SLU) systems must balance performance and efficiency, particularly in resource-constrained environments.
-
24 Apr 2025 1 repository listedLong-context understanding poses significant challenges in natural language processing, particularly for real-world dialogues characterized by speech-based elements, high redundancy, and uneven information density.
-
19 Feb 2025 1 repository listedFor instance, we find that task models can tolerate a certain level of noise, and are affected differently by the types of errors in the transcript.
Syntology lines on 7 of the papers shown; no Syntology record for the others (a paper without an arXiv id cannot be joined to the graph, and absence from the graph layer is not a recorded non-run). “Ran” means the sample executed on a synthesized fixture, not that the paper's result was reproduced. Read from the graph 2026-09-24.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections