paper-with-me

Papers

Building Persona Consistent Dialogue Agents with Offline Reinforcement Learning

2023-10-16 · Ryan Shea, Zhou Yu

Maintaining a consistent persona is a key quality for any open domain dialogue system. Current state-of-the-art systems do this by training agents with supervised learning or online reinforcement learning (RL). However, systems trained with supervised learning often lack consistency as they are never punished for uttering contradictions. Additional training with RL can alleviate some of these issues, however the training process is expensive. Instead, we propose an offline RL framework to improve the persona consistency of dialogue systems. Our framework allows us to combine the advantages of previous methods as we can inexpensively train our model on existing data as in supervised learning, while punishing and rewarding specific utterances as in RL. We also introduce a simple importance sampling method to reduce the variance of importance weights in offline RL training which we call Variance-Reducing MLE-Initialized (VaRMI) importance sampling. Our automatic and human evaluations show that our framework improves both the persona consistency and dialogue quality of a state-of-the-art social chatbot.

📄 PDF Abstract BibTeX arXiv:2310.10735

Code (1)

ryanshea10/personachat_offline_rl 공식 구현 pytorch

Tasks

ChatbotOffline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Teaching Language Models to Evolve with Users: Dynamic Profile Modeling for Personalized Alignment

2025-05-21 · Weixiang Zhao, Xingyu Sui, Yulin Hu, Jiahe Guo 외

Personalized alignment is essential for enabling large language models (LLMs) to engage effectively in user-centric dialogue. While recent prompt-based and offline optimization methods offer preliminary solutions, they f…

PersonaPKT: Building Personalized Dialogue Agents via Parameter-efficient Knowledge Transfer

2023-06-13 · Xu Han, Bin Guo, Yoon Jung, Benjamin Yao 외

Personalized dialogue agents (DAs) powered by large pre-trained language models (PLMs) often rely on explicit persona descriptions to maintain personality consistency. However, such descriptions may not always be availab…

Response GenerationTransfer Learning

Consistent Dialogue Generation with Self-supervised Feature Learning

2019-03-13 · Yizhe Zhang, Xiang Gao, Sungjin Lee, Chris Brockett 외

Generating responses that are consistent with the dialogue context is one of the central challenges in building engaging conversational agents. We demonstrate that neural conversation models can be geared towards generat…

Dialogue GenerationResponse Generation

Scaling Personality Control in LLMs with Big Five Scaler Prompts

2025-08-08 · Gunhee Cho, Yun-Gyung Cheong arxiv

We present Big5-Scaler, a prompt-based framework for conditioning large language models (LLMs) with controllable Big Five personality traits. By embedding numeric trait values into natural language prompts, our method en…

Dialogue Generation

ALSO: Adversarial Online Strategy Optimization for Social Agents

2026-05-15 · Xiang Li, Liping Yi, Mingze Kong, Min Zhang 외 arxiv

Social simulation provides a compelling testbed for studying social intelligence, where agents interact through multi-turn dialogues under evolving contexts and strategically adapting opponents. Such environments are inh…

Reinforcement Learning