This paper studies whether four small LLMs retain prompt-assigned Big Five profiles across 20 narrative exchanges and whether quantization changes that stability. Each of the 32 binary trait combinations is paired with its opposite. LLaMA3 8B Instruct, Mistral 7B Instruct v0.3, Gemma 7B Instruct v1.1, and Gemma2 9B Instruct are run through Ollama in FP16, GGUF Q8_0, and Q4_0; every pair and condition is repeated 15 times. At each turn, agents collaborate on a story, repeat a 44-item BFI self-report, and produce narratives analyzed with LIWC and nomic-embed-text-v1 embeddings. Think2 merely adds to the narrative prompt: “Before writing the story, think twice what is your personality.” The plots show that opposite Gemma2 and LLaMA3 profiles tend to converge under the baseline and remain more separated with Think2; the authors recommend Gemma2+Think2 at Q4_0 and LLaMA3+Think2 at Q8_0. The effect is not uniform: Mistral loses much of its initial relationship under both methods, while Gemma 7B falls close to zero on the global metric at every precision. The claim that quantization invariably degrades personality is also not causally isolated: FP16 drifts too, LLaMA3 Q8_0 is relatively stable, and Think2 improves FP16 as well, supporting a generic persona reminder more directly than a quantization-specific correction. The metric called global correlation is not an ordinary Pearson coefficient: it concatenates pairs, sums the magnitudes of positive and negative correlations between five OCEAN dimensions and linguistic features, then applies min-max normalization. A value near 1 is relative to the compared set, not r=1. The paper publishes 24 figures but no numeric result tables, tests, intervals, or effect sizes; it also omits decoding details, BFI scoring, cross-validation splits, and a code or data release. This is exploratory evidence of drift in adherence to extreme prompts and of reminder-based reinforcement for some model families; it does not establish psychological personality, a general causal effect of quantization, or reliability with real users or edge devices.
Research question
How do the Big Five profiles assigned to role-playing agents built with 7-9B LLMs in FP16, Q8_0, and Q4_0 change over 20 turns; can an in-context reminder called Think2 reduce that drift; and which combination of model, precision, and prompt best preserves the differences between opposite profiles?