CLSep 15, 2020

Dialogue Response Ranking Training with Large-Scale Human Feedback Data

arXiv:2009.06978v11013 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of making conversational AI more engaging for users, though it is incremental as it builds on existing GPT-2 models and feedback data.

The authors tackled the problem of training dialogue models to predict engaging responses by using large-scale social media feedback data, resulting in DialogRPT models that significantly outperform baselines in predicting Reddit feedback and better correlate with human preferences.

Existing open-domain dialog models are generally trained to minimize the perplexity of target human responses. However, some human replies are more engaging than others, spawning more followup interactions. Current conversational models are increasingly capable of producing turns that are context-relevant, but in order to produce compelling agents, these models need to be able to predict and optimize for turns that are genuinely engaging. We leverage social media feedback data (number of replies and upvotes) to build a large-scale training dataset for feedback prediction. To alleviate possible distortion between the feedback and engagingness, we convert the ranking problem to a comparison of response pairs which involve few confounding factors. We trained DialogRPT, a set of GPT-2 based models on 133M pairs of human feedback data and the resulting ranker outperformed several baselines. Particularly, our ranker outperforms the conventional dialog perplexity baseline with a large margin on predicting Reddit feedback. We finally combine the feedback prediction models and a human-like scoring model to rank the machine-generated dialog responses. Crowd-sourced human evaluation shows that our ranking method correlates better with real human preferences than baseline models.

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