This preprint proposes treating preference personalization as knowledge editing. Each user fact is represented as a subject-relation-answer association, and existing editors, FT-L, FT-M, LoRA, ROME, GRACE, and ICE, are used to make the model recall the desired answer without restating it in every prompt. “Personalization Editing” is therefore an application and evaluation framework, not a new low-level editing algorithm. Its additional methodological idea is to represent one preference with clusters of up to nine alternative attribute names, questions, and target phrasings, then perform several lexically related edits. The paper also releases UPQA, a short-answer benchmark built from attributes in Synthetic Persona Chat. Claude Sonnet 4 converts each synthetic attribute into a direct question, paraphrase, implicit question, product request, and short target. The released file contains exactly 1,000 attributes, not queries observed from real users: describing LLM-generated questions as “in-situ” overstates their provenance. The data audit finds 172 attribute types, but the ten most frequent cover 646 cases and 104 types occur once. Many templates are also reused with incompatible answers. There are only 188 unique direct questions; 878 of the 1,000 rows use a direct question that is paired with another target elsewhere, and “What's my hobby?” appears 191 times. The 100-row subset has ten cases from each of ten categories, whereas the file called balanced at size 200 ranges from 17 to 21 cases per category and selects the earliest available rows. There is no user-, preference-, or domain-held-out split: one answer is edited and generated variants of that same item are tested. “Generalization” consequently means within-item transfer to paraphrases or related cues, not transfer to unseen users or preferences. Results are highly heterogeneous. In Table 3, on 100 cases and four models, FT-M averages 100% on explicit questions, 97.42% on paraphrases, and 83.75% on implicit questions; LoRA reaches 100%, 75.67%, and 51.25%. ROME reaches 99.5% on the direct question but only 9.58% and 2.75% on paraphrase and implicit tests; GRACE reaches 96.92%, 0.67%, and 3.08%. Near-perfect insertion of the explicit answer can therefore coexist with almost no ability to apply it outside the template, and the broad claim about editing methods masks that FT-M carries the consistent result. Synonym clusters improve scores from one to roughly three elements and then tend to plateau, supporting lexical coverage rather than reasoning over unseen preferences. On PrefEval, FT-M, ROME, and LoRA retain high preference-acknowledgement rates through ten inserted distractor turns for OLMo2-7B and Qwen3-8B, while zero-shot and chain-of-thought fall below 20% around turn eight. The metric, however, asks only whether a response shows any awareness of the preference; it does not establish correctness, helpfulness, consistency, or safety. The comparison omits RAG and external memory and deliberately gives edited models parametric access to the preference while prompting baselines rely on displaceable context. Side-effect tests cover only Llama and OLMo, three editors, and five edits per condition, with small changes on BoolQ, NaturalQuestions, GSM8K, and NLI. They do not establish general locality or safety. Accuracy first accepts a target substring and then uses an LLM judge. The paper names Claude Sonnet 4, but the executable accuracy and dialogue evaluators select Claude 3.7; there is no human evaluation or judge calibration. The repository provides data, hyperparameters, and 145 Python files that compile, but not the outputs the paper says are included. Its quick start uses an unsupported argument, a modified distractor file and aggregation notebook are missing, author-machine paths remain hardcoded, and one experiment is assigned to GPU 25. The study provides useful evidence that FT-M and lexical augmentation can encode synthetic short-answer preferences and resist distractors under this protocol. It does not establish psychological personality, real-user personalization, transfer across people, superiority to RAG or memory, or end-to-end public reproducibility. The ICLR 2026 submission was withdrawn, and the January 2026 ACL ARR record remains a submission rather than an acceptance.
Research question
Can existing model editing techniques fix user preferences as parametric associations, preserve them under distractor dialogue, and apply them to explicit, paraphrased, and implicit variants?