CLAIFeb 5, 2025

Scalable In-Context Learning on Tabular Data via Retrieval-Augmented Large Language Models

arXiv:2502.03147v16 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work addresses the problem of scalable in-context learning on tabular data for researchers and practitioners, though it is incremental as it builds on existing LLM-based approaches with retrieval augmentation.

The authors tackled the limitation of large language models (LLMs) in handling large-scale tabular data due to token constraints by proposing retrieval-augmented LLMs tailored for tabular data, achieving significantly improved performance across 69 datasets and demonstrating promising scaling behavior.

Recent studies have shown that large language models (LLMs), when customized with post-training on tabular data, can acquire general tabular in-context learning (TabICL) capabilities. These models are able to transfer effectively across diverse data schemas and different task domains. However, existing LLM-based TabICL approaches are constrained to few-shot scenarios due to the sequence length limitations of LLMs, as tabular instances represented in plain text consume substantial tokens. To address this limitation and enable scalable TabICL for any data size, we propose retrieval-augmented LLMs tailored to tabular data. Our approach incorporates a customized retrieval module, combined with retrieval-guided instruction-tuning for LLMs. This enables LLMs to effectively leverage larger datasets, achieving significantly improved performance across 69 widely recognized datasets and demonstrating promising scaling behavior. Extensive comparisons with state-of-the-art tabular models reveal that, while LLM-based TabICL still lags behind well-tuned numeric models in overall performance, it uncovers powerful algorithms under limited contexts, enhances ensemble diversity, and excels on specific datasets. These unique properties underscore the potential of language as a universal and accessible interface for scalable tabular data learning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes