用大模型和高阶消息传递统一处理表格中数值、类别和文本数据的缺失值。
On LLM-Enhanced Mixed-Type Data Imputation with High-Order Message Passing
- 构建单元导向超图,用双向高阶消息传递聚合全局与局部关系。
- 在10个真实数据集上优于现有方法,尤其对混合类型数据提升显著。
- 适合需要高质量数据清洗的科研与工业场景,尤其含复杂结构数据。
缺失数据填补旨在恢复原始数据集中的缺失值以实现数据完整性,对现代数据驱动模型(如大语言模型)至关重要,近年来受到广泛关注。然而,现有方法要么仅支持数值与类别数据,要么因优先设计用于文本数据而缺乏表格式数据填补的关键特性,性能不理想。本文提出UnIMP:一个统一的填补框架,利用大语言模型(LLM)与高阶消息传递来增强包括数值、类别和文本在内的混合类型数据填补。首先,我们引入一种单元导向超图来建模表格;接着提出BiHMP——一种高效的双向高阶消息传递网络,可在构造的超图上聚合全局-局部信息与高阶关系,同时捕捉列间异质性与列内同质性。为有效且高效地对齐LLM能力与BiHMP所聚合的信息,我们引入Xfusion,与BiHMP共同作为LLM的适配器。采用预训练-微调范式训练UnIMP,结合两项优化:分块技术(将表格划分为小块以提升效率)与渐进掩码技术(逐步引导模型学习更复杂的模式)。理论证明与10个真实世界数据集上的实证实验均表明,UnIMP在性能上显著优于现有方法。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。