paper-with-me

Papers

TabGemma: Text-Based Tabular ICL via LLM using Continued Pretraining and Retrieval

2025-11-05 · Günther Schindler, Maximilian Schambach, Michael Medek, Sam Thelin arxiv

We study LLMs for tabular prediction with mixed text, numeric, and categorical fields. We introduce TabGemma, a schema-agnostic in-context learner that treats rows as sequences and tackles two practical hurdles when adapting pretrained LLMs for tabular predictions: unstable numeric tokenization and limited context size. We propose to canonicalize numbers via signed scientific notation and continue pretraining of a 12B Gemma 3 model with a target imputation objective using a large-scale real world dataset. For inference, we use a compact n-gram-based retrieval to select informative exemplars that fit within a 128k-token window. On semantically rich benchmarks, TabGemma establishes a new state of the art on classification across low- and high-data regimes and improves monotonically with more context rows. For regression, it is competitive at small sample sizes but trails conventional approaches as data grows. Our results show that LLMs can be effective tabular in-context learners on highly semantic tasks when paired with dedicated numeric handling and context retrieval, while motivating further advances in numeric modeling and long-context scaling.

📄 PDF Abstract BibTeX arXiv:2511.03570

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

moBERTo: A Modern Encoder for Portuguese via Continued Pretraining of ModernBERT

2026-06-21 · Thiago Laitz, Thales Sales Almeida, João Guilherme Alves Santos, Giovana Kerche Bonás arxiv

Encoder-only transformer models remain essential for production NLP pipelines. We introduce moBERTo, a Portuguese adaptation of ModernBERT obtained through continued pretraining of the ModernBERT-base checkpoint on 60 bi…

Natural Language UnderstandingDocument ClassificationInformation Retrieval

In-Context Learning for Latent Space Bayesian Optimization

2026-06-08 · Tuan A. Vu, Harri Lähdesmäki, Julien Martinelli arxiv

Bayesian optimization (BO) is a central tool for sample-efficient design, and latent-space Bayesian optimization (LSBO) extends it to structured objects such as molecules and proteins. In parallel, tabular foundation mod…

Synthetic continued pretraining

2024-09-11 · Zitong Yang, Neil Band, Shuangping Li, Emmanuel Candès 외

Pretraining on large-scale, unstructured internet text enables language models to acquire a significant amount of world knowledge. However, this knowledge acquisition is data-inefficient--to learn a given fact, models mu…

Data AugmentationLanguage ModellingRetrieval-augmented GenerationWorld Knowledge

Fine-Tuning the Retrieval Mechanism for Tabular Deep Learning

2023-11-13 · Felix den Breejen, Sangmin Bae, Stephen Cha, Tae-Young Kim 외

While interests in tabular deep learning has significantly grown, conventional tree-based models still outperform deep learning methods. To narrow this performance gap, we explore the innovative retrieval mechanism, a me…

Deep LearningRetrievalTransfer Learning

MachineLearningLM: Scaling Many-shot In-context Learning via Continued Pretraining

2025-09-08 · Haoyu Dong, Pengkun Zhang, Mingzhe Lu, Yanzhen Shen 외 arxiv

Large language models (LLMs) possess broad world knowledge and strong general-purpose reasoning ability, yet they struggle to learn from many in-context examples on standard machine learning (ML) tasks, that is, to lever…

General Knowledge