paper-with-me

홈 › Papers

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

2025-01-04 · Jianwei Wang, Kai Wang, Ying Zhang, Wenjie Zhang, Xiwei Xu, Xuemin Lin

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.

📄 PDF Abstract BibTeX arXiv:2501.02191

Code (1)

guaiyoui/unimp 공식 구현 pytorch

Tasks

ChunkingImputationMissing Values

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Quantum-Accelerated Neural Imputation with Large Language Models (LLMs)

2025-07-11 · Hossein Jamali arxiv

Missing data presents a critical challenge in real-world datasets, significantly degrading the performance of machine learning models. While Large Language Models (LLMs) have recently demonstrated remarkable capabilities…

MissForest - nonparametric missing value imputation for mixed-type data

2011-05-04 · Daniel J. Stekhoven, Peter Bühlmann

Modern data acquisition based on high-throughput technology is often facing the problem of missing data. Algorithms commonly used in the analysis of such large-scale data often depend on a complete set. Missing value imp…

Computational EfficiencyImputationMissing Values

Who wins the Miss Contest for Imputation Methods? Our Vote for Miss BooPF

2017-11-30 · Burim Ramosaj, Markus Pauly

Missing data is an expected issue when large amounts of data is collected, and several imputation techniques have been proposed to tackle this problem. Beneath classical approaches such as MICE, the application of Machin…

Imputation

Online Missing Value Imputation and Change Point Detection with the Gaussian Copula

2020-09-25 · Yuxuan Zhao, Eric Landgrebe, Eliot Shekhtman, Madeleine Udell

Missing value imputation is crucial for real-world data science workflows. Imputation is harder in the online setting, as it requires the imputation method itself to be able to evolve over time. For practical application…

Change Point DetectionImputationMissing Values

RefiDiff: Refinement-Aware Diffusion for Efficient Missing Data Imputation

2025-05-20 · Md Atik Ahamed, Qiang Ye, Qiang Cheng

Missing values in high-dimensional, mixed-type datasets pose significant challenges for data imputation, particularly under Missing Not At Random (MNAR) mechanisms. Existing methods struggle to integrate local and global…

DenoisingImputationMambaMissing Values