Dialogbert: Discourse-aware Response Generation Via Learning To Recover And Rank Utterances · Awesome LLM Papers Contribute to LLM-Bible

Dialogbert: Discourse-aware Response Generation Via Learning To Recover And Rank Utterances

Xiaodong Gu, Kang Min Yoo, Jung-woo Ha. Proceedings of the AAAI Conference on Artificial Intelligence 2020 – 23 citations

[Paper]    
Model Architecture Attention Mechanism GPT Transformer Fine-Tuning BERT Training Techniques Evaluation

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.

Similar Work