English

Diversifying Dialog Generation via Adaptive Label Smoothing

Computation and Language 2021-06-01 v1 Artificial Intelligence

Abstract

Neural dialogue generation models trained with the one-hot target distribution suffer from the over-confidence issue, which leads to poor generation diversity as widely reported in the literature. Although existing approaches such as label smoothing can alleviate this issue, they fail to adapt to diverse dialog contexts. In this paper, we propose an Adaptive Label Smoothing (AdaLabel) approach that can adaptively estimate a target label distribution at each time step for different contexts. The maximum probability in the predicted distribution is used to modify the soft target distribution produced by a novel light-weight bi-directional decoder module. The resulting target distribution is aware of both previous and future contexts and is adjusted to avoid over-training the dialogue model. Our model can be trained in an end-to-end manner. Extensive experiments on two benchmark datasets show that our approach outperforms various competitive baselines in producing diverse responses.

Keywords

Cite

@article{arxiv.2105.14556,
  title  = {Diversifying Dialog Generation via Adaptive Label Smoothing},
  author = {Yida Wang and Yinhe Zheng and Yong Jiang and Minlie Huang},
  journal= {arXiv preprint arXiv:2105.14556},
  year   = {2021}
}

Comments

ACL2021 Main Track (Long Paper), Code Available in https://github.com/lemon234071/AdaLabel

R2 v1 2026-06-24T02:38:02.240Z