{"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-2607-19847","title":"Auto-Fill: Learning to Predict Missing Values Accurately with Specialist Language Models","arxiv_id":"2607.19847","date":"2026-07-22","proceeding":null,"authors":["Yurong Liu","Yeye He","Haoyu Dong","Junjie Xing","Shi Han","Dongmei Zhang","Surajit Chaudhuri"],"abstract":"Predicting missing cell values in tabular data is a fundamental problem in data cleaning. While state-of-the-art reasoning models show great promise in predicting missing values in tables, by reasoning holistically across rows and columns, they are costly to deploy at scale and tend to be overconfident, often generating hallucinated or false-positive predictions. In this paper, we observe that achieving high-precision missing-value prediction in tables requires a distinct combination of three capabilities: (1) world knowledge, (2) text-based reasoning, and (3) code-based reasoning. We systematically explore design choices for combining these capabilities, and propose an Auto-Fill approach that post-trains three specialist small language models (SLMs), each optimized for one capability. We develop a calibrated ensemble mechanism that either dynamically selects the most confident specialist or abstains, ensuring high accuracy. Extensive experiments on 11 benchmarks with 2200 real tables drawn from diverse domains show that Auto-Fill achieves superior accuracy compared to state-of-the-art reasoning models (e.g., o3-pro, Gemini 3 Pro, and DeepSeek R1), while operating at a fraction (less than 1%) of the cost of these frontier models. Our results highlight the effectiveness of specialization and calibrated abstention in the important domain of tabular data. Auto-Fill is publicly available at https://github.com/lyrain2001/auto-fill.","url_abs":"https://arxiv.org/abs/2607.19847","url_pdf":"https://arxiv.org/pdf/2607.19847","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=2607.19847","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2607.19847"}},"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/lyrain2001/auto-fill","reach":null}],"summary":{"ran":1,"ran_violates":5,"ran_draft_wrong":6,"ran_fixture":2,"ran_honours":3,"unverified":5},"by_repo_kind":{"found_in_text":{"samples":22,"ran":17,"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":"d6f87d7c42c8c129","entry":"IsotonicCalibrator","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d6f87d7c42c8c129"}},{"code_sha256_prefix":"e327a54c2b334583","entry":"_is_datetime_equal","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e327a54c2b334583"}},{"code_sha256_prefix":"b055f061e25d25f1","entry":"_is_numeric_equal","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b055f061e25d25f1"}},{"code_sha256_prefix":"6898237b8a95f0a5","entry":"_is_numlike","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6898237b8a95f0a5"}},{"code_sha256_prefix":"531119ec050dccd6","entry":"_looks_like_nan","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"531119ec050dccd6"}},{"code_sha256_prefix":"b9a1d080d0876b14","entry":"_parse_dt_strict","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b9a1d080d0876b14"}},{"code_sha256_prefix":"267691bc3361e4fb","entry":"_parse_time_strict","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"267691bc3361e4fb"}},{"code_sha256_prefix":"5e767453236da0c5","entry":"_run_knowledge","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"DEP_MISSING","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5e767453236da0c5"}},{"code_sha256_prefix":"67629bd7d40e3141","entry":"_run_reasoning","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"DEP_MISSING","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"67629bd7d40e3141"}},{"code_sha256_prefix":"7471cc2636adbd7c","entry":"apply_calibrator_scalar","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7471cc2636adbd7c"}},{"code_sha256_prefix":"2fa73afd403c81c6","entry":"clean_df","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2fa73afd403c81c6"}},{"code_sha256_prefix":"c87169896bac662d","entry":"coerce_numeric","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"c87169896bac662d"}},{"code_sha256_prefix":"35d79f4bcc9d3b74","entry":"csv_to_markdown","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"35d79f4bcc9d3b74"}},{"code_sha256_prefix":"8f953b08aac40684","entry":"ensemble_predictions","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8f953b08aac40684"}},{"code_sha256_prefix":"0f5bade67326da22","entry":"is_correct","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0f5bade67326da22"}},{"code_sha256_prefix":"57fe3487df770bb6","entry":"locate_missing","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"57fe3487df770bb6"}},{"code_sha256_prefix":"2fdd9ec170b207d6","entry":"parse_code_reply","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2fdd9ec170b207d6"}},{"code_sha256_prefix":"396346e56cf2d0c0","entry":"_run_coding","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"396346e56cf2d0c0"}},{"code_sha256_prefix":"10d03d4fb3bda006","entry":"ensemble_specialist_outputs","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"10d03d4fb3bda006"}},{"code_sha256_prefix":"c21b4338fc97b984","entry":"execute_code","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"c21b4338fc97b984"}},{"code_sha256_prefix":"8f6ba9a8edf9d3b9","entry":"run_all_specialists","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8f6ba9a8edf9d3b9"}},{"code_sha256_prefix":"db072a2540b1b619","entry":"run_code_on_table","repo":"lyrain2001/auto-fill","repo_kind":"found_in_text","path":"inference/run_specialists.py","file_url":"https://github.com/lyrain2001/auto-fill/blob/HEAD/inference/run_specialists.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"db072a2540b1b619"}}]},"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,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}}}