Papers › Substrate Asymmetry in User-Side Memory: A Diagnostic Framework

Substrate Asymmetry in User-Side Memory: A Diagnostic Framework

10 Jun 2026arXiv:2606.11712added by Syntology

Youwang Deng

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

User-side memory in LLMs is typically scored as a single "personalization" capability: given a user's history, is the output more user-aware? We show this aggregate metric hides opposite-direction failures. Memory factorises into at least three orthogonal axes -- behavioral consistency (style, voice), factual presence (recall facts in history), and factual absence (abstain when a fact is absent) -- and no single substrate wins all three. Comparing per-user gamma-LoRA (a small LoRA adapter trained on each user's history; gamma denotes per-user, not per-task) against BGE-large dense top-K retrieval on a controlled 50-user synthetic corpus and a real-data probe (LaMP-3), we find gamma-LoRA decisively wins behavioral style while RAG decisively wins factual absence -- and the same query-projection cells in attention layers 21-35 causally load-bear both effects in opposite directions (zeroing those LoRA weights raises absence-probe TPR by +33 pp and drops presence-probe TPR by 20 pp). On the more heavily RLHF-tuned Llama-3.1-8B-Instruct the asymmetry strengthens, not heals: parametric memory's behavioral advantage collapses while its absence-calibration deficit against retrieval widens -- an alignment tax on parametric user-memory. On real-data LaMP-3, gamma-LoRA underperforms a majority baseline; a 9-condition mitigation sweep diagnoses this as instruction-following collapse, not substrate failure (a 9x2 cross-product shows the eval-time {1..5} logit mask drives main_acc to >=0.995 on every recipe), and the best training-time fix replicates bit-identically on Llama. Finally, substrate-selection routing is question-classification, not calibration: a 110M DistilBERT on the question text alone beats every logit-based router. We contribute the diagnostic framework, the diagnosed real-data negative, the alignment-tax replication, and the routing-as-classification finding.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.11712")

Code

Syntology Ran 15 of 26 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 15 ran with no contract checked.

By repository: found in paper text by Syntology: 26 samples from 1 repository, 15 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

EpistemicaLab/substrate-asymmetry-memory found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

26 samples harvested; 15 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

15ran
11unverified

Licence: 0 of the 26 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from EpistemicaLab/substrate-asymmetry-memory. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

chunk_backstory EpistemicaLab/substrate-asymmetry-memory/bench/experiments/23_lora_persona.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 0756cc2191c41a2e · report
chunk_text EpistemicaLab/substrate-asymmetry-memory/bench/experiments/29_runner.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 95d1fe843991b562 · report
cluster_by_prompt EpistemicaLab/substrate-asymmetry-memory/bench/experiments/28_data_prep.py found in paper text by Syntology ran Apache-2.0 (permissive) · 8515640d25718daa · report
collate_lm EpistemicaLab/substrate-asymmetry-memory/bench/experiments/28_runner.py found in paper text by Syntology ran Apache-2.0 (permissive) · 05dafa85be3fe1d0 · report
flatten_haystack EpistemicaLab/substrate-asymmetry-memory/bench/experiments/19_lora_synthqa_eval_v3.py found in paper text by Syntology ran Apache-2.0 (permissive) · d2ce62f7060ca318 · report
frob_decompose EpistemicaLab/substrate-asymmetry-memory/bench/experiments/30_analyze.py found in paper text by Syntology ran Apache-2.0 (permissive) · 3b608312db6e6bbe · report
generate_text EpistemicaLab/substrate-asymmetry-memory/bench/experiments/31_runner.py found in paper text by Syntology ran Apache-2.0 (permissive) · df6e69ae71000442 · report
gold_logprob EpistemicaLab/substrate-asymmetry-memory/bench/experiments/28_runner.py found in paper text by Syntology ran Apache-2.0 (permissive) · 2fd6b9ea91919a52 · report
judge_call EpistemicaLab/substrate-asymmetry-memory/bench/experiments/31_judge.py found in paper text by Syntology ran Apache-2.0 (permissive) · e12f0bfef2402d6c · report
judge_one EpistemicaLab/substrate-asymmetry-memory/bench/experiments/31_judge.py found in paper text by Syntology ran Apache-2.0 (permissive) · 1fd356909e7eba2b · report
load_bge EpistemicaLab/substrate-asymmetry-memory/bench/experiments/29_runner.py found in paper text by Syntology ran Apache-2.0 (permissive) · f2354ed5290e2fb4 · report
make_chunks_overlap EpistemicaLab/substrate-asymmetry-memory/bench/experiments/19_lora_synthqa_eval_v3.py found in paper text by Syntology ran Apache-2.0 (permissive) · 1c7c3f18bbf27c32 · report
parse_lora_key EpistemicaLab/substrate-asymmetry-memory/bench/experiments/30_analyze.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · b91629a745d69be5 · report
render_chunk EpistemicaLab/substrate-asymmetry-memory/bench/experiments/19_lora_synthqa_eval_v3.py found in paper text by Syntology ran Apache-2.0 (permissive) · e3c44c8ec5b5b317 · report
render_persona_chunk EpistemicaLab/substrate-asymmetry-memory/bench/experiments/23_lora_persona.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 825bf367e7c798f6 · report
bge_encode EpistemicaLab/substrate-asymmetry-memory/bench/experiments/29_runner.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 043c215ad4dd905f · report
claude EpistemicaLab/substrate-asymmetry-memory/bench/experiments/29_data_prep.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 727926efb50736e0 · report
extract_persona_pairs EpistemicaLab/substrate-asymmetry-memory/bench/experiments/23_lora_persona.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2bdb4a031ff824c1 · report
find_adapter_dir EpistemicaLab/substrate-asymmetry-memory/bench/experiments/32_band_zero_intervention.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f99247b72fe7f226 · report
find_probe2_eval EpistemicaLab/substrate-asymmetry-memory/bench/experiments/32_band_zero_intervention.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9fe8000e5ef166eb · report
gen_absence_topics EpistemicaLab/substrate-asymmetry-memory/bench/experiments/29_data_prep.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e1ade8a5989853bc · report
load_persona_with_adapter EpistemicaLab/substrate-asymmetry-memory/bench/experiments/32_band_zero_intervention.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 221f48703ddb16d6 · report
paraphrase_to_present EpistemicaLab/substrate-asymmetry-memory/bench/experiments/29_data_prep.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7515dd748ca028e4 · report
parse_vote EpistemicaLab/substrate-asymmetry-memory/bench/experiments/31_judge.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 33d1b183bb42ed1c · report
run_dir EpistemicaLab/substrate-asymmetry-memory/bench/experiments/_base_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8f8458bc88465ce0 · report
train_lora_lm EpistemicaLab/substrate-asymmetry-memory/bench/experiments/28_runner.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c278e8b217470b0f · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.11712, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections