paper-with-me

Papers

A Speaker-aware Parallel Hierarchical Attentive Encoder-Decoder Model for Multi-turn Dialogue Generation

2021-10-13 · ZiHao Wang, Ming Jiang, Junli Wang

This paper presents a novel open-domain dialogue generation model emphasizing the differentiation of speakers in multi-turn conversations. Differing from prior work that solely relies on the content of conversation history to generate a response, we argue that capturing relative social relations among utterances (i.e., generated by either the same speaker or different persons) benefits the machine capturing fine-grained context information from a conversation history to improve context coherence in the generated response. Given that, we propose a speaker-aware Parallel Hierarchical Attentive Encoder-Decoder (PHAED) model that aims to model each utterance with the awareness of its speaker and contextual associations with the same speaker's previous messages. Specifically, in a conversation involving two speakers, we regard the utterances from one speaker as responses and those from the other as queries. After understanding queries via our encoder with inner-query and inter-query encodings, our decoder reuses the hidden states of previously generated responses, instead of reconstructing these by the encoder, to generate a new response. Our empirical results show that PHAED outperforms the state-of-the-art in both automatic and human evaluations. Furthermore, our ablation study shows that dialogue models with speaker tokens can generally decrease the possibility of generating non-coherent responses regarding the conversation context.

📄 PDF Abstract BibTeX arXiv:2110.06823

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDialogue Generation

Similar Papers 제목 키워드 기반

Serialized Multi-Layer Multi-Head Attention for Neural Speaker Embedding

2021-07-14 · Hongning Zhu, Kong Aik Lee, Haizhou Li

This paper proposes a serialized multi-layer multi-head attention for neural speaker embedding in text-independent speaker verification. In prior works, frame-level features from one layer are aggregated to form an utter…

Speaker VerificationText-Independent Speaker Verification

Phoneme-aware and Channel-wise Attentive Learning for Text DependentSpeaker Verification

2021-06-25 · Yan Liu, Zheng Li, Lin Li, Qingyang Hong

This paper proposes a multi-task learning network with phoneme-aware and channel-wise attentive learning strategies for text-dependent Speaker Verification (SV). In the proposed structure, the frame-level multi-task lear…

Multi-Task LearningSpeaker VerificationText-Dependent Speaker Verification

Contrastive Speaker-Aware Learning for Multi-party Dialogue Generation with LLMs

2025-03-11 · Tianyu Sun, Kun Qian, Wenhong Wang

Multi-party dialogue generation presents significant challenges due to the complex interplay of multiple speakers and interwoven conversational threads. Traditional approaches often fall short in capturing these complexi…

Contrastive LearningDialogue GenerationDiversityInformativeness

A Discourse-Aware Attention Model for Abstractive Summarization of Long Documents

2018-04-16 · NAACL 2018 6 · Arman Cohan, Franck Dernoncourt, Doo Soon Kim, Trung Bui 외

Neural abstractive summarization models have led to promising results in summarizing relatively short documents. We propose the first model for abstractive summarization of single, longer-form documents (e.g., research p…

Abstractive Text SummarizationDecoderText SummarizationUnsupervised Extractive Summarization

Hierarchical Sequence to Sequence Voice Conversion with Limited Data

2019-07-15 · Praveen Narayanan, Punarjay Chakravarty, Francois Charette, Gint Puskorius

We present a voice conversion solution using recurrent sequence to sequence modeling for DNNs. Our solution takes advantage of recent advances in attention based modeling in the fields of Neural Machine Translation (NMT)…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderMachine Translation+7