Papers › Auto-Fill: Learning to Predict Missing Values Accurately with Specialist Language Models

Auto-Fill: Learning to Predict Missing Values Accurately with Specialist Language Models

22 Jul 2026arXiv:2607.19847added by Syntology

Yurong Liu, Yeye He, Haoyu Dong, Junjie Xing, Shi Han, Dongmei Zhang, Surajit Chaudhuri

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.19847")

Code

Syntology Ran 17 of 22 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 3 ran · honoured contract; 5 ran · violated contract; 6 ran · our draft was wrong; 2 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: found in paper text by Syntology: 22 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lyrain2001/auto-fill found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 17 ran; 3 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · honoured contract
5ran · violated contract
6ran · our draft was wrong
2ran · fixture could not drive it
1ran
5unverified

Licence: 0 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from lyrain2001/auto-fill. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

IsotonicCalibrator lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology ran Apache-2.0 (permissive) · d6f87d7c42c8c129 · report
_is_datetime_equal lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology ran · violated contract fingerprinted Apache-2.0 (permissive) · e327a54c2b334583 · report
_is_numeric_equal lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology ran · violated contract fingerprinted Apache-2.0 (permissive) · b055f061e25d25f1 · report
_is_numlike lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology ran · violated contract fingerprinted Apache-2.0 (permissive) · 6898237b8a95f0a5 · report
_looks_like_nan lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology ran · violated contract Apache-2.0 (permissive) · 531119ec050dccd6 · report
_parse_dt_strict lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · b9a1d080d0876b14 · report
_parse_time_strict lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 267691bc3361e4fb · report
_run_knowledge lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · 5e767453236da0c5 · report
_run_reasoning lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · 67629bd7d40e3141 · report
apply_calibrator_scalar lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · 7471cc2636adbd7c · report
clean_df lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 2fa73afd403c81c6 · report
coerce_numeric lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · c87169896bac662d · report
csv_to_markdown lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 35d79f4bcc9d3b74 · report
ensemble_predictions lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 8f953b08aac40684 · report
is_correct lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology ran · violated contract Apache-2.0 (permissive) · 0f5bade67326da22 · report
locate_missing lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · 57fe3487df770bb6 · report
parse_code_reply lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 2fdd9ec170b207d6 · report
_run_coding lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 396346e56cf2d0c0 · report
ensemble_specialist_outputs lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 10d03d4fb3bda006 · report
execute_code lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c21b4338fc97b984 · report
run_all_specialists lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8f6ba9a8edf9d3b9 · report
run_code_on_table lyrain2001/auto-fill/inference/run_specialists.py found in paper text by Syntology unverified Apache-2.0 (permissive) · db072a2540b1b619 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.19847, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections