paper-with-me

Papers

Task Conditioned BERT for Joint Intent Detection and Slot-filling

2023-08-11 · Diogo Tavares, Pedro Azevedo, David Semedo, Ricardo Sousa, João Magalhães

Dialogue systems need to deal with the unpredictability of user intents to track dialogue state and the heterogeneity of slots to understand user preferences. In this paper we investigate the hypothesis that solving these challenges as one unified model will allow the transfer of parameter support data across the different tasks. The proposed principled model is based on a Transformer encoder, trained on multiple tasks, and leveraged by a rich input that conditions the model on the target inferences. Conditioning the Transformer encoder on multiple target inferences over the same corpus, i.e., intent and multiple slot types, allows learning richer language interactions than a single-task model would be able to. In fact, experimental results demonstrate that conditioning the model on an increasing number of dialogue inference tasks leads to improved results: on the MultiWOZ dataset, the joint intent and slot detection can be improved by 3.2\% by conditioning on intent, 10.8\% by conditioning on slot and 14.4\% by conditioning on both intent and slots. Moreover, on real conversations with Farfetch costumers, the proposed conditioned BERT can achieve high joint-goal and intent detection performance throughout a dialogue.

📄 PDF Abstract BibTeX arXiv:2308.06165

Code (0)

등록된 구현이 없습니다.

Tasks

Intent Detectionslot-fillingSlot Filling

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

CG-BERT: Conditional Text Generation with BERT for Generalized Few-shot Intent Detection

2020-04-04 · Congying Xia, Chenwei Zhang, Hoang Nguyen, Jiawei Zhang 외

In this paper, we formulate a more realistic and difficult problem setup for the intent detection task in natural language understanding, namely Generalized Few-Shot Intent Detection (GFSID). GFSID aims to discriminate a…

Conditional Text GenerationIntent DetectionLanguage ModelingLanguage Modelling+3

Intent Detection and Slot Filling for Vietnamese

2021-04-05 · Mai Hoang Dao, Thinh Hung Truong, Dat Quoc Nguyen

Intent detection and slot filling are important tasks in spoken and natural language understanding. However, Vietnamese is a low-resource language in these research topics. In this paper, we present the first public inte…

Intent Classification and Slot FillingIntent DetectionNatural Language Understandingslot-filling+1

ConQX: Semantic Expansion of Spoken Queries for Intent Detection based on Conditioned Text Generation

2021-09-02 · Eyup Halit Yilmaz, Cagri Toraman

Intent detection of spoken queries is a challenging task due to their noisy structure and short length. To provide additional information regarding the query and enhance the performance of intent detection, we propose a …

Few-Shot LearningIntent DetectionLanguage ModelingLanguage Modelling+1

SLIM: Explicit Slot-Intent Mapping with BERT for Joint Multi-Intent Detection and Slot Filling

2021-08-26 · Fengyu Cai, Wanhao Zhou, Fei Mi, Boi Faltings

Utterance-level intent detection and token-level slot filling are two key tasks for natural language understanding (NLU) in task-oriented systems. Most existing approaches assume that only a single intent exists in an ut…

Intent DetectionNatural Language UnderstandingSemantic Frame Parsingslot-filling+1

Multi-lingual Intent Detection and Slot Filling in a Joint BERT-based Model

2019-07-05 · Giuseppe Castellucci, Valentina Bellomaria, Andrea Favalli, Raniero Romagnoli

Intent Detection and Slot Filling are two pillar tasks in Spoken Natural Language Understanding. Common approaches adopt joint Deep Learning architectures in attention-based recurrent frameworks. In this work, we aim at …

Intent DetectionNatural Language Understandingslot-fillingSlot Filling+2