{"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-05910","title":"Chunky Post-Training: Data Driven Failures of Generalization","arxiv_id":"2602.05910","date":"2026-02-05","proceeding":null,"authors":["Seoirse Murray","Allison Qi","Timothy Qian","John Schulman","Collin Burns","Sara Price"],"abstract":"LLM post-training involves many diverse datasets, each targeting a specific behavior. But these datasets encode incidental patterns alongside intended ones: correlations between formatting and content, narrow phrasings across diverse problems, and implicit associations arising from the discrete data curation process. These patterns are often invisible to developers yet salient to models, producing behaviors that surprise their creators, such as rejecting true facts presented in a particular question format. We call this chunky post-training: the model learns spurious correlations as a result of distinct chunks of post-training data. We introduce SURF, a black-box pipeline which surfaces these unintended behaviors at run time, and TURF, a tool that traces these failures back to specific post-training data. Applying these tools to frontier models (Claude 4.5, GPT-5.1, Grok 4.1, Gemini 3) and open models (Tülu 3), we show that chunky post-training produces miscalibrated behaviors, which often result from imbalanced or underspecified chunks of post-training data.","url_abs":"https://arxiv.org/abs/2602.05910","url_pdf":"https://arxiv.org/pdf/2602.05910","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.05910","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.05910"}},"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/seoirsem/SURF","reach":null}],"summary":{"unverified":9},"by_repo_kind":{"found_in_text":{"samples":9,"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":9,"samples":[{"code_sha256_prefix":"def73f974f86fc6c","entry":"build_pseudo_sae","repo":"seoirsem/SURF","repo_kind":"found_in_text","path":"surf/clustering/pseudo_sae.py","file_url":"https://github.com/seoirsem/SURF/blob/HEAD/surf/clustering/pseudo_sae.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":"def73f974f86fc6c"}},{"code_sha256_prefix":"d08fffc56a789964","entry":"cluster_attributes","repo":"seoirsem/SURF","repo_kind":"found_in_text","path":"surf/clustering/cluster.py","file_url":"https://github.com/seoirsem/SURF/blob/HEAD/surf/clustering/cluster.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":"d08fffc56a789964"}},{"code_sha256_prefix":"2531f3751e78cc28","entry":"get_principle_from_rubric","repo":"seoirsem/SURF","repo_kind":"found_in_text","path":"surf/em_loop/judge.py","file_url":"https://github.com/seoirsem/SURF/blob/HEAD/surf/em_loop/judge.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":"2531f3751e78cc28"}},{"code_sha256_prefix":"0b4599e397fec376","entry":"load_jsonl","repo":"seoirsem/SURF","repo_kind":"found_in_text","path":"surf/core/streaming.py","file_url":"https://github.com/seoirsem/SURF/blob/HEAD/surf/core/streaming.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":"0b4599e397fec376"}},{"code_sha256_prefix":"bd18e4007c80e147","entry":"load_rubric","repo":"seoirsem/SURF","repo_kind":"found_in_text","path":"surf/em_loop/judge.py","file_url":"https://github.com/seoirsem/SURF/blob/HEAD/surf/em_loop/judge.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":"bd18e4007c80e147"}},{"code_sha256_prefix":"26155e49501ab0db","entry":"parse_model_string","repo":"seoirsem/SURF","repo_kind":"found_in_text","path":"surf/core/models.py","file_url":"https://github.com/seoirsem/SURF/blob/HEAD/surf/core/models.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":"26155e49501ab0db"}},{"code_sha256_prefix":"3d44325ea89abee7","entry":"parse_xml_tags","repo":"seoirsem/SURF","repo_kind":"found_in_text","path":"surf/core/utils.py","file_url":"https://github.com/seoirsem/SURF/blob/HEAD/surf/core/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":"3d44325ea89abee7"}},{"code_sha256_prefix":"ce9e608d6b029852","entry":"parse_xml_tags_optional","repo":"seoirsem/SURF","repo_kind":"found_in_text","path":"surf/core/utils.py","file_url":"https://github.com/seoirsem/SURF/blob/HEAD/surf/core/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":"ce9e608d6b029852"}},{"code_sha256_prefix":"1892acdc179ff0b2","entry":"render_jinja","repo":"seoirsem/SURF","repo_kind":"found_in_text","path":"surf/core/utils.py","file_url":"https://github.com/seoirsem/SURF/blob/HEAD/surf/core/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":"1892acdc179ff0b2"}}]},"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":null}