Polite Dialogue Generation Without Parallel Data
Tong Niu, Mohit Bansal

TL;DR
This paper introduces three weakly-supervised models for generating polite dialogue responses without needing parallel datasets, achieving high politeness levels while maintaining dialogue relevance through innovative training techniques.
Contribution
The paper presents three novel weakly-supervised models—Fusion, LFT, and Polite-RL—for stylistic dialogue generation that do not require parallel data, advancing politeness control in conversational agents.
Findings
LFT and Polite-RL produce more polite responses without losing relevance.
Fusion and retrieval models achieve politeness but with less relevance.
Human evaluation confirms effectiveness of proposed models in politeness control.
Abstract
Stylistic dialogue response generation, with valuable applications in personality-based conversational agents, is a challenging task because the response needs to be fluent, contextually-relevant, as well as paralinguistically accurate. Moreover, parallel datasets for regular-to-stylistic pairs are usually unavailable. We present three weakly-supervised models that can generate diverse polite (or rude) dialogue responses without parallel data. Our late fusion model (Fusion) merges the decoder of an encoder-attention-decoder dialogue model with a language model trained on stand-alone polite utterances. Our label-fine-tuning (LFT) model prepends to each source sequence a politeness-score scaled label (predicted by our state-of-the-art politeness classifier) during training, and at test time is able to generate polite, neutral, and rude responses by simply scaling the label embedding by…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech and dialogue systems
