Accepted as an ICLR 2026 Poster, the paper proposes Persona Dynamic Decoding (PDD), a training-free method intended to strengthen, during decoding, the character-profile attributes that appear most relevant to the current context. Its PIE module first generates a response with the full profile and scores each attribute through the probability ratio of that same response with and without the attribute. PIA then computes probability-ratio rewards for the highest-ranked attributes, combines them using PIE weights and aims to reweight the next-token distribution under a KL penalty. The main configuration keeps two attributes, uses beta=1 and requires roughly three model distributions per token in addition to the initial importance computation.
Experiments use Qwen2.5-7B-Instruct and LLaMA-3-8B-Instruct on CharacterEval, BeyondDialogue and PERSONALITYBENCH, with additional Qwen2.5 3B and 14B tests. GPT-4o performs pairwise comparisons; CharacterRM scores five role-playing dimensions; and several LLMs plus five researchers judge five author-defined importance criteria. PDD has the highest open-model CharacterRM average: 2.85 versus 2.83 for the strongest baseline on Qwen and 2.81 versus 2.75 on LLaMA. It averages 4.57 on PERSONALITYBENCH for both models. It does not, however, lead every dimension as the text claims: another baseline is higher on four of five Qwen traits and on LLaMA extraversion and neuroticism. Pairwise comparisons usually show more wins than losses, but several win rates remain below 50%. In rebuttal, dynamic prompting scores 2.76 versus 2.85 for PDD; one reviewer maintained the rating because the 0.09 gain did not clearly justify the extra compute.
The defensible contribution is a contextual steering strategy that can increase explicit profile expression under the selected evaluators. Its theoretical and application claims need substantial qualification. Replacing an entropy with the log probability of one self-generated response does not establish a conditional-mutual-information estimator, and the proxy is circular: a response already conditioned on the profile determines which profile components are reinforced. More seriously, the published policy equations write the reward as a function of the history rather than the candidate token; as written, the exponential factor cancels and the policy remains the base model. First-token behavior, a zero reward norm and negative importance scores are also undefined, and no code exists to resolve the ambiguity. Statistical details, human-evaluation reliability, model snapshots, processed data and outputs are missing. Evidence is primarily from fictional characters and explicit Big Five prompts rather than social outcomes or human populations. One highlighted case even rewards a 13-year-old murderer persona for proposing to make people disappear without a trace, showing that stronger adherence can also amplify unsafe behavior.