LGSIJan 4, 2025

On LLM-Enhanced Mixed-Type Data Imputation with High-Order Message Passing

arXiv:2501.02191v115 citationsh-index: 27Proc VLDB Endow
Originality Incremental advance
AI Analysis

This addresses a key bottleneck in data preprocessing for data-driven models like LLMs, offering a unified solution for mixed-type data imputation, though it appears incremental as it builds on existing methods with novel adaptations.

The paper tackles the problem of missing data imputation for mixed-type data (numerical, categorical, and text) by proposing UnIMP, a framework that leverages large language models and high-order message passing, achieving superior performance over existing techniques on 10 real-world datasets.

Missing data imputation, which aims to impute the missing values in the raw datasets to achieve the completeness of datasets, is crucial for modern data-driven models like large language models (LLMs) and has attracted increasing interest over the past decades. Despite its importance, existing solutions for missing data imputation either 1) only support numerical and categorical data or 2) show an unsatisfactory performance due to their design prioritizing text data and the lack of key properties for tabular data imputation. In this paper, we propose UnIMP, a Unified IMPutation framework that leverages LLM and high-order message passing to enhance the imputation of mixed-type data including numerical, categorical, and text data. Specifically, we first introduce a cell-oriented hypergraph to model the table. We then propose BiHMP, an efficient Bidirectional High-order Message-Passing network to aggregate global-local information and high-order relationships on the constructed hypergraph while capturing the inter-column heterogeneity and intra-column homogeneity. To effectively and efficiently align the capacity of the LLM with the information aggregated by BiHMP, we introduce Xfusion, which, together with BiHMP, acts as adapters for the LLM. We follow a pre-training and fine-tuning pipeline to train UnIMP, integrating two optimizations: chunking technique, which divides tables into smaller chunks to enhance efficiency; and progressive masking technique, which gradually adapts the model to learn more complex data patterns. Both theoretical proofs and empirical experiments on 10 real world datasets highlight the superiority of UnIMP over existing techniques.

Code Implementations1 repo
Foundations

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

Your Notes