By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: CLAIM: A Contextual Language Model for Accurate Imputation of Missing Tabular Data | HackerNoon
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > Computing > CLAIM: A Contextual Language Model for Accurate Imputation of Missing Tabular Data | HackerNoon
Computing

CLAIM: A Contextual Language Model for Accurate Imputation of Missing Tabular Data | HackerNoon

News Room
Last updated: 2025/07/01 at 3:56 PM
News Room Published 1 July 2025
Share
SHARE

Authors:

(1) Ahatsham Hayat, Department of Electrical and Computer Engineering, University of Nebraska-Lincoln ([email protected]);

(2) Mohammad Rashedul Hasan, Department of Electrical and Computer Engineering, University of Nebraska-Lincoln ([email protected]).

Table of Links

Abstract and 1 Introduction

2 Method

2.1 Problem Formulation and 2.2 Missingness Patterns

2.3 Generating Missing Values

2.4 Description of CLAIM

3 Experiments

3.1 Results

4 Related Work

5 Conclusion and Future Directions

6 Limitations and References

Abstract. This paper introduces the Contextual Language model for Accurate Imputation Method (CLAIM), a novel strategy that capitalizes on the expansive knowledge and reasoning capabilities of pre-trained large language models (LLMs) to address missing data challenges in tabular datasets. Unlike traditional imputation methods, which predominantly rely on numerical estimations, CLAIM utilizes contextually relevant natural language descriptors to fill missing values. This approach transforms datasets into natural language contextualized formats that are inherently more aligned with LLMs’ capabilities, thereby facilitating the dual use of LLMs: first, to generate missing value descriptors, and then, to fine-tune the LLM on the enriched dataset for improved performance in downstream tasks. Our evaluations across diverse datasets and missingness patterns reveal CLAIM’s superior performance over existing imputation techniques. Furthermore, our investigation into the effectiveness of context-specific versus generic descriptors for missing data highlights the importance of contextual accuracy in enhancing LLM performance for data imputation. The results underscore CLAIM’s potential to markedly improve the reliability and quality of data analysis and machine learning models, offering a more nuanced and effective solution for handling missing data.

1 Introduction

‘Well! I’ve often seen a cat without a grin,’ thought Alice; ‘but a grin without a cat! It’s the most curious thing I ever saw in all my life!’

Lewis Carroll, Alice’s Adventures in Wonderland (1865)

A compelling real-world example of how context-unaware estimation of missing data can defy reality and compromise the integrity of downstream tasks is highlighted in [35]. This account describes a scenario where a predictive machine learning (ML) model, developed to process tabular demographic data including individuals’ ages, faced challenges due to missing age entries. The imputation strategy employed involved substituting missing age values with zeros—a common default for initializing integers in several programming languages. This approach inadvertently led the model to categorize individuals with unspecified ages as “toddlers”, resulting in aberrant model behavior. Numerous instances echoing this type of bias in ML models, resulting from context-unaware imputation of missing data, are reported in the literature [35,14,38,43,34,1].

These incidents prompt a critical inquiry into more sophisticated and reality-congruent methods for estimating missing tabular data. While simple statistical replacements such as the mean or median might suffice under the assumption of a normal distribution, predictive ML techniques like k-Nearest Neighbors (k-NN), random forest (RF), or even deep learning (DL)-based generative models offer alternative strategies [20,13,45,8]. These ML/DL methods typically presuppose that missingness in an attribute correlates with observable values in other features. However, this raises fundamental questions: What if the missing data is independent of observed values? Or if the absence of data is influenced solely by unobserved variables? In scenarios where missingness is not attributable to external factors or other observed data, the challenge then becomes how to accurately estimate the missing values. To date, no single imputation method has proven universally effective, underscoring the complexity and variety of missing data scenarios encountered in practice [20].

This paper introduces a novel approach, leveraging the capabilities of pre-trained large language models (LLMs) [6,9,39,26], to innovatively address the challenge of missing data in tabular datasets. Our method, the Contextual Language model for Accurate Imputation Method (CLAIM), diverges significantly from traditional imputation techniques that predominantly estimate missing values through numerical methods. Instead, CLAIM harnesses LLMs’ expansive knowledge [28,29] and reasoning capabilities [9,42,4] in a dual-phase process: initially, it employs LLMs to generate contextually relevant natural language descriptors for missing values, effectively transforming datasets into natural language contextualized formats. This transformation is crucial, as it aligns the data with the inherent strengths of LLMs, making it more amenable to their processing capabilities.

Subsequently, these enriched datasets serve as the foundation for fine-tuning LLMs to enhance performance in downstream tasks (e.g., classification), showcasing a unique and effective use of language models beyond their conventional applications. By incorporating contextually relevant descriptors for missing data, CLAIM not only addresses the variability and specificity inherent in data across different domains but also adeptly navigates the complexities introduced by various missingness mechanisms. Through this innovative integration of LLMs into the data imputation process, CLAIM aims to deliver a more nuanced, accurate, and reliable method for data recovery, essential for improving the quality of subsequent data analysis and machine learning tasks.

To assess the effectiveness of CLAIM, we undertake a comprehensive analysis across three standard missing data mechanisms—MCAR (Missing Completely at Random), MAR (Missing at Random), and MNAR (Missing Not at Random) [30], and comparing CLAIM against a wide range of existing imputation methods spanning single and multiple imputation techniques, non-ML and ML methods, and discriminative and generative ML approaches. Our empirical studies, aimed at evaluating the impact of CLAIM on LLM-based downstream classification tasks, are guided by two principal research questions (RQs):

– [RQ1]: How effective is CLAIM in imputing missing values across the distinct missingness mechanisms (MCAR, MAR, and MNAR) and how does it compare with existing imputation methods in terms of accuracy and robustness across varied datasets and missing data scenarios?

– [RQ2]: How does the choice of phrasing for missingness descriptors in CLAIM affect the performance of LLM-based downstream tasks?

The main contributions of this work are multifaceted. Firstly, CLAIM represents a departure from traditional imputation methods by using LLMs to generate context specific descriptors for missing data, establishing a new benchmark in data imputation. Secondly, through extensive empirical evaluation, we demonstrate CLAIM’s superior performance over existing methods across varied datasets and missingness patterns. Lastly, our analysis of context-specific versus generic descriptors provides key insights into optimizing LLM performance for imputation tasks, highlighting the significance of contextual accuracy. Collectively, these contributions advance data preprocessing techniques and open novel pathways for applying LLMs in complex data science challenges.

This paper is available on arxiv under CC by 4.0 Deed (Attribution 4.0 International) license.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article A Pro-Russia Disinformation Campaign Is Using Free AI Tools to Fuel a ‘Content Explosion’
Next Article Greene touts removal of AI provision from GOP megabill as ‘huge win for federalism’
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

Ultra Mobile raised its data caps without a price increase
News
Layer-One Confidential Smart Contracts: Architecture, Threats, and Tradeoffs | HackerNoon
Computing
Google makes it easier to let family members use smart home devices
News
Russian advance slows in March as Putin’s invasion loses momentum
News

You Might also Like

Computing

Layer-One Confidential Smart Contracts: Architecture, Threats, and Tradeoffs | HackerNoon

16 Min Read
Computing

China’s Zhihu introduces AI tool to respond to users’ questions · TechNode

1 Min Read
Computing

How Trusted Execution Environments Power Scalable, Private Smart Contracts | HackerNoon

19 Min Read
Computing

China’s carmakers take on Tesla FSD with vision approach, E2E AI · TechNode

10 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?