Papers › Unable to Forget: Proactive lnterference Reveals Working Memory Limits in LLMs Beyond...

Unable to Forget: Proactive lnterference Reveals Working Memory Limits in LLMs Beyond Context Length

9 Jun 2025arXiv:2506.08184archive 2025-07-28

Chupei Wang, Jiaqiu Vince Sun

Information retrieval in Large Language Models (LLMs) is increasingly recognized as intertwined with generation capabilities rather than mere lookup. While longer contexts are often assumed to improve retrieval, the effects of intra-context interference remain understudied. To address this, we adapt the proactive interference (PI) paradigm from cognitive science, where earlier information disrupts recall of newer updates. In humans, susceptibility to such interference is inversely linked to working memory capacity. We introduce PI-LLM, an evaluation that sequentially streams semantically related key-value updates and queries only the final values. Although these final values are clearly positioned just before the query, LLM retrieval accuracy declines log-linearly toward zero as interference accumulates; errors arise from retrieving previously overwritten values. Attempts to mitigate interference via prompt engineering (e.g., instructing models to ignore earlier input) yield limited success. These findings reveal a fundamental constraint on LLMs' ability to disentangle interference and flexibly manipulate information, suggesting a working memory bottleneck beyond mere context access. This calls for approaches that strengthen models' ability to suppress irrelevant content during retrieval.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

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="2506.08184")

Code

Syntology Ran 0 of 26 code samples harvested from 1 repository linked to this paper; 26 have no recorded run.

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

zhuangziGiantfish/Unable-to-Forget found in paper text by SyntologyMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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; 0 ran; 0 honoured the contract we drafted; 26 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

26unverified

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 zhuangziGiantfish/Unable-to-Forget. “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.

analyze_single_directory zhuangziGiantfish/Unable-to-Forget/automation/analyze_pi_custom.py found in paper text by Syntology unverified MIT (permissive) · 092a31e0c7b406e5 · report
append_to_log_buffer zhuangziGiantfish/Unable-to-Forget/core/run_pi.py found in paper text by Syntology unverified MIT (permissive) · 5c7ce70d585ecb4f · report
calculate_ci95 zhuangziGiantfish/Unable-to-Forget/automation/analyze_pi_flow_final.py found in paper text by Syntology unverified MIT (permissive) · 7eee29429ca3fa42 · report
check_model_in_mapping zhuangziGiantfish/Unable-to-Forget/run_pi_benchmark.py found in paper text by Syntology unverified MIT (permissive) · 19742844ede2f2df · report
check_results_exist zhuangziGiantfish/Unable-to-Forget/automation/run_full_pipeline.py found in paper text by Syntology unverified MIT (permissive) · b6aef9f3ed018dba · report
compute_accuracy zhuangziGiantfish/Unable-to-Forget/core/analysis_helper.py found in paper text by Syntology unverified MIT (permissive) · 045c872a70e0a465 · report
compute_ci95_width_by_bootstrap zhuangziGiantfish/Unable-to-Forget/automation/plot_accuracy_trend.py found in paper text by Syntology unverified MIT (permissive) · f77e3a8b80c3ca51 · report
compute_optimal_grid zhuangziGiantfish/Unable-to-Forget/core/analysis_helper.py found in paper text by Syntology unverified MIT (permissive) · 6550540b85908979 · report
estimate_sample_size zhuangziGiantfish/Unable-to-Forget/automation/analyze_pi_flow_final.py found in paper text by Syntology unverified MIT (permissive) · 206e8e08382e7ac0 · report
extract_after_first_colon zhuangziGiantfish/Unable-to-Forget/analysis/extract_responses_offline.py found in paper text by Syntology unverified MIT (permissive) · 16c96053b9a517dd · report
extract_len_item zhuangziGiantfish/Unable-to-Forget/automation/plot_accuracy_trend.py found in paper text by Syntology unverified MIT (permissive) · 3b1dc4a3868274f7 · report
extract_n_tracked_keys_from_config zhuangziGiantfish/Unable-to-Forget/automation/config_utils.py found in paper text by Syntology unverified MIT (permissive) · b84c331bfbc36d05 · report
extract_n_tracked_updates zhuangziGiantfish/Unable-to-Forget/automation/analyze_pi_custom.py found in paper text by Syntology unverified MIT (permissive) · 099a4b84b8a30925 · report
extract_pieces_response_to_dict zhuangziGiantfish/Unable-to-Forget/analysis/extract_responses_offline.py found in paper text by Syntology unverified MIT (permissive) · 3cce306583e1d68f · report
find_config_for_test zhuangziGiantfish/Unable-to-Forget/automation/config_utils.py found in paper text by Syntology unverified MIT (permissive) · 53bbe1d6d981af1a · report
get_or_create_log_buffer zhuangziGiantfish/Unable-to-Forget/core/run_pi.py found in paper text by Syntology unverified MIT (permissive) · 7ebbbfcebed44838 · report
judge_model_family zhuangziGiantfish/Unable-to-Forget/core/chat_terminal.py found in paper text by Syntology unverified MIT (permissive) · 1f615c4048cf2b7b · report
load_api_keys zhuangziGiantfish/Unable-to-Forget/core/chat_terminal.py found in paper text by Syntology unverified MIT (permissive) · 13afbae1d299aeef · report
load_json zhuangziGiantfish/Unable-to-Forget/automation/analyze_pi_flow_final.py found in paper text by Syntology unverified MIT (permissive) · 484ae19889957547 · report
load_source_dictionary zhuangziGiantfish/Unable-to-Forget/core/pi_flow_upgrade.py found in paper text by Syntology unverified MIT (permissive) · 4d889ef9fa54dddc · report
load_yaml_config zhuangziGiantfish/Unable-to-Forget/automation/config_utils.py found in paper text by Syntology unverified MIT (permissive) · 52b144e9fe793b19 · report
modify_test_config zhuangziGiantfish/Unable-to-Forget/run_pi_benchmark.py found in paper text by Syntology unverified MIT (permissive) · 286d88b17605f2b6 · report
normalized_entropy zhuangziGiantfish/Unable-to-Forget/core/analysis_helper.py found in paper text by Syntology unverified MIT (permissive) · 96cc870edd637988 · report
run_command zhuangziGiantfish/Unable-to-Forget/automation/run_full_pipeline.py found in paper text by Syntology unverified MIT (permissive) · e4d97b219ca3432d · report
run_test zhuangziGiantfish/Unable-to-Forget/run_pi_benchmark.py found in paper text by Syntology unverified MIT (permissive) · 96b02e69075ec726 · report
save_log_buffer zhuangziGiantfish/Unable-to-Forget/core/run_pi.py found in paper text by Syntology unverified MIT (permissive) · d382dbada3fd65d8 · report

Tasks

Information RetrievalPrompt EngineeringRetrieval

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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