paper-with-me

Papers

CM-Net: A Novel Collaborative Memory Network for Spoken Language Understanding

2019-09-16 · IJCNLP 2019 11 · Yijin Liu, Fandong Meng, Jinchao Zhang, Jie zhou, Yufeng Chen, Jinan Xu

Spoken Language Understanding (SLU) mainly involves two tasks, intent detection and slot filling, which are generally modeled jointly in existing works. However, most existing models fail to fully utilize co-occurrence relations between slots and intents, which restricts their potential performance. To address this issue, in this paper we propose a novel Collaborative Memory Network (CM-Net) based on the well-designed block, named CM-block. The CM-block firstly captures slot-specific and intent-specific features from memories in a collaborative manner, and then uses these enriched features to enhance local context representations, based on which the sequential information flow leads to more specific (slot and intent) global utterance representations. Through stacking multiple CM-blocks, our CM-Net is able to alternately perform information exchange among specific memories, local contexts and the global utterance, and thus incrementally enriches each other. We evaluate the CM-Net on two standard benchmarks (ATIS and SNIPS) and a self-collected corpus (CAIS). Experimental results show that the CM-Net achieves the state-of-the-art results on the ATIS and SNIPS in most of criteria, and significantly outperforms the baseline models on the CAIS. Additionally, we make the CAIS dataset publicly available for the research community.

📄 PDF Abstract BibTeX arXiv:1909.06937

Code (2)

Adaxry/CM-Net 공식 구현
1053399472/CAISandSMP

Tasks

Intent Detectionslot-fillingSlot FillingSpoken Language Understanding

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음

Similar Papers 제목 키워드 기반

Memory Consolidation for Contextual Spoken Language Understanding with Dialogue Logistic Inference

2019-06-05 · ACL 2019 7 · He Bai, Yu Zhou, Jiajun Zhang, Cheng-qing Zong

Dialogue contexts are proven helpful in the spoken language understanding (SLU) system and they are typically encoded with explicit memory representations. However, most of the previous models learn the context memory wi…

Retrievalslot-fillingSlot FillingSpoken Language Understanding

Joint Learning of Word and Label Embeddings for Sequence Labelling in Spoken Language Understanding

2019-10-16 · Jiewen Wu, Luis Fernando D'Haro, Nancy F. Chen, Pavitra Krishnaswamy 외

We propose an architecture to jointly learn word and label embeddings for slot filling in spoken language understanding. The proposed approach encodes labels using a combination of word embeddings and straightforward wor…

slot-fillingSlot FillingSpoken Language UnderstandingWord Embeddings

Encoder-decoder with Focus-mechanism for Sequence Labelling Based Spoken Language Understanding

2016-08-06 · Su Zhu, Kai Yu

This paper investigates the framework of encoder-decoder with attention for sequence labelling based spoken language understanding. We introduce Bidirectional Long Short Term Memory - Long Short Term Memory networks (BLS…

Decoderspeech-recognitionSpeech RecognitionSpoken Language Understanding

History-Aware Question Answering in a Blocks World Dialogue System

2020-05-26 · Benjamin Kane, Georgiy Platonov, Lenhart K. Schubert

It is essential for dialogue-based spatial reasoning systems to maintain memory of historical states of the world. In addition to conveying that the dialogue agent is mentally present and engaged with the task, referring…

Natural Language UnderstandingQuestion AnsweringSpatial Reasoning

Spoken Language Understanding for Task-oriented Dialogue Systems with Augmented Memory Networks

2021-06-01 · NAACL 2021 4 · Jie Wu, Ian Harris, Hongzhi Zhao

Spoken language understanding, usually including intent detection and slot filling, is a core component to build a spoken dialog system. Recent research shows promising results by jointly learning of those two tasks base…

Decoderglobal-optimizationIntent Detectionslot-filling+3