CLAISep 15, 2025

RAGs to Riches: RAG-like Few-shot Learning for Large Language Model Role-playing

arXiv:2509.12168v11 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses the need for robust and human-aligned LLM role-playing in domains like healthcare and education, though it is an incremental improvement over existing few-shot learning methods.

The paper tackled the problem of large language models breaking character during role-playing in high-stakes domains by proposing a new prompting framework inspired by Retrieval-Augmented Generation, which increased token usage from reference demonstrations by 35% and improved authenticity across 453 interactions.

Role-playing Large language models (LLMs) are increasingly deployed in high-stakes domains such as healthcare, education, and governance, where failures can directly impact user trust and well-being. A cost effective paradigm for LLM role-playing is few-shot learning, but existing approaches often cause models to break character in unexpected and potentially harmful ways, especially when interacting with hostile users. Inspired by Retrieval-Augmented Generation (RAG), we reformulate LLM role-playing into a text retrieval problem and propose a new prompting framework called RAGs-to-Riches, which leverages curated reference demonstrations to condition LLM responses. We evaluate our framework with LLM-as-a-judge preference voting and introduce two novel token-level ROUGE metrics: Intersection over Output (IOO) to quantity how much an LLM improvises and Intersection over References (IOR) to measure few-shot demonstrations utilization rate during the evaluation tasks. When simulating interactions with a hostile user, our prompting strategy incorporates in its responses during inference an average of 35% more tokens from the reference demonstrations. As a result, across 453 role-playing interactions, our models are consistently judged as being more authentic, and remain in-character more often than zero-shot and in-context Learning (ICL) methods. Our method presents a scalable strategy for building robust, human-aligned LLM role-playing frameworks.

Foundations

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

Your Notes