Spoken Language Understanding

114 papers with code • 5 benchmarks • 13 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find Spoken Language Understanding models and implementations

Most implemented papers

EDA: Enriching Emotional Dialogue Acts using an Ensemble of Neural Annotators

bothe/EDAs LREC 2020

These neural models annotate the emotion corpora with dialogue act labels, and an ensemble annotator extracts the final dialogue act label.

Learning Spoken Language Representations with Neural Lattice Language Modeling

MiuLab/Lattice-ELMo ACL 2020

Pre-trained language models have achieved huge improvement on many NLP tasks.

Timers and Such: A Practical Benchmark for Spoken Language Understanding with Numbers

speechbrain/speechbrain 4 Apr 2021

This paper introduces Timers and Such, a new open source dataset of spoken English commands for common voice control use cases involving numbers.

From Masked Language Modeling to Translation: Non-English Auxiliary Tasks Improve Zero-shot Spoken Language Understanding

Kaleidophon/deep-significance NAACL 2021

To 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.

ESPnet-SLU: Advancing Spoken Language Understanding through ESPnet

espnet/espnet 29 Nov 2021

However, there are few open source toolkits that can be used to generate reproducible results on different Spoken Language Understanding (SLU) benchmarks.

Finstreder: Simple and fast Spoken Language Understanding with Finite State Transducers using modern Speech-to-Text models

Jaco-Assistant/finstreder 29 Jun 2022

In 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.

A Comparative Study on E-Branchformer vs Conformer in Speech Recognition, Translation, and Understanding Tasks

espnet/espnet 18 May 2023

Conformer, 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), speech translation (ST) and spoken language understanding (SLU).

Back Transcription as a Method for Evaluating Robustness of Natural Language Understanding Models to Speech Recognition Errors

marekkubis/bteval 25 Oct 2023

This paper proposes a method for investigating the impact of speech recognition errors on the performance of natural language understanding models.

Graph-Based Semi-Supervised Conditional Random Fields For Spoken Language Understanding Using Unaligned Data

maxxkia/g-ssl-crf ALTA 2014

We experiment graph-based Semi-Supervised Learning (SSL) of Conditional Random Fields (CRF) for the application of Spoken Language Understanding (SLU) on unaligned data.

Sequential Dialogue Context Modeling for Spoken Language Understanding

sunbopds/SDEN-Pytorch-master WS 2017

We compare the performance of our proposed architecture with two context models, one that uses just the previous turn context and another that encodes dialogue context in a memory network, but loses the order of utterances in the dialogue history.