Auto-Fill Uses Specialist LLMs for Accurate Missing Data Prediction
Summary
Auto-Fill is a new approach that uses an ensemble of three specialist small language models (SLMs) to accurately predict missing values in tabular data. It combines world knowledge, text-based, and code-based reasoning with a calibrated abstention mechanism, achieving superior accuracy and cost efficiency compared to state-of-the-art reasoning models.
Why it matters
Data professionals, analysts, and engineers can significantly improve data quality and reduce manual effort in data cleaning by using Auto-Fill for highly accurate and cost-effective missing value prediction.
How to implement this in your domain
- 1Download and integrate the Auto-Fill framework into your data preprocessing pipelines for tabular data.
- 2Evaluate Auto-Fill's performance on your specific datasets with missing values, comparing it to existing imputation methods.
- 3Leverage the specialist SLMs for tasks requiring world knowledge, text-based, or code-based reasoning for data completion.
- 4Utilize the calibrated ensemble mechanism to ensure high-precision predictions and manage abstention for uncertain cases.
Who benefits
Key takeaways
- Auto-Fill uses specialist SLMs for highly accurate missing value prediction in tabular data.
- It combines world knowledge, text, and code-based reasoning.
- A calibrated ensemble mechanism ensures high precision and allows for abstention.
- Auto-Fill outperforms state-of-the-art models at a fraction of the cost.
Original post by Yurong Liu, Yeye He, Haoyu Dong, Junjie Xing, Shi Han, Dongmei Zhang, Surajit Chaudhuri
"arXiv:2607.19847v1 Announce Type: new 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 c…"
View on XPrimary sources
Originally posted by Yurong Liu, Yeye He, Haoyu Dong, Junjie Xing, Shi Han, Dongmei Zhang, Surajit Chaudhuri on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Engineering & DevTools
New Adaptive Filter Improves Time-Series Prediction with Input Noise
Researchers developed the RFFBCGA algorithm, a new nonlinear adaptive filter that effectively mitigates both input and output noise in time-series prediction. This method maintains a fixed network structure while enhancing robustness across various noise scenarios.
New Algorithm Learns Local Causal Structures with Latent Variables
Researchers propose LoCaLS, a new algorithm for learning local causal structures around a target variable from observational data, even when latent variables and selection bias are present. LoCaLS achieves high accuracy with significantly less computational effort than global causal discovery methods.
New Framework Evaluates AI Robustness with Minimum-Norm Attacks
Researchers introduce a unified framework for evaluating adversarial robustness using a comprehensive pool of minimum-norm attacks and robustness-perturbation curves across multiple norms. This approach addresses limitations of fixed-epsilon evaluations, providing a more stable and controllable assessment of AI model defenses.