CLMay 2, 2022

COSPLAY: Concept Set Guided Personalized Dialogue Generation Across Both Party Personas

arXiv:2205.00872v334 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses the issue of inconsistent and self-centered conversations in AI dialogue systems, offering a more balanced approach for applications like chatbots and virtual assistants.

The paper tackles the problem of egocentric dialogue generation by proposing COSPLAY, a model that considers both parties' personas as a team, resulting in less egocentric and higher quality responses, with demonstrated improvements in automatic and human evaluations on the Persona-Chat dataset.

Maintaining a consistent persona is essential for building a human-like conversational model. However, the lack of attention to the partner makes the model more egocentric: they tend to show their persona by all means such as twisting the topic stiffly, pulling the conversation to their own interests regardless, and rambling their persona with little curiosity to the partner. In this work, we propose COSPLAY(COncept Set guided PersonaLized dialogue generation Across both partY personas) that considers both parties as a "team": expressing self-persona while keeping curiosity toward the partner, leading responses around mutual personas, and finding the common ground. Specifically, we first represent self-persona, partner persona and mutual dialogue all in the concept sets. Then, we propose the Concept Set framework with a suite of knowledge-enhanced operations to process them such as set algebras, set expansion, and set distance. Based on these operations as medium, we train the model by utilizing 1) concepts of both party personas, 2) concept relationship between them, and 3) their relationship to the future dialogue. Extensive experiments on a large public dataset, Persona-Chat, demonstrate that our model outperforms state-of-the-art baselines for generating less egocentric, more human-like, and higher quality responses in both automatic and human evaluations.

Code Implementations1 repo
Foundations

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

Your Notes