paper-with-me

Papers

Topic-Driven and Knowledge-Aware Transformer for Dialogue Emotion Detection

2021-06-02 · ACL 2021 5 · Lixing Zhu, Gabriele Pergola, Lin Gui, Deyu Zhou, Yulan He

Emotion detection in dialogues is challenging as it often requires the identification of thematic topics underlying a conversation, the relevant commonsense knowledge, and the intricate transition patterns between the affective states. In this paper, we propose a Topic-Driven Knowledge-Aware Transformer to handle the challenges above. We firstly design a topic-augmented language model (LM) with an additional layer specialized for topic detection. The topic-augmented LM is then combined with commonsense statements derived from a knowledge base based on the dialogue contextual information. Finally, a transformer-based encoder-decoder architecture fuses the topical and commonsense information, and performs the emotion label sequence prediction. The model has been experimented on four datasets in dialogue emotion detection, demonstrating its superiority empirically over the existing state-of-the-art approaches. Quantitative and qualitative results show that the model can discover topics which help in distinguishing emotion categories.

📄 PDF Abstract BibTeX arXiv:2106.01071

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderEmotion Recognition in ConversationLanguage Modeling

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Attention 설명 없음
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…

Similar Papers 제목 키워드 기반

Policy-driven Knowledge Selection and Response Generation for Document-grounded Dialogue

2024-10-21 · Longxuan Ma, Jiapeng Li, Mingda Li, Wei-Nan Zhang 외

Document-grounded dialogue (DGD) uses documents as external knowledge for dialogue generation. Correctly understanding the dialogue context is crucial for selecting knowledge from the document and generating proper respo…

Dialogue GenerationDialogue UnderstandingResponse Generation

Topic-Aware Response Generation in Task-Oriented Dialogue with Unstructured Knowledge Access

2022-12-10 · Yue Feng, Gerasimos Lampouras, Ignacio Iacobacci

To alleviate the problem of structured databases' limited coverage, recent task-oriented dialogue systems incorporate external unstructured knowledge to guide the generation of system responses. However, these usually us…

Response GenerationSentenceTask-Oriented Dialogue Systems

Topic-Aware Response Generation in Task-Oriented Dialogue with Unstructured Knowledge Access

2021-11-16 · ACL ARR November 2021 11 · Anonymous

To alleviate the problem of structured databases' limited coverage, recent task-oriented dialogue systems incorporate external unstructured knowledge to guide the generation of system responses. However, these usually us…

Response GenerationSentenceTask-Oriented Dialogue Systems

Prediction, Selection, and Generation: Exploration of Knowledge-Driven Conversation System

2021-04-23 · Cheng Luo, Dayiheng Liu, Chanjuan Li, Li Lu 외

In open-domain conversational systems, it is important but challenging to leverage background knowledge. We can use the incorporation of knowledge to make the generation of dialogue controllable, and can generate more di…

Dialogue Generation

TAKE: Topic-shift Aware Knowledge sElection for Dialogue Generation

2022-10-01 · COLING 2022 10 · Chenxu Yang, Zheng Lin, Jiangnan Li, Fandong Meng 외

Knowledge-grounded dialogue generation consists of two subtasks: knowledge selection and response generation. The knowledge selector generally constructs a query based on the dialogue context and selects the most appropr…

Dialogue GenerationKnowledge DistillationResponse Generation