The paper studies interpolative decoding: rather than authoring a separate prompt for every trait level, it defines two endpoint prompts and combines their token distributions with a scalar lambda. It tests two variants. Mixture decoding averages the distributions with lambda in [0,1], while contrastive decoding anchors one endpoint and amplifies its difference from the other. The clearest evidence concerns output control, not human personality. In the Big Five study, three of each trait's six facets supply 12 few-shot examples and the remaining three supply 12 assessment items. Random answers to the examples define the target score, and all 20 facet partitions are evaluated. The table reports correlations of 0.69 for openness, 0.83 for conscientiousness, 0.83 for extraversion, 0.70 for agreeableness and 0.73 for neuroticism. However, its caption calls them Spearman correlations between answers and target levels, whereas the text says Pearson correlation between lambda and trait score; the statistic and unit are not consistently described. Mixture decoding also switches almost discontinuously near lambda 0.5, while contrastive decoding changes more gradually. This shows that questionnaire output can be steered with related descriptions and examples; it does not validate an internal psychological trait. The second study uses a dictator game. It interpolates HEXACO honesty-humility, agreeableness and emotionality from -30 to 30 while permuting four prompt sentences. Coworker payout correlates 0.74/0.78 with honesty-humility, 0.49/0.56 with agreeableness and -0.03/-0.08 with emotionality in Pearson/Spearman terms. The qualitative ordering resembles the selected human literature, but no matched human sample is collected or reanalyzed, and no equivalence test, interval or significance result is given. In Pandemic, twelve conflicting social/tactical recommendation pairs are tested at eight lambdas, 96 described decisions. Following the co-player falls with lambda, Pearson -0.82 and Spearman -0.94, and author-inspected lexical counts move in corresponding directions. The human-twinning experiment is far narrower than the label suggests. It observes one person over five games and 25 Pandemic turns. An external planner first proposes only the top three or five move sets; Gemma 3 4B and 12B re-rank them through A/B comparisons in both orders. The authors acknowledge that order changes the result in nearly 50% of cases. Four mixture lambdas, four contrastive lambdas and a baseline are compared by perplexity on those same 25 turns, with no train/test separation or second person. Interpolation slightly lowers perplexity in three of four reported groups: 3.92 versus 3.95 for Gemma 12B top-3; 4.84 versus 5.00 for 12B top-5; and 4.93 versus 5.31 for Gemma 4B top-5. For Gemma 4B top-3, the baseline wins at 3.67 versus the best shown interpolation value of 3.97. Human-action coverage does not change with decoder: the planner misses an average 1.00 moves for top-3 and 0.80 for top-5. The table shows only configurations described as most significantly different from baseline, but no test, p-value, correction or complete grid is published. This is in-sample distribution fitting over planner-covered actions, not prospective individual prediction. A final MLP uses 1,294 synthetic responses for training and 214 for validation to recover lambda; MSE is 2.96, 2.19 and 1.28 by trait. Recovering a generation setting from the same LLM's text does not estimate a human trait. Reproducibility is very low. Outside the twinning subsection, the paper does not identify the LLM; temperature, top-p, seeds, versions and raw results are absent. The contrastive formula is written over probabilities rather than logits or log probabilities, and without code its actual implementation cannot be checked. The official BSD-3 repository at commit 42cfaf8 contains only a README, license and three images; none of its seven commits ever contained code or data, despite the paper saying they will be released there. The 25 human turns, consent, demographics, expertise, ethics review and privacy policy are also absent. The faithful conclusion is that lambda controls several textual regularities and decisions under the tested prompts. A human psychological continuum, formal replication and a twin that predicts new people or unseen turns are not established.
Research question
Can the token-by-token combination of two extreme prompts continuously control traits and decisions of an LLM and, by inverting that search, approximate the actions of a specific person?