This ICLR 2026 poster proposes locating and retaining sparse weight subsets that favor a persona or behavior. It uses activation statistics from small calibration sets with Wanda- and SparseGPT-inspired variants, adding contrastive selection for opposing pairs. Llama-2-13B, Llama-3-8B, and partly Qwen2.5-14B are evaluated on MBTI questionnaires, power- or wealth-seeking preferences, hallucination identification, and RoleAgentBench questions. Published masks often outperform Prompt and RAG, but SFT is higher than every pruning variant on all six AI Persona comparisons in Table 4. The tasks also do not measure one psychological construct: the appendix acknowledges that MBTI is not a validated psychometric test; hallucination identification is a capability, while character emulation and wealth maximization are different behaviors. The public evidence does not reproduce the central claim. The repository contains thirteen files and no MBTI, RoleAgent, MMLU, HellaSwag, Qwen, SFT, or RAG pipelines, results, or tests. In the released evaluator, a mask is always combined with an explicit persona prompt, so control without external context is not tested. The function named SparseGPT loads calibration data but does not use it to score weights and produces the same seek and reject mask. The contrastive Sparse implementation uses one absolute difference and assigns the top-k weights to one persona and the next disjoint set to the other, rather than the directional comparison described by the paper's equation. Masks are applied to dense Linear layers without a sparse kernel or latency measurements, so inference savings are not demonstrated either. Finally, the claimed general-capability degradation of at most 1.6% is incorrect: Sparse lowers HellaSwag from 0.675 to 0.653, a 2.2-percentage-point loss. The defensible reading is that activation-guided pruning can alter behavioral answers on these benchmarks, but the current artifact cannot reproduce the results or establish natural personality subnetworks, mechanistic causality, real efficiency, statistical reliability, or safety.
Research question
Do LLMs contain sparse subsets of parameters specialized in people or behaviors that can be identified with calibration data and isolated through pruning, without additional training?