paper-with-me

Papers

DialogBERT: Discourse-Aware Response Generation via Learning to Recover and Rank Utterances

2020-12-03 · Xiaodong Gu, Kang Min Yoo, Jung-Woo Ha

Recent advances in pre-trained language models have significantly improved neural response generation. However, existing methods usually view the dialogue context as a linear sequence of tokens and learn to generate the next word through token-level self-attention. Such token-level encoding hinders the exploration of discourse-level coherence among utterances. This paper presents DialogBERT, a novel conversational response generation model that enhances previous PLM-based dialogue models. DialogBERT employs a hierarchical Transformer architecture. To efficiently capture the discourse-level coherence among utterances, we propose two training objectives, including masked utterance regression and distributed utterance order ranking in analogy to the original BERT training. Experiments on three multi-turn conversation datasets show that our approach remarkably outperforms the baselines, such as BART and DialoGPT, in terms of quantitative evaluation. The human evaluation suggests that DialogBERT generates more coherent, informative, and human-like responses than the baselines with significant margins.

📄 PDF Abstract BibTeX arXiv:2012.01775

Code (1)

guxd/dialogbert pytorch

Tasks

Conversational Response GenerationResponse Generation

Methods 이 논문이 사용한 방법론

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 설명 없음
WordPiece 설명 없음
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

A Structure Self-Aware Model for Discourse Parsing on Multi-Party Dialogues

2021-08-01 · Proceedings of the Thirtieth International Joint Conference on Artificial Intelligence 2021 8 · An-Hui Wang, Linfeng Song, Hui Jiang, Shaopeng Lai 외

Conversational discourse structures aim to describe how a dialogue is organised, thus they are helpful for dialogue understanding and response generation. This paper focuses on predicting discourse dependency structures …

Dialogue UnderstandingDiscourse ParsingGraph Neural NetworkRepresentation Learning+1

Discourse-Aware Dual-Track Streaming Response for Low-Latency Spoken Dialogue Systems

2026-02-26 · Siyuan Liu, Jiahui Xu, Feng Jiang, Kuang Wang 외 arxiv

Achieving human-like responsiveness is a critical yet challenging goal for cascaded spoken dialogue systems. Conventional ASR-LLM-TTS pipelines follow a strictly sequential paradigm, requiring complete transcription and …

Speech Synthesis

Discourse Coherence and Response-Guided Context Rewriting for Multi-Party Dialogue Generation

2026-04-08 · Zhiyu Cao, Peifeng Li, Qiaoming Zhu arxiv

Previous research on multi-party dialogue generation has predominantly leveraged structural information inherent in dialogues to directly inform the generation process. However, the prevalence of colloquial expressions a…

Dialogue GenerationResponse Generation

A Multi-view Discourse Framework for Integrating Semantic and Syntactic Features in Dialog Agents

2025-04-12 · Akanksha Mehndiratta, Krishna Asawa

Multiturn dialogue models aim to generate human-like responses by leveraging conversational context, consisting of utterances from previous exchanges. Existing methods often neglect the interactions between these utteran…

DiscoDVT: Generating Long Text with Discourse-Aware Discrete Variational Transformer

2021-10-12 · EMNLP 2021 11 · Haozhe Ji, Minlie Huang

Despite the recent advances in applying pre-trained language models to generate high-quality texts, generating long passages that maintain long-range coherence is yet challenging for these models. In this paper, we propo…

Story GenerationText Generation