CLDec 16, 2021

Taming Repetition in Dialogue Generation

arXiv:2112.08657v16 citations
Originality Incremental advance
AI Analysis

This addresses a specific issue in dialogue generation for improving conversational AI, but it is incremental as it builds on existing penalized sampling methods.

The paper tackled the problem of excessive repetition in dialogue generation by designing a context-aware classifier to decide when to apply penalized sampling, resulting in higher quality and more authentic dialogues.

The wave of pre-training language models has been continuously improving the quality of the machine-generated conversations, however, some of the generated responses still suffer from excessive repetition, sometimes repeating words from utterance, sometimes repeating words within self-generated responses, or both. Inappropriate repetition of words can significantly degrade the quality of the generated texts. Penalized sampling is one popular solution, reducing the sampling probability of existing words during inference, however, it is highly vulnerable to the inappropriate setting of the static weight. Setting it too high can yield strange and unrealistic sentences while setting it too low makes the task of suppressing repetition trivial. To remedy the shortcomings of the above methods, we design a context-aware classifier to explicitly decide when to allow repetition and when to employ penalized sampling. Such a classifier can be easily integrated with existing decoding methods, reducing repetitions where appropriate while preserving the diversity of the text. Experimental results demonstrate that our method can generate higher quality and more authentic dialogues.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes