paper-with-me

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 sample using hard labels, we propose to promote the generation diversity of the neural dialogue models via soft embedding augmentation along with soft labels in this paper. Particularly, we select some key input tokens and fuse their embeddings together with embeddings from their semantic-neighbor tokens. The new embeddings serve as the input of the model to replace the original one. Besides, soft labels are used in loss calculation, resulting in multi-target supervision for a given input. Our experimental results on two datasets illustrate that our proposed method is capable of generating more diverse responses than raw models while remains a similar n-gram accuracy that ensures the quality of generated responses.

📄 PDF Abstract BibTeX arXiv:2103.01534

Code (1)

caoyu-noob/embedding_augmentation 공식 구현 pytorch

Tasks

Dialogue GenerationDiversity

Similar Papers 제목 키워드 기반

Unsupervised Question Answering via Answer Diversifying

2022-08-23 · COLING 2022 10 · Yuxiang Nie, Heyan Huang, Zewen Chi, Xian-Ling Mao

Unsupervised question answering is an attractive task due to its independence on labeled data. Previous works usually make use of heuristic rules as well as pre-trained models to construct data and train QA models. Howev…

Data AugmentationDenoisingDiversityFew-Shot Learning+3

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

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 appro…

DecoderDialogue GenerationDiversity

Controllable User Dialogue Act Augmentation for Dialogue State Tracking

2022-07-26 · SIGDIAL (ACL) 2022 9 · Chun-Mao Lai, Ming-Hao Hsu, Chao-Wei Huang, Yun-Nung Chen

Prior work has demonstrated that data augmentation is useful for improving dialogue state tracking. However, there are many types of user utterances, while the prior method only considered the simplest one for augmentati…

Data AugmentationDialogue State Tracking

Controllable and Diverse Data Augmentation with Large Language Model for Low-Resource Open-Domain Dialogue Generation

2024-03-30 · Zhenhua Liu, Tong Zhu, Jianxiang Xiang, Wenliang Chen

Data augmentation (DA) is crucial to mitigate model training instability and over-fitting problems in low-resource open-domain dialogue generation. However, traditional DA methods often neglect semantic data diversity, r…

Data AugmentationDialogue GenerationDiversityLanguage Modeling+2