PICLe studies how to make a model answer binary yes/no questions in accordance with a target 'persona.' Here, persona is not equivalent to psychometric personality: the 99 personas in Anthropic's model-written-evals collection include traits such as narcissism and extraversion, but also political and religious beliefs, preferences, instrumental goals, and dangerous tendencies such as deception, power acquisition, or escaping a sandbox. Each persona supplies 1,000 balanced examples, split into 700 for training and 300 for testing. The method trains a persona-specific auxiliary LoRA adapter on the 700 statements, scores every candidate example by the difference between its log-likelihood under the adapted and base models, selects the three largest likelihood ratios, and prepends those labeled demonstrations to a query sent to the base model. In the main protocol, PICLe raises mean label consistency from 65.5 to 88.1 for Llama 2 7B Chat, from 50.1 to 78.6 for Vicuna 7B, and to 67.0 for GPT-J 6B, outperforming baselines without privileged label filtering. When selection is allowed to use only positive examples, however, random sampling reaches 91.5 and similarity 92.4, both above standard PICLe; PICLe+ reaches 93.1 under that additional protocol. The defensible conclusion is that a likelihood ratio from an auxiliary adapter can select demonstrations that induce label-consistent binary answers on this synthetic benchmark. It does not establish a stable, human-like, or internal personality. The evaluation contains no people, free-form text, conversational persistence, other languages, or deployment tests. Reproducibility is also partial: the repository supplies code and an environment, but no license, tests, CI, results, adapters, or portable paths. The audit additionally finds potential discrepancies in manual LoRA merging, an auxiliary function that unpacks the wrong number of model outputs, and an incorrect valid-ratio calculation for Degree of Alteration. These observations limit confidence in exact reproduction from the published artifact, although they do not by themselves invalidate the paper's tables.
Research question
Can a likelihood ratio between an auxiliary model fitted to a person and the base model select in-context learning examples that make several LLMs respond more consistently with that person's behavioral label than prompting or existing selection criteria?