CLDBLGDec 26, 2024

SketchFill: Sketch-Guided Code Generation for Imputing Derived Missing Values

arXiv:2412.19113v13 citationsh-index: 22
Originality Incremental advance
AI Analysis

This addresses the need for more reliable automated data cleaning in data science, particularly for numerical values, though it appears incremental as it builds on LLM-based imputation methods.

The paper tackles the problem of imputing derived missing values in tabular data, where existing LLM methods struggle with complex reasoning, and proposes SketchFill, a sketch-based method that achieves 56.2% higher accuracy than CoT-based methods and 78.8% higher accuracy than MetaGPT.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes