CLAILGMay 4, 2020

A New Data Normalization Method to Improve Dialogue Generation by Minimizing Long Tail Effect

arXiv:2005.01278v1
Originality Incremental advance
AI Analysis

This addresses the issue of repetitive and uninformative responses in dialogue systems for users, though it is incremental as it builds on existing normalization techniques.

The paper tackles the problem of monotonous dialogue generation caused by the Long Tail Phenomenon in linguistics, proposing frequency-based data normalization methods that increase unigram and bigram diversity by 2.6%-12.6% and 2.2%-18.9%, and improve informativeness by 4.0%-7.0% for nouns and 1.4%-12.1% for verbs across three datasets.

Recent neural models have shown significant progress in dialogue generation. Most generation models are based on language models. However, due to the Long Tail Phenomenon in linguistics, the trained models tend to generate words that appear frequently in training datasets, leading to a monotonous issue. To address this issue, we analyze a large corpus from Wikipedia and propose three frequency-based data normalization methods. We conduct extensive experiments based on transformers and three datasets respectively collected from social media, subtitles, and the industrial application. Experimental results demonstrate significant improvements in diversity and informativeness (defined as the numbers of nouns and verbs) of generated responses. More specifically, the unigram and bigram diversity are increased by 2.6%-12.6% and 2.2%-18.9% on the three datasets, respectively. Moreover, the informativeness, i.e. the numbers of nouns and verbs, are increased by 4.0%-7.0% and 1.4%-12.1%, respectively. Additionally, the simplicity and effectiveness enable our methods to be adapted to different generation models without much extra computational cost.

Foundations

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

Your Notes