English

Improving Response Quality with Backward Reasoning in Open-domain Dialogue Systems

Computation and Language 2021-05-04 v1

Abstract

Being able to generate informative and coherent dialogue responses is crucial when designing human-like open-domain dialogue systems. Encoder-decoder-based dialogue models tend to produce generic and dull responses during the decoding step because the most predictable response is likely to be a non-informative response instead of the most suitable one. To alleviate this problem, we propose to train the generation model in a bidirectional manner by adding a backward reasoning step to the vanilla encoder-decoder training. The proposed backward reasoning step pushes the model to produce more informative and coherent content because the forward generation step's output is used to infer the dialogue context in the backward direction. The advantage of our method is that the forward generation and backward reasoning steps are trained simultaneously through the use of a latent variable to facilitate bidirectional optimization. Our method can improve response quality without introducing side information (e.g., a pre-trained topic model). The proposed bidirectional response generation method achieves state-of-the-art performance for response quality.

Keywords

Cite

@article{arxiv.2105.00079,
  title  = {Improving Response Quality with Backward Reasoning in Open-domain Dialogue Systems},
  author = {Ziming Li and Julia Kiseleva and Maarten de Rijke},
  journal= {arXiv preprint arXiv:2105.00079},
  year   = {2021}
}

Comments

5 pages, 2 figures, Sigir 2021 short

R2 v1 2026-06-24T01:41:12.733Z