Profile-LLM optimizes natural-language persona profiles so that an LLM more frequently selects answers associated with a requested Big Five pole. It adapts OPRO: an optimizer LLM receives the best-scoring profiles from previous iterations and produces eight new candidates per step, while a target LLM scores them on TRAIT situational questions. LLaMA-3.1-8B-Instruct plays both roles in the main study. The optimizer runs at temperature 1.2, the target uses greedy decoding, each step selects three training questions and retains three profiles. Openness, Extraversion and Neuroticism run for 25 steps, producing 200 candidates per trait; Conscientiousness and Agreeableness stop after 15 steps, producing 120, because their curves plateau earlier. The abstract twice calls the framework PersonaPulse, while the title and paper use Profile-LLM, with no explanation. The central score does not measure an internal personality. TRAIT supplies four actions per scenario, two labelled as stronger and two as weaker trait expression. The authors also generate one paraphrase per item with LLaMA-3.1-8B. Their paraphrase-sensitive score is the fraction of questions for which both original and paraphrase produce an option labelled with the target pole. This combines trait direction and repeated label selection; it does not test semantic consistency across all answers. The additional consistency ratio is asymmetric, joint successes divided by original-item successes, and the paper does not specify how a zero denominator is handled. Evaluation uses 1,000 Big Five TRAIT questions, described as 200 training and 800 test items, and 120 Machine Personality Inventory statements. On TRAIT with LLaMA-3.1-8B, Profile-LLM scores 0.846 for Openness, 0.921 for Conscientiousness, 0.719 for Extraversion, 0.786 for Agreeableness and 0.870 for Neuroticism, the highest point estimate in every row. But its margin over the strongest static prompt is highly uneven: 0.027, 0.002, 0.040, 0.003 and 0.436, respectively. The average gain is driven largely by Neuroticism; Conscientiousness and Agreeableness are near ties without intervals or repeated optimization runs. On MPI, after averaging 15 question orders, Profile-LLM scores 4.227, 4.656, 4.714, 4.717 and 4.553. It ranks first on Openness and Neuroticism and second on the other three traits; its mean is 4.573 versus 4.464 for P2 and 4.352 for the description prompt. The study itself finds a mean standard deviation of 0.439 when repeating the no-profile self-assessment under different question orders. Averaging reduces sampling variation, but Table 3 gives no method-specific dispersion and therefore does not demonstrate that Profile-LLM is more stable. Transfer is tested on LLaMA-3.2 1B/3B, Gemma 3 1B/4B/12B/27B and Mistral-7B-Instruct-v0.3, comparing the transferred profile with Profile*, newly optimized for each model. Results are heterogeneous. Profile* leads all five traits for Gemma 3 4B, but wins only some rows elsewhere, and simple static prompts match or exceed both Profile variants on several traits for Gemma 12B and 27B. This supports selective usefulness in some mid-sized settings, not an isolated causal effect of model size. Family, architecture, training, checkpoint and reported quantization treatment change together, with no controlled scaling series or statistical model. The naive checks do not resolve the mechanism: a direct instruction lowers all five Gemma 1B scores, which cannot distinguish trait knowledge from instruction following or scoring interaction; for Gemma 27B, adding 'a bit', no modifier or 'very' is clearly progressive for Extraversion, Agreeableness and Neuroticism but not for Openness or Conscientiousness. Claimed degree control comes from training-objective curves averaged over eight candidates and smoothed with a window of eight. The appendix randomly selects one retained profile at three checkpoints and asks GPT-4o for a one-sentence summary. No target level is requested, no monotonicity or calibration statistic is computed, and checkpoints are not validated on an independent scale. The evidence shows that optimization iterations change profiles and scores, not a calibrated fine-grained psychological intensity dial. Reproducibility is incomplete. The underlying TRAIT benchmark is public through pull-ups/TRAIT and mirlab/TRAIT, but this study's exact 200/800 split, paraphrases, three-question schedule, trajectories, final profiles, responses, orders, seeds and table data are not. No official Profile-LLM code or data link appears on arXiv, in the PDF or on the audited author page, and public searches did not find a related repository. Exact checkpoint identifiers, chat templates, environment and cost are also missing. The faithful conclusion is that, in one unreproducible run, prompt optimization raises option-selection scores on TRAIT and MPI and sometimes transfers across models. It does not establish realistic or human personality, superior stability, a parameter-count scaling law, calibrated psychometric control or benefits in conversation, users, education or therapy.
Research question
Can an OPRO-type iterative search optimize persona profiles to increase responses associated with Big Five poles, transfer those profiles between LLMs, and use checkpoints as expression levels?