paper-with-me

Papers

Memory-Driven Role-Playing: Evaluation and Enhancement of Persona Knowledge Utilization in LLMs

2026-03-14 · Kai Wang, Haoyang You, Yang Zhang, Zhongjie Wang arxiv

A core challenge for faithful LLM role-playing is sustaining consistent characterization throughout long, open-ended dialogues, as models frequently fail to recall and accurately apply their designated persona knowledge without explicit cues. To tackle this, we propose the Memory-Driven Role-Playing paradigm. Inspired by Stanislavski's "emotional memory" acting theory, this paradigm frames persona knowledge as the LLM's internal memory store, requiring retrieval and application based solely on dialogue context, thereby providing a rigorous test of depth and autonomous use of knowledge. Centered on this paradigm, we contribute: (1) MREval, a fine-grained evaluation framework assessing four memory-driven abilities - Anchoring, Recalling, Bounding, and Enacting; (2) MRPrompt, a prompting architecture that guides structured memory retrieval and response generation; and (3) MRBench, a bilingual (Chinese/English) benchmark for fine-grained diagnosis. The novel paradigm provides a comprehensive diagnostic for four-staged role-playing abilities across 12 LLMs. Crucially, experiments show that MRPrompt allows small models (e.g., Qwen3-8B) to match the performance of much larger closed-source LLMs (e.g., Qwen3-Max and GLM-4.7), and confirms that upstream memory gains directly enhance downstream response quality, validating the staged theoretical foundation.

📄 PDF Abstract BibTeX arXiv:2603.19313

Code (0)

등록된 구현이 없습니다.

Tasks

Response Generation

Similar Papers 제목 키워드 기반

Role-Playing Agents Driven by Large Language Models: Current Status, Challenges, and Future Trends

2026-01-15 · Ye Wang, Jiaxing Chen, Hongjiang Xiao arxiv

In recent years, with the rapid advancement of large language models (LLMs), role-playing language agents (RPLAs) have emerged as a prominent research focus at the intersection of natural language processing (NLP) and hu…

From Facts to Insights: A Persona-Driven Dual Memory Framework and Dataset for Role-Playing Agents

2026-05-25 · Rongsheng Zhang, Ruofan Hu, Weijie Chen, Jiji Tang 외 arxiv

While role-playing agents excel in short-term interactions, long-term conversations overwhelm context windows, motivating external memory frameworks. Current systems typically rely on persona-agnostic summarization, whic…

Reinforcement Learning

PersonaArena: Dynamic Simulation for Evaluating and Enhancing Persona-Level Role-Playing in Large Language Models

2026-05-16 · Wenlong Shi, Jianxun Lian, Mingqi Wu, Haiming Qin 외 arxiv

Large language models (LLMs) increasingly serve as interactive social agents, yet their ability to maintain coherent and authentic persona-level role-playing remains limited, particularly in realistic social scenarios. E…

Identity-Driven Hierarchical Role-Playing Agents

2024-07-28 · Libo Sun, Siyuan Wang, Xuanjing Huang, Zhongyu Wei

Utilizing large language models (LLMs) to achieve role-playing has gained great attention recently. The primary implementation methods include leveraging refined prompts and fine-tuning on role-specific datasets. However…

Emotional RAG: Enhancing Role-Playing Agents through Emotional Retrieval

2024-10-30 · Le Huang, Hengzhi Lan, Zijun Sun, Chuan Shi 외

As LLMs exhibit a high degree of human-like capability, increasing attention has been paid to role-playing research areas in which responses generated by LLMs are expected to mimic human replies. This has promoted the ex…

RAGResponse GenerationRetrievalRetrieval-augmented Generation+2