{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2604-05096","title":"RAG or Learning? Understanding the Limits of LLM Adaptation under Continuous Knowledge Drift in the Real World","arxiv_id":"2604.05096","date":"2026-04-06","proceeding":null,"authors":["Hanbing Liu","Lang Cao","Yang Li"],"abstract":"Large language models (LLMs) acquire most of their knowledge during pretraining, which ties them to a fixed snapshot of the world and makes adaptation to continuously evolving knowledge challenging. As facts, entities, and events change over time, models may experience continuous knowledge drift, resulting not only in outdated predictions but also in temporally inconsistent reasoning. Although existing approaches, such as continual finetuning, knowledge editing, and retrieval-augmented generation (RAG), aim to update or supplement model knowledge, they are rarely evaluated in settings that reflect chronological, evolving, and real-world knowledge evolution. In this work, we introduce a new benchmark of real-world dynamic events, constructed from time-stamped evidence that captures how knowledge evolves over time, which enables systematic evaluation of model adaptation under continuous knowledge drift. The benchmark reveals that most existing methods, including vanilla RAG and several learning-based approaches, struggle under this setting, exposing critical limitations such as catastrophic forgetting and temporal inconsistency. To mitigate these limitations, we propose a time-aware retrieval baseline, Chronos, which progressively organizes retrieved evidence into an Event Evolution Graph to enable more temporally consistent understanding in LLMs without additional training. Overall, this work provides a foundation for analyzing and advancing LLM adaptation to continuous knowledge drift in realistic settings.","url_abs":"https://arxiv.org/abs/2604.05096","url_pdf":"https://arxiv.org/pdf/2604.05096","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2604.05096","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2604.05096"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/hbing-l/chronos","reach":null}],"summary":{"unverified":12},"by_repo_kind":{"found_in_text":{"samples":12,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":12,"samples":[{"code_sha256_prefix":"22a46266c7fa5cbf","entry":"build_prompt","repo":"hbing-l/chronos","repo_kind":"found_in_text","path":"baselines/memit.py","file_url":"https://github.com/hbing-l/chronos/blob/HEAD/baselines/memit.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"22a46266c7fa5cbf"}},{"code_sha256_prefix":"74fc5d08176401ff","entry":"build_prompt_from_quad","repo":"hbing-l/chronos","repo_kind":"found_in_text","path":"baselines/wise.py","file_url":"https://github.com/hbing-l/chronos/blob/HEAD/baselines/wise.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"74fc5d08176401ff"}},{"code_sha256_prefix":"9301c18a0a8d51b0","entry":"build_quad_prompt","repo":"hbing-l/chronos","repo_kind":"found_in_text","path":"baselines/rome.py","file_url":"https://github.com/hbing-l/chronos/blob/HEAD/baselines/rome.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9301c18a0a8d51b0"}},{"code_sha256_prefix":"232549a169d1766f","entry":"dedup_docs","repo":"hbing-l/chronos","repo_kind":"found_in_text","path":"baselines/react.py","file_url":"https://github.com/hbing-l/chronos/blob/HEAD/baselines/react.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"232549a169d1766f"}},{"code_sha256_prefix":"f9e57c3241f7e934","entry":"evaluate_qa_exact_match","repo":"hbing-l/chronos","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/hbing-l/chronos/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f9e57c3241f7e934"}},{"code_sha256_prefix":"492716b163adda46","entry":"get_llm_embedding","repo":"hbing-l/chronos","repo_kind":"found_in_text","path":"llm_api.py","file_url":"https://github.com/hbing-l/chronos/blob/HEAD/llm_api.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"492716b163adda46"}},{"code_sha256_prefix":"224e303e6f6b90bc","entry":"get_llm_response","repo":"hbing-l/chronos","repo_kind":"found_in_text","path":"llm_api.py","file_url":"https://github.com/hbing-l/chronos/blob/HEAD/llm_api.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"224e303e6f6b90bc"}},{"code_sha256_prefix":"9661f2c79b21c5f0","entry":"load_qa_jsonl","repo":"hbing-l/chronos","repo_kind":"found_in_text","path":"chronos.py","file_url":"https://github.com/hbing-l/chronos/blob/HEAD/chronos.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9661f2c79b21c5f0"}},{"code_sha256_prefix":"8aa0c49892326328","entry":"load_quads","repo":"hbing-l/chronos","repo_kind":"found_in_text","path":"baselines/memit.py","file_url":"https://github.com/hbing-l/chronos/blob/HEAD/baselines/memit.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8aa0c49892326328"}},{"code_sha256_prefix":"171ec02a38b9da86","entry":"normalize_label","repo":"hbing-l/chronos","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/hbing-l/chronos/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"171ec02a38b9da86"}},{"code_sha256_prefix":"9681ae4f3d68b7ac","entry":"parse_timestamp","repo":"hbing-l/chronos","repo_kind":"found_in_text","path":"baselines/memit.py","file_url":"https://github.com/hbing-l/chronos/blob/HEAD/baselines/memit.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9681ae4f3d68b7ac"}},{"code_sha256_prefix":"41b965afb020e632","entry":"quad_to_text","repo":"hbing-l/chronos","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/hbing-l/chronos/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"41b965afb020e632"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}