paper-with-me

홈 › Papers

TabularMath: Evaluating Computational Extrapolation in Tabular Learning via Program-Verified Synthesis

2026-01-25 · Zerui Cheng, Jiashuo Liu, Jianzhu Yao, Pramod Viswanath, Ge Zhang, Wenhao Huang arxiv

Standard tabular benchmarks mainly focus on the evaluation of a model's capability to interpolate values inside a data manifold, where models good at performing local statistical smoothing are rewarded. However, there exists a very large category of high-value tabular data, including financial modeling and physical simulations, which are generated based upon deterministic computational processes, as opposed to stochastic and noisy relationships. Therefore, we investigate if tabular models can provide an extension from statistical interpolation to computational extrapolation. We propose TabularMath, a diagnostic benchmark of 114 deterministic problems (233,472 rows) generated from verified programs based on GSM8K and AIME. We evaluate 9 tabular architectures and in-context learning (ICL) with GPT-OSS-120B. On standard regression metrics, TabPFN v2.5 performs remarkably well, achieving R^2=0.998 in-distribution and maintaining positive R^2 even under distribution shift, which is unique among the tabular models we tested. When we measure rounded consistency (exact integer match), a different picture emerges: TabPFN v2.5 drops below 10% on out-of-distribution data, while ICL maintains around 40%. This gap between R^2 and exact-match accuracy suggests that tabular models learn smooth function approximations but struggle to recover precise computational outputs under extrapolation. The two paradigms appear complementary: TabPFN scales efficiently with data; ICL achieves exact computation from few examples. We release all code and data to support further investigation.

📄 PDF Abstract BibTeX arXiv:2602.02523

Code (0)

등록된 구현이 없습니다.

Tasks

Physical Simulations

Similar Papers 제목 키워드 기반

NAS-Bench-x11 and the Power of Learning Curves

2021-11-05 · NeurIPS 2021 12 · Shen Yan, Colin White, Yash Savani, Frank Hutter

While early research in neural architecture search (NAS) required extreme computational resources, the recent releases of tabular and surrogate benchmarks have greatly increased the speed and reproducibility of NAS resea…

AutoMLNeural Architecture Search

A Systematic Framework for Tabular Data Disentanglement

2026-04-09 · Ivan Tjuawinata, Andre Gunawan, Anh Quan Tran, Nitish Kumar 외 arxiv

Tabular data, widely used in various applications such as industrial control systems, finance, and supply chain, often contains complex interrelationships among its attributes. Data disentanglement seeks to transform suc…

Tabular Data Generation

Progress Extrapolating Algorithmic Learning to Arbitrary Sequence Lengths

2020-03-18 · Andreas Robinson

Recent neural network models for algorithmic tasks have led to significant improvements in extrapolation to sequences much longer than training, but it remains an outstanding problem that the performance still degrades f…

RADAR: Benchmarking Language Models on Imperfect Tabular Data

2025-06-09 · Ken Gu, Zhihan Zhang, Kate Lin, Yuwei Zhang 외

Language models (LMs) are increasingly being deployed to perform autonomous data analyses. However, their data awareness -- the ability to recognize, reason over, and appropriately handle data artifacts such as missing v…

BenchmarkingMissing Values

Measuring few-shot extrapolation with program induction

2020-10-13 · NeurIPS Workshop CAP 2020 12 · Ferran Alet, Javier Lopez-Contreras, Joshua B. Tenenbaum, Tomas Perez 외

Neural networks are capable of learning complex functions, but still have problems generalizing from few examples and beyond their training distribution. Meta-learning provides a paradigm to train networks to learn from …

Meta-LearningProgram induction