The Chameleon Nature of LLMs studies whether search-augmented LLM responses change stance label during 15-turn conversations when questions support, challenge, or reverse a premise. It was presented as a poster at the NeurIPS 2025 MTI-LLM workshop, not as a main-conference paper. It also does not measure psychological personality, identity, or a persistent internal belief. The observed construct is narrower: variation among `supportive`, `critical`, `balanced`, and `unclear` labels that GPT-4o assigns to a response relative to each current query premise. The authors manually select 12 controversial domains and use GPT-4o to generate 1,180 topics and 15 questions per topic. Each model generates a search query, Google returns results, the top 20 pages and conversation history are added, and the model responds. Llama-4-Maverick, GPT-4o-mini, and Gemini-2.5-Flash are tested at temperatures 0, 0.5, and 1.0; GPT-4o is the fixed judge. The paper introduces Source Re-use Rate (SRR), normalized label-change frequency, judge-inferred confidence, and Chameleon Score, the root mean square of those three components. Table 1 shows large differences. Averaging the three temperatures, GPT-4o-mini changes label about 9.14 times per conversation and has Chameleon 0.511, SRR 0.808, and confidence 0.852; Llama changes 5.46 times and has 0.440, 0.608, and 0.670; Gemini changes 1.86 times and has about 0.390, 0.063, and 0.560. Pearson correlations are reported between SRR and confidence at r=0.627 and between SRR and changes at r=0.429, with p<0.05 claimed in the abstract. Means vary little by temperature: Chameleon ranges are 0.003 for Gemini, 0.002 for GPT, and 0.007 for Llama. These figures motivate further study of multi-turn consistency, but they do not support the paper's causal and categorical conclusions. First, the benchmark size is wrong: 1,180×15=17,700 and the twelve Table 2 rows sum to 17,700; the repeated 17,770 total overcounts 70. Second, the central measure does not normalize premise polarity. `Supportive` and `critical` mean agreement or disagreement with the current query. When a new question reverses its assertion, a model preserving exactly the same factual position can move from critical to supportive without changing belief; it can also remain supportive while accepting incompatible premises. Label-change counts conflate question changes, nuance, justified updating, and real contradiction. Third, Chameleon Score includes SRR as an equally weighted harm. A perfectly stable model reusing one authoritative source has Snorm=0 and SRR=1 but still receives C≥√(1/3)=0.577, classified severe. With no changes, Kstance divides by |T|=0; `unclear` is permitted by the judge but omitted from the formula's stance set. The 0.3/0.5 thresholds are not calibrated. The paper's own rubric calls 0.3-0.5 moderate and >0.5 high: Gemini and Llama are moderate, not severe as the abstract says; only GPT is just over 0.5. Fourth, confidence is not reproducible. The text says it maps certainty words from the judge's rationale, but the complete prompt requires strict JSON containing only stance, key_claims, and contradictions_acknowledged; it requests neither rationale nor confidence. The value is not latent confidence from the evaluated model but an undocumented GPT-4o proxy. Fifth, SRR does not measure quality. It penalizes reusing reliable sources, rewards source churn even if irrelevant, and mechanically grows when every turn is compared with the cumulative prior union. The paper alternates among retrieved pages, hostnames, citations, and recommended documents without defining D_i precisely. SRR is also a component of Chameleon Score, making their association partly tautological. The separate correlations are observational: the paper gives no analysis unit, n, exact p, intervals, model/domain controls, or within-model estimates. Each model performs query expansion, contradicting the claim that all models see the same retrieval and confounding model, search, and source. There is no no-search condition, diversity intervention, or native search-product comparator, so search or reuse is not shown to cause the effect. Three temperatures without repeated seeds do not exclude randomness or prove an architectural defect. There is no gold stance, factuality, source quality, or justified-change annotation: stability can mean being consistently wrong, while change can be correct after new evidence. The authors say they reviewed 500 outputs and tuned the prompt to 100% agreement, but publish no annotator count, distribution, holdout, confusion matrix, kappa, or disagreements; this is not perfect external reliability. Finally, although the paper promises data and code after publication, seven months after the workshop no official artifact is linked from arXiv/OpenReview or found by targeted search: dataset, transcripts, searches, judge outputs, results, and code remain unavailable. The faithful conclusion is that the study observes interesting differences in current-premise-relative label volatility among three model-plus-search pipelines. It is a useful reliability/UX warning that deserves a stronger benchmark, not evidence of a chameleon personality, a causal diversity mechanism, or a proven architectural failure.
Research question
Do LLMs with retrieval change their response relative to opposing premises over 15 turns, with what apparent confidence and source reuse, and does this pattern vary across models and temperatures?