paper-with-me

홈 › Papers

Text is no more Enough! A Benchmark for Profile-based Spoken Language Understanding

2021-12-22 · Xiao Xu, Libo Qin, Kaiji Chen, Guoxing Wu, Linlin Li, Wanxiang Che

Current researches on spoken language understanding (SLU) heavily are limited to a simple setting: the plain text-based SLU that takes the user utterance as input and generates its corresponding semantic frames (e.g., intent and slots). Unfortunately, such a simple setting may fail to work in complex real-world scenarios when an utterance is semantically ambiguous, which cannot be achieved by the text-based SLU models. In this paper, we first introduce a new and important task, Profile-based Spoken Language Understanding (ProSLU), which requires the model that not only relies on the plain text but also the supporting profile information to predict the correct intents and slots. To this end, we further introduce a large-scale human-annotated Chinese dataset with over 5K utterances and their corresponding supporting profile information (Knowledge Graph (KG), User Profile (UP), Context Awareness (CA)). In addition, we evaluate several state-of-the-art baseline models and explore a multi-level knowledge adapter to effectively incorporate profile information. Experimental results reveal that all existing text-based SLU models fail to work when the utterances are semantically ambiguous and our proposed framework can effectively fuse the supporting information for sentence-level intent detection and token-level slot filling. Finally, we summarize key challenges and provide new points for future directions, which hopes to facilitate the research.

📄 PDF Abstract BibTeX arXiv:2112.11953

Code (1)

looperxx/proslu 공식 구현 pytorch

Tasks

Intent DetectionSemantic Frame ParsingSentenceslot-fillingSlot FillingSpoken Language Understanding

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

SQuTR: A Robustness Benchmark for Spoken Query to Text Retrieval under Acoustic Noise

2026-02-13 · Yuejie Li, Ke Yang, Yueying Hua, Berlin Chen 외 arxiv

Spoken query retrieval is an important interaction mode in modern information retrieval. However, existing evaluation datasets are often limited to simple queries under constrained noise conditions, making them inadequat…

Information RetrievalText Retrieval

Pro-HAN: A Heterogeneous Graph Attention Network for Profile-Based Spoken Language Understanding

2024-02-06 · Dechuan Teng, Chunlin Lu, Xiao Xu, Wanxiang Che 외

Recently, Profile-based Spoken Language Understanding (SLU) has gained increasing attention, which aims to incorporate various types of supplementary profile information (i.e., Knowledge Graph, User Profile, Context Awar…

Graph AttentionSpoken Language Understanding

Voxtral

2025-07-17 · Alexander H. Liu, Andy Ehrenberg, Andy Lo, Clément Denoix 외

We present Voxtral Mini and Voxtral Small, two multimodal audio chat models. Voxtral is trained to comprehend both spoken audio and text documents, achieving state-of-the-art performance across a diverse range of audio b…

Planimation

2020-08-11 · Gang Chen, Yi Ding, Hugo Edwards, Chong Hin Chau 외

Planimation is a modular and extensible open source framework to visualise sequential solutions of planning problems specified in PDDL. We introduce a preliminary declarative PDDL-like animation profile specification, ex…

Do We Still Need Automatic Speech Recognition for Spoken Language Understanding?

2021-11-29 · Lasse Borgholt, Jakob Drachmann Havtorn, Mostafa Abdou, Joakim Edin 외

Spoken language understanding (SLU) tasks are usually solved by first transcribing an utterance with automatic speech recognition (ASR) and then feeding the output to a text-based model. Recent advances in self-supervise…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Machine Translationnamed-entity-recognition+7