{"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-2602-15902","title":"Doc-to-LoRA: Learning to Instantly Internalize Contexts","arxiv_id":"2602.15902","date":"2026-02-13","proceeding":"ICML","authors":["Rujikorn Charakorn","Edoardo Cetin","Shinnosuke Uesaka","Robert Tjarko Lange"],"abstract":"Long input sequences are central to in-context learning, document understanding, and multi-step reasoning of Large Language Models (LLMs). However, the quadratic attention cost of Transformers makes inference memory-intensive and slow. While context distillation (CD) can transfer information into model parameters, per-prompt distillation is impractical due to training costs and latency. To address these limitations, we propose Doc-to-LoRA (D2L), a lightweight hypernetwork that meta-learns to perform approximate CD within a single forward pass. Given an unseen prompt, D2L generates a LoRA adapter for a target LLM, enabling subsequent queries to be answered without re-consuming the original context, reducing latency and KV-cache memory consumption during inference of the target LLM. On a long-context needle-in-a-haystack task, D2L successfully learns to map contexts into adapters that store the needle information, achieving near-perfect zero-shot accuracy at sequence lengths exceeding the target LLM's native context window by more than 4x. On real-world QA datasets with limited compute, D2L outperforms standard CD while significantly reducing peak memory consumption and update latency. We envision that D2L can facilitate rapid adaptation of LLMs, opening up the possibility of frequent knowledge updates and personalized chat behavior.","url_abs":"https://arxiv.org/abs/2602.15902","url_pdf":"https://arxiv.org/pdf/2602.15902","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=2602.15902","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.15902"}},"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/SakanaAI/doc-to-lora","reach":null}],"summary":{"ran":12,"ran_draft_wrong":5,"ran_fixture":1,"unverified":14},"by_repo_kind":{"found_in_text":{"samples":32,"ran":18,"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":0,"samples":[{"code_sha256_prefix":"21cbf833527e000d","entry":"DiscreteOneHotTaskEncoder","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"21cbf833527e000d"}},{"code_sha256_prefix":"96865de164c308ad","entry":"MLPResidualBlock","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"96865de164c308ad"}},{"code_sha256_prefix":"aeca7914797f1f3a","entry":"SoftmaxTaskEncoder","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"aeca7914797f1f3a"}},{"code_sha256_prefix":"656b1d9383fc1abf","entry":"TaskEncoder","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"656b1d9383fc1abf"}},{"code_sha256_prefix":"2c3f7d0ccd979162","entry":"VQTaskEncoder","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"none","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2c3f7d0ccd979162"}},{"code_sha256_prefix":"e6ae5d7b6ce64ac3","entry":"add_full_stop","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e6ae5d7b6ce64ac3"}},{"code_sha256_prefix":"22f75dc2bea7b46e","entry":"apply_rotary_pos_emb","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"22f75dc2bea7b46e"}},{"code_sha256_prefix":"ed175170e2628076","entry":"cls_pool","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ed175170e2628076"}},{"code_sha256_prefix":"895bcd8257169039","entry":"embed_texts","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"895bcd8257169039"}},{"code_sha256_prefix":"464adbe41baffcdb","entry":"embed_tokens","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"464adbe41baffcdb"}},{"code_sha256_prefix":"a449079623eb8c90","entry":"get_emb_model_and_fns","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a449079623eb8c90"}},{"code_sha256_prefix":"8cbf94593c76c7d4","entry":"get_in_out_features","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8cbf94593c76c7d4"}},{"code_sha256_prefix":"eb1fa1a3b994be5d","entry":"get_layers","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"eb1fa1a3b994be5d"}},{"code_sha256_prefix":"f6bfe8f5c075f8d0","entry":"get_pooling_fn","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f6bfe8f5c075f8d0"}},{"code_sha256_prefix":"b6c4cb90c7bfeae1","entry":"last_token_pool","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b6c4cb90c7bfeae1"}},{"code_sha256_prefix":"4eb352ce41bff2cc","entry":"lora_state_dict_to_tensor_dict","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4eb352ce41bff2cc"}},{"code_sha256_prefix":"1fc5218833c6c6ea","entry":"lora_tensor_dict_to_param_dict","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1fc5218833c6c6ea"}},{"code_sha256_prefix":"4731a23d7470dc77","entry":"zero_lora_param_dict","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4731a23d7470dc77"}},{"code_sha256_prefix":"c9a3604b537bfc0e","entry":"HyperModulator","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c9a3604b537bfc0e"}},{"code_sha256_prefix":"81a8f2d7a29f3811","entry":"TextToLoRA","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"81a8f2d7a29f3811"}},{"code_sha256_prefix":"9a22c2784acf8fe5","entry":"_embed_tokens_single_batch","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9a22c2784acf8fe5"}},{"code_sha256_prefix":"937d38a0e976d855","entry":"apply_lora_to_layers","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"937d38a0e976d855"}},{"code_sha256_prefix":"6e23d59c5480daea","entry":"create_hypermod","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6e23d59c5480daea"}},{"code_sha256_prefix":"b0fb60a036b8e6ee","entry":"get_init_peft_weights","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b0fb60a036b8e6ee"}},{"code_sha256_prefix":"7572df21036527e9","entry":"get_lora_module_names","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7572df21036527e9"}},{"code_sha256_prefix":"122a565cbe1f2d83","entry":"get_model","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"122a565cbe1f2d83"}},{"code_sha256_prefix":"d38e50d952d93469","entry":"get_model_and_tokenizer","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d38e50d952d93469"}},{"code_sha256_prefix":"4b6e8a0361945762","entry":"get_peft_modules","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4b6e8a0361945762"}},{"code_sha256_prefix":"f3fb84a5a6d3b065","entry":"get_tokenizer","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f3fb84a5a6d3b065"}},{"code_sha256_prefix":"177a916196a3d9b2","entry":"load_hypermod","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"177a916196a3d9b2"}},{"code_sha256_prefix":"4dc184dbfb1660e4","entry":"load_hypermod_checkpoint","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4dc184dbfb1660e4"}},{"code_sha256_prefix":"f8caf753f4a6cb6a","entry":"lora_forward","repo":"SakanaAI/doc-to-lora","repo_kind":"found_in_text","path":"src/ctx_to_lora/modeling/text_to_lora.py","file_url":"https://github.com/SakanaAI/doc-to-lora/blob/HEAD/src/ctx_to_lora/modeling/text_to_lora.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f8caf753f4a6cb6a"}}]},"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":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}