paper-with-me

홈 › Papers

Hierarchical Dialogue Understanding with Special Tokens and Turn-level Attention

2023-04-29 · Tiny Papers @ ICLR 2023 5 · Xiao Liu, Jian Zhang, Heng Zhang, Fuzhao Xue, Yang You

Compared with standard text, understanding dialogue is more challenging for machines as the dynamic and unexpected semantic changes in each turn. To model such inconsistent semantics, we propose a simple but effective Hierarchical Dialogue Understanding model, HiDialog. Specifically, we first insert multiple special tokens into a dialogue and propose the turn-level attention to learn turn embeddings hierarchically. Then, a heterogeneous graph module is leveraged to polish the learned embeddings. We evaluate our model on various dialogue understanding tasks including dialogue relation extraction, dialogue emotion recognition, and dialogue act classification. Results show that our simple approach achieves state-of-the-art performance on all three tasks above. All our source code is publicly available at https://github.com/ShawX825/HiDialog.

📄 PDF Abstract BibTeX arXiv:2305.00262

Code (1)

shawx825/hidialog 공식 구현 jax

Tasks

Dialogue Act ClassificationDialogue UnderstandingEmotion RecognitionRelation Extraction

Similar Papers 제목 키워드 기반

A Static and Dynamic Attention Framework for Multi Turn Dialogue Generation

2024-10-28 · Wei-Nan Zhang, Yiming Cui, Kaiyan Zhang, Yifa Wang 외

Recently, research on open domain dialogue systems have attracted extensive interests of academic and industrial researchers. The goal of an open domain dialogue system is to imitate humans in conversations. Previous wor…

Dialogue Generation

Hierarchical Context Tagging for Utterance Rewriting

2022-06-22 · Lisa Jin, Linfeng Song, Lifeng Jin, Dong Yu 외

Utterance rewriting aims to recover coreferences and omitted information from the latest turn of a multi-turn dialogue. Recently, methods that tag rather than linearly generate sequences have proven stronger in both in- …

TAG

TED: Turn Emphasis with Dialogue Feature Attention for Emotion Recognition in Conversation

2025-01-02 · Junya Ono, Hiromi Wakaki

Emotion recognition in conversation (ERC) has been attracting attention by methods for modeling multi-turn contexts. The multi-turn input to a pretraining model implicitly assumes that the current turn and other turns ar…

Emotion RecognitionEmotion Recognition in Conversation

Unsupervised Learning of Hierarchical Conversation Structure

2022-05-24 · Bo-Ru Lu, Yushi Hu, Hao Cheng, Noah A. Smith 외

Human conversations can evolve in many different ways, creating challenges for automatic understanding and summarization. Goal-oriented conversations often have meaningful sub-dialogue structure, but it can be highly dom…

MARS-Bench: A Multi-turn Athletic Real-world Scenario Benchmark for Dialogue Evaluation

2025-05-27 · Chenghao Yang, Yinbo Luo, Zhoufutu Wen, Qi Chu 외

Large Language Models (\textbf{LLMs}), e.g. ChatGPT, have been widely adopted in real-world dialogue applications. However, LLMs' robustness, especially in handling long complex dialogue sessions, including frequent moti…

Dialogue Evaluation