{"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-2608-26973","title":"Squeezing More from Limited Data with Recursive Transformers","arxiv_id":"2608.26973","date":"2026-08-27","proceeding":null,"authors":["Serdar Gülbahar","Lukas Edman","Alexander Fraser"],"abstract":"Pre-training under limited data requires a different view of scaling than web-scale language modeling. With a fixed data budget but relatively abundant compute, increasing parameter count helps only up to an optimal scale; beyond that point, models overfit and generalization worsens. We study this behavior across 10M-100M word pre-training budgets, two corpora, and multiple downstream evaluations, and find that optimal size depends strongly on both the data budget and the downstream target. We argue that standard Transformers scale down poorly to this setting, because embeddings consume a large fraction of the parameter budget and per-token computation is tied to representational capacity. To address this coupling, we study recursive Transformers, reusing a shared block across depth to scale compute, together with factorized embeddings to reduce vocabulary-map parameters. We train three recursive models and find that they outperform standard Transformers at 10M and 100M words, while remaining competitive with BabyLM Challenge 2025 winners.","url_abs":"https://arxiv.org/abs/2608.26973","url_pdf":"https://arxiv.org/pdf/2608.26973","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":{"syntology_url":"https://syntology.ai/paper/2608.26973","atlas_url":"https://app.syntology.ai/?focus=2608.26973","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2608.26973"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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/serdardoesml/recursive-lm","reach":null}],"summary":{"ran":9,"ran_draft_wrong":3},"by_repo_kind":{"found_in_text":{"samples":12,"ran":12,"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":"4ed3d49ae02fab2d","entry":"adam_update","repo":"serdardoesml/recursive-lm","repo_kind":"found_in_text","path":"recursive_lm/optimizer.py","file_url":"https://github.com/serdardoesml/recursive-lm/blob/HEAD/recursive_lm/optimizer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4ed3d49ae02fab2d"}},{"code_sha256_prefix":"e8686aa11b98d0c5","entry":"apply_rotary_emb","repo":"serdardoesml/recursive-lm","repo_kind":"found_in_text","path":"recursive_lm/block.py","file_url":"https://github.com/serdardoesml/recursive-lm/blob/HEAD/recursive_lm/block.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e8686aa11b98d0c5"}},{"code_sha256_prefix":"e5075d66c2832aaa","entry":"compute_init","repo":"serdardoesml/recursive-lm","repo_kind":"found_in_text","path":"recursive_lm/common.py","file_url":"https://github.com/serdardoesml/recursive-lm/blob/HEAD/recursive_lm/common.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":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e5075d66c2832aaa"}},{"code_sha256_prefix":"58dc67947f655f24","entry":"forward_logits","repo":"serdardoesml/recursive-lm","repo_kind":"found_in_text","path":"recursive_lm/inference.py","file_url":"https://github.com/serdardoesml/recursive-lm/blob/HEAD/recursive_lm/inference.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"58dc67947f655f24"}},{"code_sha256_prefix":"eb1ec05ba03995e2","entry":"get_linear_schedule_with_warmup","repo":"serdardoesml/recursive-lm","repo_kind":"found_in_text","path":"recursive_lm/training.py","file_url":"https://github.com/serdardoesml/recursive-lm/blob/HEAD/recursive_lm/training.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"eb1ec05ba03995e2"}},{"code_sha256_prefix":"1155fa6252dfb221","entry":"normuon_update","repo":"serdardoesml/recursive-lm","repo_kind":"found_in_text","path":"recursive_lm/optimizer.py","file_url":"https://github.com/serdardoesml/recursive-lm/blob/HEAD/recursive_lm/optimizer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1155fa6252dfb221"}},{"code_sha256_prefix":"cc32cdb263e5d558","entry":"pack_batch","repo":"serdardoesml/recursive-lm","repo_kind":"found_in_text","path":"recursive_lm/dataloader.py","file_url":"https://github.com/serdardoesml/recursive-lm/blob/HEAD/recursive_lm/dataloader.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cc32cdb263e5d558"}},{"code_sha256_prefix":"81cb44d52d7289c3","entry":"pack_varlen","repo":"serdardoesml/recursive-lm","repo_kind":"found_in_text","path":"recursive_lm/inference.py","file_url":"https://github.com/serdardoesml/recursive-lm/blob/HEAD/recursive_lm/inference.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":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"81cb44d52d7289c3"}},{"code_sha256_prefix":"6519cb0a9ba0f137","entry":"render_prompts_lm","repo":"serdardoesml/recursive-lm","repo_kind":"found_in_text","path":"evals/core_eval.py","file_url":"https://github.com/serdardoesml/recursive-lm/blob/HEAD/evals/core_eval.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6519cb0a9ba0f137"}},{"code_sha256_prefix":"038adb078ed905c9","entry":"render_prompts_mc","repo":"serdardoesml/recursive-lm","repo_kind":"found_in_text","path":"evals/core_eval.py","file_url":"https://github.com/serdardoesml/recursive-lm/blob/HEAD/evals/core_eval.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"038adb078ed905c9"}},{"code_sha256_prefix":"d72ac88289f6e9aa","entry":"render_prompts_schema","repo":"serdardoesml/recursive-lm","repo_kind":"found_in_text","path":"evals/core_eval.py","file_url":"https://github.com/serdardoesml/recursive-lm/blob/HEAD/evals/core_eval.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d72ac88289f6e9aa"}},{"code_sha256_prefix":"b7f41e9dfacd5ee3","entry":"zeropower_via_newtonschulz5","repo":"serdardoesml/recursive-lm","repo_kind":"found_in_text","path":"recursive_lm/optimizer.py","file_url":"https://github.com/serdardoesml/recursive-lm/blob/HEAD/recursive_lm/optimizer.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b7f41e9dfacd5ee3"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","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,885 of the 9,623 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9623,"papers_checked":6885},"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}}}