paper-with-me

Papers

Thinking Before Speaking: A Role-playing Model with Mindset

2024-09-14 · Baohua Zhang, Yongyi Huang, Wenyao Cui, Huaping Zhang

Role-playing is an easy task for Large Language Models (LLMs), as they are skilled at simulating human behaviors. Many current studies have enabled LLMs to generate responses in the tone of a specific role by fine-tuning the models or using specialized prompts. However, it is typically easy to recognize when a role is being played by LLMs. These models tend to perform poorly when confronted with knowledge that the assumed role does not possess, or a question that requires the specific experience or logic of the role to answer. To address this problem and make LLMs act more like real roles, we propose a Thinking Before Speaking (TBS) model in this paper. Unlike other studies, we first extend the data based on the character's real-life scenarios and the historical dialogue, supplementing each pair of dialogue with the character's mindset. Then we add few data points that include elements beyond the role's knowledge, and fine-tune the LLMs. This approach can help LLMs adopt the role's thought process and logic, avoiding responses that fall outside the role's knowledge base. We have also prepared a dataset and evaluation metrics to test these capabilities. Experimental results show that our TBS model can better emulate a role in terms of tone, knowledge, and mindset.

📄 PDF Abstract BibTeX arXiv:2409.13752

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RoleLLM: Benchmarking, Eliciting, and Enhancing Role-Playing Abilities of Large Language Models

2023-10-01 · Zekun Moore Wang, Zhongyuan Peng, Haoran Que, Jiaheng Liu 외

The advent of Large Language Models (LLMs) has paved the way for complex tasks such as role-playing, which enhances user interactions by enabling models to imitate various characters. However, the closed-source nature of…

Benchmarking

Talk Less, Call Right: Enhancing Role-Play LLM Agents with Automatic Prompt Optimization and Role Prompting

2025-08-30 · Saksorn Ruangtanusak, Pittawat Taveekitworachai, Kunat Pipatanakul arxiv

This report investigates approaches for prompting a tool-augmented large language model (LLM) to act as a role-playing dialogue agent in the API track of the Commonsense Persona-grounded Dialogue Challenge (CPDC) 2025. I…

Neeko: Leveraging Dynamic LoRA for Efficient Multi-Character Role-Playing Agent

2024-02-21 · Xiaoyan Yu, Tongxu Luo, Yifan Wei, Fangyu Lei 외

Large Language Models (LLMs) have revolutionized open-domain dialogue agents but encounter challenges in multi-character role-playing (MCRP) scenarios. To address the issue, we present Neeko, an innovative framework desi…

Incremental Learning

HER: Human-like Reasoning and Reinforcement Learning for LLM Role-playing

2026-01-29 · Chengyu Du, Xintao Wang, Aili Chen, Weiyuan Li 외 arxiv

LLM role-playing, i.e., using LLMs to simulate specific personas, has emerged as a key capability in various applications, such as companionship, content creation and digital games. While current models effectively captu…

Reinforcement Learning

PsyPlay: Personality-Infused Role-Playing Conversational Agents

2025-02-06 · Tao Yang, Yuhua Zhu, Xiaojun Quan, Cong Liu 외

The current research on Role-Playing Conversational Agents (RPCAs) with Large Language Models (LLMs) primarily focuses on imitating specific speaking styles and utilizing character backgrounds, neglecting the depiction o…

Dialogue Generation