Related Experiment Videos
Robustness is important: Limitations of LLMs for predictions on tabular data
Hejia Liu1, Mochen Yang1, Gediminas Adomavicius1
1Department of Information and Decision Sciences, University of Minnesota, 321 19th Ave S, Minneapolis, MN 55455, USA.
PNAS Nexus
|June 15, 2026
Summary
Large language models (LLMs) show vulnerability in tabular prediction tasks. Irrelevant data representation changes drastically alter LLM predictions, indicating a lack of robustness for reliable use.
Area of Science:
- Artificial Intelligence
- Machine Learning
- Data Science
Background:
- Large language models (LLMs) are increasingly applied to tabular data prediction.
- Prior work suggests LLMs perform comparably to traditional methods via in-context learning (ICL) or supervised fine-tuning (SFT).
Purpose of the Study:
- To identify and analyze the vulnerability of LLMs in tabular prediction tasks.
- To investigate the impact of task-irrelevant data representation changes on LLM predictions.
Main Methods:
- Evaluated LLM performance on tabular data prediction using ICL and SFT.
- Assessed prediction sensitivity to task-irrelevant variations like variable name changes.
- Examined attention patterns in open-weight LLMs to understand prediction sensitivity.
- Compared general-purpose LLMs with state-of-the-art tabular foundation models.
Main Results:
- LLMs exhibit critical vulnerability: task-irrelevant data representation changes drastically alter predictions (e.g., variable name changes affecting error by 82%).
- This sensitivity occurs in both ICL and SFT, across open- and close-weight LLMs.
- Nonuniform attention patterns in LLMs explain sensitivity to positional variations.
- Tabular foundation models improve performance but remain susceptible to these variations.
Conclusions:
- General-purpose LLMs lack the robustness required for principled tabular prediction.
- Current LLM approaches for tabular data are unreliable due to sensitivity to superficial data changes.
- Further research is needed to enhance the robustness of LLMs for tabular prediction.
Related Concept Videos
Survival Tree
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a survival tree begins...
Building a Survival Tree
Constructing a survival tree begins...
Prediction Intervals
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
The...
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
The...
Quantifying and Rejecting Outliers: The Grubbs Test
Sometimes, a data set can have a recorded numerical observation that greatly deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier. To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This number is...
Expected Frequencies in Goodness-of-Fit Tests
A goodness-of-fit test is conducted to determine whether the observed frequency values are statistically similar to the frequencies expected for the dataset. Suppose the expected frequencies for a dataset are equal such as when predicting the frequency of any number appearing when casting a die. In that case, the expected frequency is the ratio of the total number of observations (n) to the number of categories (k).
Residuals and Least-Squares Property
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
Mechanistic Models: Compartment Models in Individual and Population Analysis
Mechanistic models are utilized in individual analysis using single-source data, but imperfections arise due to data collection errors, preventing perfect prediction of observed data. The mathematical equation involves known values (Xi), observed concentrations (Ci), measurement errors (εi), model parameters (ϕj), and the related function (ƒi) for i number of values. Different least-squares metrics quantify differences between predicted and observed values. The ordinary least squares (OLS)...