# Personalized Dialogue Generation with Diversified Traits

**Authors:** Yinhe Zheng, Guanyi Chen, Minlie Huang, Song Liu, Xuan Zhu

arXiv: 1901.09672 · 2020-01-03

## TL;DR

This paper introduces a large-scale dataset and models for personalized dialogue generation that incorporate explicit personality traits, aiming to produce more human-like conversations.

## Contribution

It constructs the PersonalDialog dataset with 20.83M sessions and 56.25M utterances, and proposes persona-aware models using trait fusion, attention, and bias mechanisms.

## Key findings

- Models effectively incorporate personality traits into dialogues.
- The dataset enables research on personalized and sociolinguistic dialogue generation.
- Case studies show improved trait consistency in generated responses.

## Abstract

Endowing a dialogue system with particular personality traits is essential to deliver more human-like conversations. However, due to the challenge of embodying personality via language expression and the lack of large-scale persona-labeled dialogue data, this research problem is still far from well-studied. In this paper, we investigate the problem of incorporating explicit personality traits in dialogue generation to deliver personalized dialogues.   To this end, firstly, we construct PersonalDialog, a large-scale multi-turn dialogue dataset containing various traits from a large number of speakers. The dataset consists of 20.83M sessions and 56.25M utterances from 8.47M speakers. Each utterance is associated with a speaker who is marked with traits like Age, Gender, Location, Interest Tags, etc. Several anonymization schemes are designed to protect the privacy of each speaker. This large-scale dataset will facilitate not only the study of personalized dialogue generation, but also other researches on sociolinguistics or social science.   Secondly, to study how personality traits can be captured and addressed in dialogue generation, we propose persona-aware dialogue generation models within the sequence to sequence learning framework. Explicit personality traits (structured by key-value pairs) are embedded using a trait fusion module. During the decoding process, two techniques, namely persona-aware attention and persona-aware bias, are devised to capture and address trait-related information. Experiments demonstrate that our model is able to address proper traits in different contexts. Case studies also show interesting results for this challenging research problem.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.09672/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1901.09672/full.md

## References

50 references — full list in the complete paper: https://tomesphere.com/paper/1901.09672/full.md

---
Source: https://tomesphere.com/paper/1901.09672