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

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, short

Summary

Auto-Fill is a novel approach designed to accurately predict missing cell values in tabular data, addressing the high cost and overconfidence issues of existing state-of-the-art reasoning models. Developed by Yurong Liu and colleagues, this system post-trains three specialist small language models (SLMs), each focusing on a distinct capability: world knowledge, text-based reasoning, or code-based reasoning. Auto-Fill employs a calibrated ensemble mechanism that dynamically selects the most confident specialist or abstains from prediction to ensure high accuracy. Extensive experiments across 11 benchmarks, utilizing 2200 real tables from diverse domains, demonstrate Auto-Fill's superior accuracy compared to models such as o3-pro, Gemini 3 Pro, and DeepSeek R1. Crucially, it operates at less than 1% of the cost of these frontier models, highlighting the effectiveness of specialization and calibrated abstention in tabular data. The system's code is publicly available and was submitted on 22 Jul 2026 for VLDB 2026.

Key takeaway

For data scientists or ML engineers building robust data cleaning pipelines, Auto-Fill offers a compelling alternative to costly, overconfident frontier models for missing value prediction. You should consider integrating this specialist SLM ensemble, especially when high precision and cost efficiency are critical. Its calibrated abstention mechanism reduces hallucinated predictions, improving data quality and model reliability in your tabular data applications. Explore the publicly available code to assess its fit for your specific datasets.

Key insights

Auto-Fill uses specialized small language models and calibrated abstention to achieve high-precision, cost-effective missing value prediction in tabular data.

Principles

Method

Auto-Fill post-trains three specialist SLMs, each for world knowledge, text-based, or code-based reasoning. A calibrated ensemble dynamically selects the most confident specialist or abstains.

In practice

Topics

Code references

Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, Data Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.