SketchFill: Sketch-Guided Code Generation for Imputing Derived Missing Values
Yunfan Zhang, Changlun Li, Yuyu Luo, Nan Tang
TL;DR
SketchFill introduces a sketch-guided, self-reflective pipeline for derived missing value imputation (DMVI) that combines a Meta-Sketch with a Domain-Sketch to guide LLM-driven code generation. The framework integrates a Domain-Sketch Generator, Self-Reflected Code Generator, Summarizer, and Executor to produce executable Python functions for DMVI, iteratively refined by a Reflector. Empirical results on five domain datasets show SketchFill substantially outperforms CoT-, Code Generation-, and MetaGPT-based approaches, establishing a new standard for automated data cleaning. The work highlights the importance of explicit knowledge manifestation and iterative refinement in LLM-assisted DMVI, with practical impact for reliable numerical imputations across heterogeneous datasets.
Abstract
Missing value is a critical issue in data science, significantly impacting the reliability of analyses and predictions. Missing value imputation (MVI) is a longstanding problem because it highly relies on domain knowledge. Large language models (LLMs) have emerged as a promising tool for data cleaning, including MVI for tabular data, offering advanced capabilities for understanding and generating content. However, despite their promise, existing LLM techniques such as in-context learning and Chain-of-Thought (CoT) often fall short in guiding LLMs to perform complex reasoning for MVI, particularly when imputing derived missing values, which require mathematical formulas and data relationships across rows and columns. This gap underscores the need for further advancements in LLM methodologies to enhance their reasoning capabilities for more reliable imputation outcomes. To fill this gap, we propose SketchFill, a novel sketch-based method to guide LLMs in generating accurate formulas to impute missing numerical values. Our experimental results demonstrate that SketchFill significantly outperforms state-of-the-art methods, achieving 56.2% higher accuracy than CoT-based methods and 78.8% higher accuracy than MetaGPT. This sets a new standard for automated data cleaning and advances the field of MVI for numerical values.
