paper-with-me

Papers

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

2025-02-05 · Xumeng Wen, Shun Zheng, Zhen Xu, Yiming Sun, Jiang Bian

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.

📄 PDF Abstract BibTeX arXiv:2502.03147

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningRetrieval

Similar Papers 제목 키워드 기반

Retrieval-aligned Tabular Foundation Models Enable Robust Clinical Risk Prediction in Electronic Health Records Under Real-world Constraints

2026-04-02 · Minh-Khoi Pham, Thang-Long Nguyen Ho, Thao Thi Phuong Dao, Tai Tan Mai 외 arxiv

Clinical prediction from structured electronic health records (EHRs) is challenging due to high dimensionality, heterogeneity, class imbalance, and distribution shift. While tabular in-context learning (TICL) and retriev…

Beyond Extraction: Contextualising Tabular Data for Efficient Summarisation by Language Models

2024-01-04 · Uday Allu, Biddwan Ahmed, Vishesh Tripathi

The conventional use of the Retrieval-Augmented Generation (RAG) architecture has proven effective for retrieving information from diverse documents. However, challenges arise in handling complex table queries, especiall…

Information RetrievalLanguage ModelingLanguage ModellingRAG+2

Retrieval Augmented Deep Anomaly Detection for Tabular Data

2024-01-30 · Hugo Thimonier, Fabrice Popineau, Arpad Rimmel, Bich-Liên Doan

Deep learning for tabular data has garnered increasing attention in recent years, yet employing deep models for structured data remains challenging. While these models excel with unstructured data, their efficacy with st…

Anomaly DetectionRetrieval

TableRAG: A Retrieval Augmented Generation Framework for Heterogeneous Document Reasoning

2025-06-12 · Xiaohan Yu, Pu Jian, Chong Chen

Retrieval-Augmented Generation (RAG) has demonstrated considerable effectiveness in open-domain question answering. However, when applied to heterogeneous documents, comprising both textual and tabular components, existi…

Answer GenerationChunkingOpen-Domain Question AnsweringQuestion Answering+4

TabRAG: Improving Tabular Document Question Answering for Retrieval Augmented Generation via Structured Representations

2025-11-10 · Jacob Si, Mike Qu, Michelle Lee, Marek Rei 외 arxiv

Incorporating external knowledge bases in traditional retrieval-augmented generation (RAG) relies on parsing the document, followed by querying a language model with the parsed information via in-context learning. While …

Question Answering