paper-with-me

Papers

Diversifying Task-oriented Dialogue Response Generation with Prototype Guided Paraphrasing

2020-08-07 · Phillip Lippe, Pengjie Ren, Hinda Haned, Bart Voorn, Maarten de Rijke

Existing methods for Dialogue Response Generation (DRG) in Task-oriented Dialogue Systems (TDSs) can be grouped into two categories: template-based and corpus-based. The former prepare a collection of response templates in advance and fill the slots with system actions to produce system responses at runtime. The latter generate system responses token by token by taking system actions into account. While template-based DRG provides high precision and highly predictable responses, they usually lack in terms of generating diverse and natural responses when compared to (neural) corpus-based approaches. Conversely, while corpus-based DRG methods are able to generate natural responses, we cannot guarantee their precision or predictability. Moreover, the diversity of responses produced by today's corpus-based DRG methods is still limited. We propose to combine the merits of template-based and corpus-based DRGs by introducing a prototype-based, paraphrasing neural network, called P2-Net, which aims to enhance quality of the responses in terms of both precision and diversity. Instead of generating a response from scratch, P2-Net generates system responses by paraphrasing template-based responses. To guarantee the precision of responses, P2-Net learns to separate a response into its semantics, context influence, and paraphrasing noise, and to keep the semantics unchanged during paraphrasing. To introduce diversity, P2-Net randomly samples previous conversational utterances as prototypes, from which the model can then extract speaking style information. We conduct extensive experiments on the MultiWOZ dataset with both automatic and human evaluations. The results show that P2-Net achieves a significant improvement in diversity while preserving the semantics of responses.

📄 PDF Abstract BibTeX arXiv:2008.03391

Code (1)

phlippe/P2_Net 공식 구현 pytorch

Tasks

DiversityResponse GenerationTask-Oriented Dialogue Systems

Similar Papers 제목 키워드 기반

DivTOD: Unleashing the Power of LLMs for Diversifying Task-Oriented Dialogue Representations

2024-03-31 · Weihao Zeng, Dayuan Fu, Keqing He, Yejie Wang 외

Language models pre-trained on general text have achieved impressive results in diverse fields. Yet, the distinct linguistic characteristics of task-oriented dialogues (TOD) compared to general text limit the practical u…

Diversity

Relevance of Unsupervised Metrics in Task-Oriented Dialogue for Evaluating Natural Language Generation

2017-06-29 · ICLR 2018 1 · Shikhar Sharma, Layla El Asri, Hannes Schulz, Jeremie Zumer

Automated metrics such as BLEU are widely used in the machine translation literature. They have also been used recently in the dialogue community for evaluating dialogue response generation. However, previous work in dia…

Dialogue GenerationDiversityMachine TranslationResponse Generation+3

Topic-Aware Response Generation in Task-Oriented Dialogue with Unstructured Knowledge Access

2022-12-10 · Yue Feng, Gerasimos Lampouras, Ignacio Iacobacci

To alleviate the problem of structured databases' limited coverage, recent task-oriented dialogue systems incorporate external unstructured knowledge to guide the generation of system responses. However, these usually us…

Response GenerationSentenceTask-Oriented Dialogue Systems

Explicit State Tracking with Semi-Supervision for Neural Dialogue Generation

2018-08-31 · Xisen Jin, Wenqiang Lei, Zhaochun Ren, Hongshen Chen 외

The task of dialogue generation aims to automatically provide responses given previous utterances. Tracking dialogue states is an important ingredient in dialogue generation for estimating users' intention. However, the …

DecoderDialogue GenerationDialogue State Tracking

Topic-Aware Response Generation in Task-Oriented Dialogue with Unstructured Knowledge Access

2021-11-16 · ACL ARR November 2021 11 · Anonymous

To alleviate the problem of structured databases' limited coverage, recent task-oriented dialogue systems incorporate external unstructured knowledge to guide the generation of system responses. However, these usually us…

Response GenerationSentenceTask-Oriented Dialogue Systems