paper-with-me

홈 › Papers

Reading Turn by Turn: Hierarchical Attention Architecture for Spoken Dialogue Comprehension

2019-07-01 · ACL 2019 7 · Zhengyuan Liu, Nancy Chen

Comprehending multi-turn spoken conversations is an emerging research area, presenting challenges different from reading comprehension of passages due to the interactive nature of information exchange from at least two speakers. Unlike passages, where sentences are often the default semantic modeling unit, in multi-turn conversations, a turn is a topically coherent unit embodied with immediately relevant context, making it a linguistically intuitive segment for computationally modeling verbal interactions. Therefore, in this work, we propose a hierarchical attention neural network architecture, combining turn-level and word-level attention mechanisms, to improve spoken dialogue comprehension performance. Experiments are conducted on a multi-turn conversation dataset, where nurses inquire and discuss symptom information with patients. We empirically show that the proposed approach outperforms standard attention baselines, achieves more efficient learning outcomes, and is more robust to lengthy and out-of-distribution test samples.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Reading Comprehension

Similar Papers 제목 키워드 기반

Scalable Hierarchical Attention Transformers for Multi-Turn Jailbreak Detection in Long Conversations

2026-06-19 · Chenhui Hu, Muhammed Salih, Sudipto Guha, Subramanian Srinivasan arxiv

Multi-turn jailbreaks can evade turn-level moderation by spreading unsafe intent across a dialogue through gradual escalation, reframing, and role manipulation. We address multi-turn jailbreak detection as a conversation…

An Empirical Analysis of Multiple-Turn Reasoning Strategies in Reading Comprehension Tasks

2017-11-09 · IJCNLP 2017 11 · Yelong Shen, Xiaodong Liu, Kevin Duh, Jianfeng Gao

Reading comprehension (RC) is a challenging task that requires synthesis of information across sentences and multiple turns of reasoning. Using a state-of-the-art RC model, we empirically investigate the performance of s…

DescriptiveReading ComprehensionReinforcement LearningReinforcement Learning (RL)

Which Kind Is Better in Open-domain Multi-turn Dialog,Hierarchical or Non-hierarchical Models? An Empirical Study

2020-08-07 · Tian Lan, Xian-Ling Mao, Wei Wei, He-Yan Huang

Currently, open-domain generative dialog systems have attracted considerable attention in academia and industry. Despite the success of single-turn dialog generation, multi-turn dialog generation is still a big challenge…

HiGMem: A Hierarchical and LLM-Guided Memory System for Long-Term Conversational Agents

2026-04-20 · Shuqi Cao, Jingyi He, Fei Tan arxiv

Long-term conversational large language model (LLM) agents require memory systems that can recover relevant evidence from historical interactions without overwhelming the answer stage with irrelevant context. However, ex…

Learn to Focus: Hierarchical Dynamic Copy Network for Dialogue State Tracking

2021-07-25 · Linhao Zhang, Houfeng Wang

Recently, researchers have explored using the encoder-decoder framework to tackle dialogue state tracking (DST), which is a key component of task-oriented dialogue systems. However, they regard a multi-turn dialogue as a…

DecoderDialogue State TrackingTask-Oriented Dialogue Systems