paper-with-me

Papers

Diversifying Dialog Generation via Adaptive Label Smoothing

2021-05-30 · ACL 2021 5 · Yida Wang, Yinhe Zheng, Yong Jiang, Minlie Huang

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.

📄 PDF Abstract BibTeX arXiv:2105.14556

Code (1)

lemon234071/AdaLabel 공식 구현 pytorch

Tasks

DecoderDialogue GenerationDiversity

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Towards Efficiently Diversifying Dialogue Generation via Embedding Augmentation

2021-03-02 · Yu Cao, Liang Ding, Zhiliang Tian, Meng Fang

Dialogue generation models face the challenge of producing generic and repetitive responses. Unlike previous augmentation methods that mostly focus on token manipulation and ignore the essential variety within a single s…

Dialogue GenerationDiversity

Similarity Based Label Smoothing For Dialogue Generation

2021-07-23 · Sougata Saha, Souvik Das, Rohini Srihari

Generative neural conversational systems are generally trained with the objective of minimizing the entropy loss between the training "hard" targets and the predicted logits. Often, performance gains and improved general…

Dialogue GenerationWord Similarity

Smoothing Dialogue States for Open Conversational Machine Reading

2021-08-28 · EMNLP 2021 11 · Zhuosheng Zhang, Siru Ouyang, Hai Zhao, Masao Utiyama 외

Conversational machine reading (CMR) requires machines to communicate with humans through multi-turn interactions between two salient dialogue states of decision making and question generation processes. In open CMR sett…

Decision MakingDecoderQuestion GenerationQuestion-Generation+1

Diversifying Dialogue Generation with Non-Conversational Text

2020-05-09 · ACL 2020 6 · Hui Su, Xiaoyu Shen, Sanqiang Zhao, Xiao Zhou 외

Neural network-based sequence-to-sequence (seq2seq) models strongly suffer from the low-diversity problem when it comes to open-domain dialogue generation. As bland and generic utterances usually dominate the frequency d…

Dialogue GenerationDiversityTranslation

Generating Repetitions with Appropriate Repeated Words

2022-07-03 · NAACL 2022 7 · Toshiki Kawamoto, Hidetaka Kamigaito, Kotaro Funakoshi, Manabu Okumura

A repetition is a response that repeats words in the previous speaker's utterance in a dialogue. Repetitions are essential in communication to build trust with others, as investigated in linguistic studies. In this work,…

Language ModelingLanguage Modelling