English

History-Aware Hierarchical Transformer for Multi-session Open-domain Dialogue System

Computation and Language 2023-02-03 v1

Abstract

With the evolution of pre-trained language models, current open-domain dialogue systems have achieved great progress in conducting one-session conversations. In contrast, Multi-Session Conversation (MSC), which consists of multiple sessions over a long term with the same user, is under-investigated. In this paper, we propose History-Aware Hierarchical Transformer (HAHT) for multi-session open-domain dialogue. HAHT maintains a long-term memory of history conversations and utilizes history information to understand current conversation context and generate well-informed and context-relevant responses. Specifically, HAHT first encodes history conversation sessions hierarchically into a history memory. Then, HAHT leverages historical information to facilitate the understanding of the current conversation context by encoding the history memory together with the current context with attention-based mechanisms. Finally, to explicitly utilize historical information, HAHT uses a history-aware response generator that switches between a generic vocabulary and a history-aware vocabulary. Experimental results on a large-scale MSC dataset suggest that the proposed HAHT model consistently outperforms baseline models. Human evaluation results support that HAHT generates more human-like, context-relevant and history-relevant responses than baseline models.

Keywords

Cite

@article{arxiv.2302.00907,
  title  = {History-Aware Hierarchical Transformer for Multi-session Open-domain Dialogue System},
  author = {Tong Zhang and Yong Liu and Boyang Li and Zhiwei Zeng and Pengwei Wang and Yuan You and Chunyan Miao and Lizhen Cui},
  journal= {arXiv preprint arXiv:2302.00907},
  year   = {2023}
}

Comments

EMNLP 2022(Findings)

R2 v1 2026-06-28T08:29:56.438Z