paper-with-me

홈 › Papers

Towards Spoken Language Understanding via Multi-level Multi-grained Contrastive Learning

2024-05-31 · Xuxin Cheng, Wanshi Xu, Zhihong Zhu, Hongxiang Li, Yuexian Zou

Spoken language understanding (SLU) is a core task in task-oriented dialogue systems, which aims at understanding the user's current goal through constructing semantic frames. SLU usually consists of two subtasks, including intent detection and slot filling. Although there are some SLU frameworks joint modeling the two subtasks and achieving high performance, most of them still overlook the inherent relationships between intents and slots and fail to achieve mutual guidance between the two subtasks. To solve the problem, we propose a multi-level multi-grained SLU framework MMCL to apply contrastive learning at three levels, including utterance level, slot level, and word level to enable intent and slot to mutually guide each other. For the utterance level, our framework implements coarse granularity contrastive learning and fine granularity contrastive learning simultaneously. Besides, we also apply the self-distillation method to improve the robustness of the model. Experimental results and further analysis demonstrate that our proposed model achieves new state-of-the-art results on two public multi-intent SLU datasets, obtaining a 2.6 overall accuracy improvement on the MixATIS dataset compared to previous best models.

📄 PDF Abstract BibTeX arXiv:2405.20852

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningIntent Detectionslot-fillingSlot FillingSpoken Language UnderstandingTask-Oriented Dialogue Systems

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

An Adversarial Learning based Multi-Step Spoken Language Understanding System through Human-Computer Interaction

2021-06-06 · Yu Wang, Yilin Shen, Hongxia Jin

Most of the existing spoken language understanding systems can perform only semantic frame parsing based on a single-round user query. They cannot take users' feedback to update/add/remove slot values through multiround …

Dialogue State TrackingSemantic Frame ParsingSentenceSpoken Language Understanding

Audio-Linguistic Embeddings for Spoken Sentences

2019-02-20 · Albert Haque, Michelle Guo, Prateek Verma, Li Fei-Fei

We propose spoken sentence embeddings which capture both acoustic and linguistic content. While existing works operate at the character, phoneme, or word level, our method learns long-term dependencies by modeling speech…

DecoderEmotion RecognitionSentenceSentence Embeddings+3

End-to-End Spoken Language Translation

2019-04-23 · Michelle Guo, Albert Haque, Prateek Verma

In this paper, we address the task of spoken language understanding. We present a method for translating spoken sentences from one language into spoken sentences in another language. Given spectrogram-spectrogram pairs, …

SentenceSpoken Language UnderstandingTranslation

SFL-MTSC: Leveraging Semantic Frame-Level Multi-Task Self-Consistency for Robust Multi-Intent Spoken Language Understanding

2026-06-24 · Po-Yen Chen, Berlin Chen arxiv

Prompt-based spoken language understanding (SLU) with large language models (LLMs) often suffers from inconsistent intent--slot structures due to decoding stochasticity, particularly in multi-intent scenarios. In view of…

Spoken Language Understanding

MTL-SLT: Multi-Task Learning for Spoken Language Tasks

2022-05-01 · NLP4ConvAI (ACL) 2022 5 · Zhiqi Huang, Milind Rao, Anirudh Raju, Zhe Zhang 외

Language understanding in speech-based systems has attracted extensive interest from both academic and industrial communities in recent years with the growing demand for voice-based applications. Prior works focus on ind…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModellingMulti-Task Learning+4