pith. sign in

arxiv: 2509.00326 · v2 · pith:BEWMTYWDnew · submitted 2025-08-30 · 💻 cs.LG

Chunked TabPFN: Exact Training-Free In-Context Learning for Long-Context Tabular Data

classification 💻 cs.LG
keywords tabpfntabularcontextdatamodelsstandardtree-basedachieves
0
0 comments X
read the original abstract

TabPFN v2 achieves better results than tree-based models on several tabular benchmarks, which is notable since tree-based models are usually the strongest choice for tabular data. However, it cannot handle more than 10K context tokens because transformers have quadratic computation and memory costs. Unlike existing approaches that rely on context compression, such as selecting representative samples via K-nearest neighbors (KNN), we introduce a tiled-block strategy to compute attention within the TabPFN framework. This design is compatible with standard GPU setups and, to the best of our knowledge, is the first to enable TabPFN to process long contexts without any pre-processing. We demonstrate the effectiveness of our approach on the standard TabArena benchmark, with code available at https://github.com/mrsergazinov/chunk_tabpfn.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. When Tabular Foundation Models Meet Strategic Tabular Data: A Prior Alignment Approach

    cs.AI 2026-05 unverdicted novelty 5.0

    The paper proposes Strategic Prior-data Fitted Network (SPN), an inference-time method that adapts pretrained tabular foundation models to strategic feature manipulation by constructing aligned in-context examples.