This preprint compares five ways to induce personality-associated responses: continual pretraining, supervised fine-tuning (SFT), PPO-based RLHF, system or user prompts, and PISF, which applies a personality prompt after SFT. It tests Llama-2-Chat-13B, Qwen-Chat-7B and ChatGLM2-6B; a preliminary prompt analysis adds other Llama and Qwen sizes. Evaluation uses 200 English forced-choice items, 50 per MBTI dichotomy, presented through five prompt variants. A Falcon-7B-Instruct classifier converts free-form outputs into 1-5 scores. The study measures the increase in target-trait proportion, the percentage of traits crossing 50%, changes in non-target traits and, for four-letter types, whether all four traits are induced together. On average, the paper orders immediate efficacy as Prompt > SFT > RLHF > continual pretraining, although SFT often achieves a higher success rate. Prompts are more vulnerable to an opposite-personality instruction, while combining SFT and prompting produces some of the strongest figures. For example, user-prompt PISF on Qwen reports TIE 24.89, ISR 100, PIE 18.10 and PISR 100. However, PISF does not dominate every reverse-prompt comparison, and methods are not matched for data, compute or objective. The experiment demonstrates control of MBTI-questionnaire responses, not an internal or stable personality. The same trait concepts and descriptions recur in data generation, training, prompts and evaluation, and GPT-3.5 generates much of the SFT/RLHF material. There are no behavioral tasks, capability or safety checks, confidence intervals, significance tests or seed replications. The artifact audit confirms that the public evaluation set has 125 files and 25,000 rows, but every file repeats the same ordered 200 items. The extractor is validated by a random split of 4,194 repeated responses over those same 200 indices, with no independent test set. Repository code compiles syntactically, but 83 scripts contain 554 private absolute paths; trained checkpoints, raw generations and the complete analysis are missing. The study therefore provides useful evidence that prompting and tuning can shift response style under this instrument, but its tables are not reproducible end to end and it does not support strong psychological claims.
Research question
What efficacy, side effects, and resistance to an opposite personality instruction do continuous pretraining, SFT, RLHF, prompting, and the PISF combination have for shifting LLM responses toward target MBTI traits or types?