CLAIMay 14, 2019

Improving Neural Conversational Models with Entropy-Based Data Filtering

arXiv:1905.05471v31116 citations
Originality Incremental advance
AI Analysis

This work addresses the issue of low response diversity in chatbots for open-domain conversations, though it is incremental as it builds on existing data filtering approaches.

The paper tackled the problem of neural conversational models generating boring responses by filtering training data to remove generic utterances using an unsupervised entropy-based method, resulting in improved conversational quality and more diverse responses across 17 evaluation metrics.

Current neural network-based conversational models lack diversity and generate boring responses to open-ended utterances. Priors such as persona, emotion, or topic provide additional information to dialog models to aid response generation, but annotating a dataset with priors is expensive and such annotations are rarely available. While previous methods for improving the quality of open-domain response generation focused on either the underlying model or the training objective, we present a method of filtering dialog datasets by removing generic utterances from training data using a simple entropy-based approach that does not require human supervision. We conduct extensive experiments with different variations of our method, and compare dialog models across 17 evaluation metrics to show that training on datasets filtered this way results in better conversational quality as chatbots learn to output more diverse responses.

Code Implementations2 repos
Foundations

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

Your Notes