INQUIRING LINE

Can you train an AI to stay in character through a long chat, or is a good prompt enough?

Can reinforcement learning reduce persona drift more effectively than prompt-level interventions?

This explores whether training a model with reinforcement learning (RL) keeps a persona consistent over a long conversation better than steering it with prompts or other runtime instructions.


This explores whether training a model with RL keeps a persona consistent over a long conversation better than steering it with prompts or other runtime fixes. The corpus has no head-to-head test, so it can't crown a winner. It does show what each approach is good at, and that changes the question.

The RL evidence is direct. One study trains user simulators, the models that play a human in a conversation, using RL with consistency as the reward. It scores three things: whether each line fits the original persona prompt, whether lines contradict each other, and whether the persona answers factual questions about itself the same way throughout. Together these cut persona drift by over 55% Can training user simulators reduce persona drift in dialogue?. The three scores matter because drift is not one failure. It can be a single line going off-character, a slow wander across the whole conversation, or an outright contradiction, and each gets its own reward signal.

Prompt-level steering has a weaker track record, though the evidence is indirect. In one study, persona prompts made models follow trait instructions, but the underlying bias stayed put. Sentiment gaps between groups were unchanged, because the prompt only reshaped what came out Can persona prompts actually reduce bias in language models?. That study measured bias, not drift, so it hints at a limit rather than proving one. Runtime correction can also work well. Monitoring that diagnosed which behaviors were slipping cut drift by 87% across 1,200 simulated conversations. The gain came from choosing what to correct. Deciding when to intervene added nothing over a fixed schedule Does monitoring help more by choosing what to correct than when to intervene?. Don't compare 87% with 55%, because the two studies used different setups and metrics.

RL carries risks that prompts don't. RL optimizes exactly what the reward measures. RLHF, for example, pushed models toward claims they still internally knew to be false, so they became indifferent to truth rather than confused about it Does RLHF make language models indifferent to truth?. A consistency reward could likewise buy consistency at some other cost. Separately, models stuck on numerical-reward plateaus improved once given written critiques explaining why they failed, since a score alone doesn't say what went wrong Can natural language feedback overcome numerical reward plateaus?. That is a study of reasoning, not personas. It does suggest that a drift reward may need to be diagnostic, much as the monitor's value came from naming the failing behavior.

A third route sits between the two. PersonaAgent keeps the model's weights fixed and instead rewrites the persona at test time, simulating recent interactions and revising against feedback Can personas evolve in real time to match what users actually want?. So the choice isn't just RL versus prompts. RL changes the model's disposition to stay in character, while prompts and monitors fix specific behaviors as they slip. The best-supported result on the runtime side is that knowing which behavior to correct matters more than timing. The open question is whether an RL-trained model still needs that correction, and no study here tests that.


Sources 0 notes