Bootstrap-Conditioned Action Selection with Tabular Foundation Models
Summary
The paper proposes BC-ICL, a bootstrap-conditioned action selection method that leverages pretrained tabular foundation models with in-context learning for contextual bandits, improving exploration and regret performance under strict online protocols.
View Cached Full Text
Cached at: 08/10/26, 08:01 AM
# Bootstrap-Conditioned Action Selection with Tabular Foundation Models
Source: [https://arxiv.org/html/2608.06559](https://arxiv.org/html/2608.06559)
Shiv TavkerDmitry EfimovSuchitra SathyanarayanaGitanjali BhutaniBoris N\. Oreshkin
###### Abstract
Contextual bandits offer a natural framework for sample\-efficient personalization, but practical deployment remains difficult under sparse, biased interaction data, unreliable uncertainty estimates, and severe cold starts\. We study whether pretrained tabular foundation models with in\-context learning can be turned into randomized policies for online decision making\. We propose BC\-ICL \(*Bootstrap\-conditioned action selection using ICL*\), which at each round draws a bootstrap resample of the interaction history, conditions a frozen pretrained ICL model on that resample, scores all actions, and selects the action with the highest sampled score\. We further introduce an arm\-context conditioning architecture that promotes shared statistical strength across actions and helps avoid common bootstrap failure modes of isolated\-arm bandits\. Empirically, this policy delivers strong early\-round regret and regret performance on standard contextual bandit suites, outperforming established baselines under a strict online protocol\.
Contextual Bandits, Foundation Models, In\-Context Learning, Bootstrap
## 1Introduction
Personalized recommendation systems are naturally modeled as*contextual bandit*problems, in which each interaction consists of selecting an item based on observed user and item features and then observing an immediate reward such as a click or rating\(Liet al\.,[2010](https://arxiv.org/html/2608.06559#bib.bib1)\)\. In practice, modern systems rely on a*single global policy*that maps contextual features to actions, rather than maintaining an independent bandit for each user\. Per\-user bandits are rarely viable at scale due to severe cold\-start and data\-efficiency issues; while global contextual policies achieve substantially higher sample efficiency and have become the standard abstraction in large\-scale recommender systems and online decision\-making\(Liet al\.,[2010](https://arxiv.org/html/2608.06559#bib.bib1),[2011](https://arxiv.org/html/2608.06559#bib.bib2); Chuet al\.,[2011](https://arxiv.org/html/2608.06559#bib.bib4); Lattimore and Szepesvári,[2020](https://arxiv.org/html/2608.06559#bib.bib3)\)\. In the global\-policy setting, the main difficulty is to achieve principled exploration without sacrificing reward\-model expressiveness\. Classical contextual bandit methods typically assume linear reward models and rely on optimism or posterior sampling, which yields strong regret guarantees but limited representational power\(Agrawal and Goyal,[2013](https://arxiv.org/html/2608.06559#bib.bib5); Russoet al\.,[2018](https://arxiv.org/html/2608.06559#bib.bib6)\)\. Kernelized bandits improve flexibility\(Srinivaset al\.,[2010](https://arxiv.org/html/2608.06559#bib.bib7); Chowdhury and Gopalan,[2017](https://arxiv.org/html/2608.06559#bib.bib8)\), and neural contextual bandit methods can model substantially more complex reward functions\(Riquelmeet al\.,[2018](https://arxiv.org/html/2608.06559#bib.bib9); Zhouet al\.,[2020](https://arxiv.org/html/2608.06559#bib.bib10); Zhanget al\.,[2021](https://arxiv.org/html/2608.06559#bib.bib11)\)\. However, these neural methods must train task\-specific networks from scratch using only bandit feedback\. Their uncertainty estimates, often based on linearization or dropout, are also highly sensitive to hyperparameters and can be brittle precisely in the low\-data and cold\-start regimes where exploration matters most\.
In parallel, recent advances in*in\-context learning \(ICL\) foundation models for tabular data*have produced powerful predictors\(Hollmannet al\.,[2025](https://arxiv.org/html/2608.06559#bib.bib12); Qu and others,[2025](https://arxiv.org/html/2608.06559#bib.bib13)\)\. These models adapt to new tasks from an in\-context dataset, effectively amortizing Bayesian inference into a single forward pass\. This progress raises a natural question:*can tabular ICL predictors be used directly for action selection in contextual bandits?*To address this question, we propose BC\-ICL \(*Bootstrap\-conditioned action selection using ICL*\)\. At each round, we draw a bootstrap resample of the observed interaction history, condition a frozen tabular ICL predictor on that resample, score all candidate actions, and play the action with the highest sampled score\. This yields a randomized policy that reuses the pretrained inductive bias of the foundation model while introducing exploration through bootstrap\-induced variation\. We further introduce an arm\-context conditioning architecture that promotes shared statistical strength across actions and helps avoid common bootstrap failure modes of isolated\-arm bandit settings\. Empirically, we instantiate BC\-ICL with pretrained tabular ICL models such as TabPFN and TabICL and show strong regret performance across standard contextual bandit suites under a strict online protocol\.
Our contributions are threefold: \(1\) We propose BC\-ICL, a simple and practical contextual\-bandit algorithm that couples bootstrap resampling with a frozen in\-context learning predictor, turning a pretrained supervised model into an exploration\-capable decision rule\. \(2\) We introduce a multiplicative arm\-context feature map that enables shared exploration across actions through a common projected context representation\. \(3\) We perform comprehensive empirical evaluation showing that BC\-ICL, instantiated with TabPFN or TabICL, outperforms linear, kernelized, and neural contextual bandit baselines\.
## 2Method
We consider a stochastic contextual bandit with action set𝒜=\{1,…,K\}\\mathcal\{A\}=\\\{1,\\dots,K\\\}\. At roundtt, the learner observes a contextxt∈𝒳x\_\{t\}\\in\\mathcal\{X\}, selects an actionat∈𝒜a\_\{t\}\\in\\mathcal\{A\}, and then observes a rewardrt∈\[0,1\]r\_\{t\}\\in\[0,1\]with conditional meanμ\(xt,at\)=𝔼\[rt∣xt,at\]\\mu\(x\_\{t\},a\_\{t\}\)=\\mathbb\{E\}\[r\_\{t\}\\mid x\_\{t\},a\_\{t\}\]\. The interaction history at roundttis𝒟t=\{\(xs,as,rs\)\}s=1t−1\\mathcal\{D\}\_\{t\}=\\\{\(x\_\{s\},a\_\{s\},r\_\{s\}\)\\\}\_\{s=1\}^\{t\-1\}\. Our goal is to deploy a pretrained tabular ICL predictor as a frozen reward model inside this online decision problem\. The key design choice is to induce exploration through randomized conditioning: rather than changing model parameters online, we randomize the conditioning history seen by the fixed backbone\.
#### Arm\-context representation\.
For each actionaa, letea∈ℝdae\_\{a\}\\in\\mathbb\{R\}^\{d\_\{a\}\}denote a fixed arm embedding, and letP∈ℝdx×daP\\in\\mathbb\{R\}^\{d\_\{x\}\\times d\_\{a\}\}be a shared projection matrix\. We use the multiplicative arm\-context feature map,
Φmult\(x,a\)=\[x;ea;\(x⊤P\)⊙ea\],\\Phi\_\{\\mathrm\{mult\}\}\(x,a\)=\\big\[x;\\;e\_\{a\};\\;\(x^\{\\top\}P\)\\odot e\_\{a\}\\big\],where⊙\\odotdenotes elementwise multiplication\. This representation has three roles: \(i\) it preserves the raw context signalxx, \(ii\) it encodes arm identity througheae\_\{a\}, and \(iii\) it introduces explicit arm–context interactions through the shared projected context\(x⊤P\)⊙ea\(x^\{\\top\}P\)\\odot e\_\{a\}\. The shared projection is important: perturbations of the conditioning history propagate through a common context representation and affect scores for multiple arms simultaneously, which is the key shared exploration mechanism\.
#### Bootstrap\-conditioned action selection using ICL \(BC\-ICL\)\.
Letℳ\(⋅\|𝒟\)\\mathcal\{M\}\(\\cdot\|\\mathcal\{D\}\)denote the pretrained ICL predictor conditioned on a dataset𝒟\\mathcal\{D\}\. At roundtt, we draw a bootstrap resample,
𝒟~t∼Bootstrap\(𝒟t\),\\widetilde\{\\mathcal\{D\}\}\_\{t\}\\sim\\mathrm\{Bootstrap\}\(\\mathcal\{D\}\_\{t\}\),obtained by sampling\|𝒟t\|\|\\mathcal\{D\}\_\{t\}\|observations with replacement from𝒟t\\mathcal\{D\}\_\{t\}\. We then define the sampled reward predictor,
μ^𝒟~t\(x,a\):=ℳ\(Φmult\(x,a\)∣𝒟~t\),\\hat\{\\mu\}\_\{\\widetilde\{\\mathcal\{D\}\}\_\{t\}\}\(x,a\):=\\mathcal\{M\}\\\!\\left\(\\Phi\_\{\\mathrm\{mult\}\}\(x,a\)\\mid\\widetilde\{\\mathcal\{D\}\}\_\{t\}\\right\),where model outputs are clipped to\[0,1\]\[0,1\]when needed, so that predicted scores lie on the same scale as the bounded rewardsrt∈\[0,1\]r\_\{t\}\\in\[0,1\]\. We evaluate all candidate actions under this predictor, and play
at∈argmaxa∈𝒜μ^𝒟~t\(xt,a\)\.a\_\{t\}\\in\\arg\\max\_\{a\\in\\mathcal\{A\}\}\\hat\{\\mu\}\_\{\\widetilde\{\\mathcal\{D\}\}\_\{t\}\}\(x\_\{t\},a\)\.After observingrtr\_\{t\}, we append\(xt,at,rt\)\(x\_\{t\},a\_\{t\},r\_\{t\}\)to the history and continue\. This policy induces a randomized decision rule through bootstrap\-conditioned predictor draws\.
## 3Experiments
We evaluate BC\-ICL along four axes: \(i\) How does BC\-ICL compare to established linear, kernel, and neural bandit baselines? \(ii\) Is data\-level bootstrapping necessary, or does the ICL model’s internal uncertainty suffice for exploration? \(iii\) What is the computational cost of our approach? \(iv\) How does arm\-context interaction affect regret?
Table 1:Cumulative regret \(mean±\\pmstandard deviation\) over 10 seeds\. Lower is better\. Best results inbold\. Adult and Magic Telescope results appear in Appendix[B\.3](https://arxiv.org/html/2608.06559#A2.SS3)\.#### Datasets\.
Following prior work on neural contextual bandits\(Riquelmeet al\.,[2018](https://arxiv.org/html/2608.06559#bib.bib9); Zhouet al\.,[2020](https://arxiv.org/html/2608.06559#bib.bib10)\), we convert supervised classification datasets into contextual bandit problems\. At each round, the learner observes a feature vectorxtx\_\{t\}and selects one ofKKarms corresponding to class labels\. The learner receives a binary rewardrt=1r\_\{t\}=1if the selected arm matches the true label, andrt=0r\_\{t\}=0otherwise\. We evaluate on eight datasets spanning a range of scales and difficulty levels:Adult,Covertype,Isolet,Letter,Mushroom,Magic Telescope, andShuttlefrom the UCI repository\(Dua and Graff,[2017](https://arxiv.org/html/2608.06559#bib.bib18)\), as well asMnist\(LeCunet al\.,[2010](https://arxiv.org/html/2608.06559#bib.bib19)\)\.These datasets differ in dimensionality and number of arms, as well as in the degree to which rewards depend on interactions between context features and arm identity\. For example,Isoletprovides a high\-dimensional, multi\-arm setting where modeling arm\-context interactions is critical for fast learning\. Dataset statistics are summarized in Table[3](https://arxiv.org/html/2608.06559#A2.T3)of Appendix[B\.1](https://arxiv.org/html/2608.06559#A2.SS1)\. ForMnistandIsolet, which exceed TabPFN’s recommended feature limit of 500, we apply PCA preprocessing to retain 85% of the variance\. We report results for the six most challenging benchmarks in the main text, and defer the remaining results to Appendix[B\.3](https://arxiv.org/html/2608.06559#A2.SS3)\.
#### Baselines\.
We compare against a comprehensive set of contextual bandit algorithms:Random: Uniform arm selection\.Linear TS\(Chuet al\.,[2011](https://arxiv.org/html/2608.06559#bib.bib4); Agrawal and Goyal,[2013](https://arxiv.org/html/2608.06559#bib.bib5)\): Linear reward models with Thompson Sampling\.LinUCB\(Liet al\.,[2010](https://arxiv.org/html/2608.06559#bib.bib1)\): Linear reward models with UCB\.Kernel UCB / TS\(Valkoet al\.,[2013](https://arxiv.org/html/2608.06559#bib.bib17); Chowdhury and Gopalan,[2017](https://arxiv.org/html/2608.06559#bib.bib8)\): Kernelized reward models with RBF kernels\.NeuralUCB / NeuralTS\(Zhouet al\.,[2020](https://arxiv.org/html/2608.06559#bib.bib10); Zhanget al\.,[2021](https://arxiv.org/html/2608.06559#bib.bib11)\): Neural reward models with UCB and Thompson Sampling\.BootstrapNN\(Osbandet al\.,[2016](https://arxiv.org/html/2608.06559#bib.bib14); Riquelmeet al\.,[2018](https://arxiv.org/html/2608.06559#bib.bib9)\): Ensemble of neural networks trained on bootstrap samples\.
#### Implementation Details\.
We test BC\-ICL with two ICL backbones: TabPFN or TabICL\. We use the arm\-context feature maps defined in Section[2](https://arxiv.org/html/2608.06559#S2)to construct inputs for the ICL model\. By default, we use the multiplicative encodingΦmult\(x,a\)=\[x;ea;\(x⊤P\)⊙ea\]\\Phi\_\{\\text\{mult\}\}\(x,a\)=\[x;\\ e\_\{a\};\\ \(x^\{\\top\}P\)\\odot e\_\{a\}\], withPPset to a random matrix\. This explicitly captures arm\-context interactions via random projections\. We set the embedding dimensionda=Kd\_\{a\}=K\(the number of arms\) throughout our experiments\. We ablate multiplicative encoding against the simpler one\-hot baselineΦone\-hot\(x,a\)=\[x;ea\]\\Phi\_\{\\text\{one\-hot\}\}\(x,a\)=\[x;\\ e\_\{a\}\]\. For all baselines, we use the block\-diagonal context representation standard in the neural bandit literature\(Riquelmeet al\.,[2018](https://arxiv.org/html/2608.06559#bib.bib9); Zhouet al\.,[2020](https://arxiv.org/html/2608.06559#bib.bib10)\): each armaais represented by a vector inℝKd\\mathbb\{R\}^\{Kd\}with the contextxxplaced in theaa\-th block and zeros elsewhere\. This representation favors baselines by enabling fully arm\-specific parameters\. However, block\-diagonal encoding is unsuitable for BC\-ICL for two reasons: \(1\) the resulting dimensionalityKdKdquickly exceeds TabPFN’s input capacity \(e\.g\.,26×72=1,87226\\times 72=1\{,\}872features forIsoletafter PCA\), and \(2\) the sparse, block\-structured inputs diverge significantly from the dense tabular data distribution on which ICL models were pretrained\. Our compact encodings remain well within TabPFN’s limits while preserving dense feature structure\. At each round, we draw a fresh bootstrap resample of the interaction history with replacement and condition the ICL model on it\. Hyperparameters for all baselines followRiquelmeet al\.\([2018](https://arxiv.org/html/2608.06559#bib.bib9)\)andZhouet al\.\([2020](https://arxiv.org/html/2608.06559#bib.bib10)\)\. Additional implementation details can be found in Appendix[B\.2](https://arxiv.org/html/2608.06559#A2.SS2)\.
#### Main Results\.
Table[1](https://arxiv.org/html/2608.06559#S3.T1)presents cumulative regret across all datasets\. BC\-ICL achieves the lowest cumulative regret, with both BC\-ICL\-TabPFN and BC\-ICL\-TabICL substantially outperforming all baselines on most datasets\. Our results demonstrate two complementary contributions\. First, ICL backbones provide effective representations for contextual bandits: both TabPFN and TabICL versions substantially outperform non\-ICL baselines on most datasets\. Second, Bootstrap exploration improves naive ICL policies: Table[2](https://arxiv.org/html/2608.06559#S3.T2)shows that bootstrap sampling yields 5–19% regret reduction over greedy and sampling baselines on harder datasets \(Covertype, ISOLET, Letter, MNIST\), demonstrating that data\-level bootstrapping enables effective exploration beyond the predictive uncertainty of ICL models alone\. Key observations are as follows\.Strong gains over neural baselines\.On challenging multi\-class datasets like ISOLET and Letter, our method substantially outperforms NeuralUCB, NeuralTS, and BootstrapNN, demonstrating that ICL backbones effectively leverage pretrained representations gaining an edge over networks trained from scratch online\. Figure[1](https://arxiv.org/html/2608.06559#S3.F1)\(left\) illustrates this on ISOLET, where BC\-ICL\-TabICL maintains consistently lower regret throughout learning\.Sample efficiency in small\-data regimes\.On Mushroom, BC\-ICL\-TabICL achieves 85% lower regret than NeuralTS \(37\.7 vs\. 252\.3\), highlighting the benefit of TabICL’s pretrained inductive biases when online data is limited\.
Figure 1:Cumulative regret on Isolet\.Left:BC\-ICL \(TabICL\) vs\. baselines\.Right:Ablation comparing multiplicative \(Φmult\\Phi\_\{\\text\{mult\}\}\) vs\. one\-hot \(Φone\-hot\\Phi\_\{\\text\{one\-hot\}\}\) arm\-context interactions\.
#### Ablation Studies\.
To confirm the effectiveness of the proposed BC\-ICL we ablate it against two alternative strategies\.Greedy: selects the arm with the highest predicted reward probability\.Sampling: samples arms proportionally to predicted reward probabilities, i\.e\., selects armaawith probabilityp^\(a∣xt\)\\hat\{p\}\(a\\mid x\_\{t\}\)wherep^\\hat\{p\}is the ICL model’s softmax output\. This leverages the model’s predictive uncertainty for exploration\. Table[2](https://arxiv.org/html/2608.06559#S3.T2)confirms that predictive uncertainty alone is insufficient for sequential decision\-making\. On four of six datasets, greedy arm selection leads to substantially higher regret than BC\-ICL, as the greedy policy commits to suboptimal arms early and fails to recover\. Sampling from the predictive distribution provides some improvement over greedy selection but still significantly underperforms compared to BC\-ICL\. This reveals that TabPFN’s predictive uncertainties, while useful for i\.i\.d\. prediction, may not capture the epistemic uncertainty required for exploration\. On Mushroom and Shuttle, greedy selection performs comparably or better, consistent with the fact that exploration is less important on simpler problems\. However, on more challenging multi\-class datasets \(ISOLET, Letter, MNIST\), the gap between greedy/sampling and BC\-ICL is substantial\.Multiplicative interactions accelerate learning\.Figure[1](https://arxiv.org/html/2608.06559#S3.F1)\(right\) shows that the multiplicative feature mapΦmult\\Phi\_\{\\text\{mult\}\}substantially outperforms one\-hot encodingΦone\-hot\\Phi\_\{\\text\{one\-hot\}\}for both TabPFN and TabICL on ISOLET, reducing final regret by about 30–40%\. This confirms that explicitly modeling arm\-context interactions is critical, independent of the ICL backbone\.
#### Computational Cost\.
A practical consideration for BC\-ICL is computational efficiency\. Unlike neural bandit methods that require gradient\-based training at each round, ICL models perform prediction via a single forward pass, conditioning on the full interaction history\. This becomes costly as the number of rounds grows\. We therefore investigate two context selection strategies\.FIFOretains the most recent window of 2,000 interactions\.KNNretrieves the nearest neighbors of the current contextxtx\_\{t\}from the full history \(capped at 2,000 total\)\. Implementation details are provided in Appendix[B\.4](https://arxiv.org/html/2608.06559#A2.SS4)\. Table[5](https://arxiv.org/html/2608.06559#A2.T5)of Appendix[B\.4](https://arxiv.org/html/2608.06559#A2.SS4)reports average wall\-clock time per round onIsolet\. Using the full context, BC\-ICL\-TabPFN is approximately7×7\\timesslower than neural baselines, while BC\-ICL\-TabICL is only2×2\\timesslower\. With FIFO or KNN context selection, both methods become significantly faster: BC\-ICL\-TabICL \(FIFO/KNN\) achieves runtime competitive with BootstrapNN, while BC\-ICL\-TabPFN reduces from 4\.02s to under 1\.5s per round\. Crucially, KNN\-based context selection achieves regret comparable to using the full history \(see Appendix[B\.4](https://arxiv.org/html/2608.06559#A2.SS4)\), making it an attractive choice for scaling BC\-ICL to longer horizons without sacrificing performance\.
Table 2:Ablation: cumulative regret \(mean±\\pmstd\) comparing exploration strategies with TabPFN\. Smaller is better\.
## 4Conclusion
We introduced BC\-ICL, a method for turning pretrained tabular foundation models into randomized policies for contextual bandits via bootstrap\-conditioned action selection\. By resampling the interaction history and acting greedily with respect to the resulting predictor, BC\-ICL induces exploration while preserving the inductive biases of in\-context learning\. Empirically, BC\-ICL achieves strong performance across contextual bandit benchmarks, supporting the intuition that multiplicative arm\-context representations enable useful statistical sharing across actions\. BC\-ICL assumes access to a pretrained tabular foundation model whose inductive biases are well aligned with the target task; performance may degrade under significant prior\-task mismatch\. From a practical standpoint, the bootstrap procedure introduces additional computational overhead due to repeated conditioning on resampled histories\. Our experimental protocol uses fixed feature representations, and extensions that jointly adapt representation and uncertainty estimation online are not explored in this work\.
On the theoretical side, under mild stability assumptions on the ICL predictor, one can derive a regret decomposition for BC\-ICL\. In particular, the expected regret could potentially be separated into a*stability term*that captures bootstrap concentration on the best arm when score gaps are large, and an additive*representation term*capturing prior\-task mismatch together with on\-path estimation error of the bootstrap\-mean predictor\. Formalizing this decomposition and characterizing the resulting regret rates remains an important direction for future work\.
## References
- Y\. Abbasi\-Yadkori, D\. Pál, and C\. Szepesvári \(2011\)Improved algorithms for linear stochastic bandits\.Advances in Neural Information Processing Systems\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px1.p1.1)\.
- S\. Agrawal and N\. Goyal \(2013\)Thompson sampling for contextual bandits with linear payoffs\.InProceedings of the 30th International Conference on Machine Learning \(ICML\),Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px1.p1.1),[§1](https://arxiv.org/html/2608.06559#S1.p1.1),[§3](https://arxiv.org/html/2608.06559#S3.SS0.SSS0.Px2.p1.1)\.
- H\. Cai, H\. Namkoong, D\. Russo, and K\. W\. Zhang \(2024\)Active exploration via autoregressive generation of missing data\.arXiv preprint arXiv:2405\.19466\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px3.p1.1)\.
- S\. R\. Chowdhury and A\. Gopalan \(2017\)On kernelized multi\-armed bandits\.Proceedings of the 34th International Conference on Machine Learning\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px1.p1.1),[§1](https://arxiv.org/html/2608.06559#S1.p1.1),[§3](https://arxiv.org/html/2608.06559#S3.SS0.SSS0.Px2.p1.1)\.
- W\. Chu, L\. Li, L\. Reyzin, and R\. E\. Schapire \(2011\)Contextual bandits with linear payoff functions\.InProceedings of the 14th International Conference on Artificial Intelligence and Statistics,Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px1.p1.1),[§1](https://arxiv.org/html/2608.06559#S1.p1.1),[§3](https://arxiv.org/html/2608.06559#S3.SS0.SSS0.Px2.p1.1)\.
- D\. Dua and C\. Graff \(2017\)UCI machine learning repository\.Cited by:[§3](https://arxiv.org/html/2608.06559#S3.SS0.SSS0.Px1.p1.4)\.
- Y\. Duan, J\. Schulman, X\. Chen, P\. L\. Bartlett, I\. Sutskever, and P\. Abbeel \(2016\)RL2: fast reinforcement learning via slow reinforcement learning\.arXiv preprint arXiv:1611\.02779\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px4.p1.1)\.
- D\. Eckles and M\. Kaptein \(2014\)Thompson sampling with the online bootstrap\.arXiv preprint arXiv:1410\.4009\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px2.p1.1)\.
- S\. Filippi, O\. Cappe, A\. Garivier, and C\. Szepesvári \(2010\)Parametric bandits: the generalized linear case\.Advances in Neural Information Processing Systems\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px1.p1.1)\.
- C\. Finn, P\. Abbeel, and S\. Levine \(2017\)Model\-agnostic meta\-learning for fast adaptation of deep networks\.Proceedings of the 34th International Conference on Machine Learning\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px4.p1.1)\.
- D\. J\. Foster, A\. Krishnamurthy, and H\. Luo \(2021\)Instance\-dependent complexity of contextual bandits and reinforcement learning\.Conference on Learning Theory\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px1.p1.1)\.
- Y\. Gal and Z\. Ghahramani \(2016\)Dropout as a Bayesian approximation: representing model uncertainty in deep learning\.InProceedings of the 33rd International Conference on Machine Learning,Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px1.p1.1)\.
- S\. Garg, D\. Tsipras, P\. Liang, and G\. Valiant \(2022\)What can transformers learn in\-context? a case study of simple function classes\.Advances in Neural Information Processing Systems\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px4.p1.1)\.
- E\. Grant, C\. Finn, S\. Levine, T\. Darrell, and T\. Griffiths \(2018\)Recasting gradient\-based meta\-learning as hierarchical Bayes\.International Conference on Learning Representations\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px4.p1.1)\.
- N\. Hollmann, S\. Müller, L\. Purucker, A\. Krishnakumar, M\. Körfer, M\. Hein, and F\. Hutter \(2025\)Accurate predictions on small data with a tabular foundation model\.Nature\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px4.p1.1),[§1](https://arxiv.org/html/2608.06559#S1.p2.1)\.
- X\. Huang, A\. Khetan, M\. Cella, and I\. Dhillon \(2020\)TabTransformer: tabular data modeling using contextual embeddings\.arXiv preprint arXiv:2012\.06678\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px4.p1.1)\.
- B\. Kveton, C\. Szepesvári, M\. Ghavamzadeh, and C\. Boutilier \(2019\)Garbage in, reward out: bootstrapping exploration in multi\-armed bandits\.InProceedings of the 36th International Conference on Machine Learning \(ICML\),Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px2.p1.1)\.
- J\. Langford and T\. Zhang \(2007\)The epoch\-greedy algorithm for contextual multi\-armed bandits\.Advances in Neural Information Processing Systems\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px1.p1.1)\.
- T\. Lattimore and C\. Szepesvári \(2017\)The end of optimism? an asymptotic analysis of finite\-armed linear bandits\.Proceedings of the 20th International Conference on Artificial Intelligence and Statistics\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px1.p1.1)\.
- T\. Lattimore and C\. Szepesvári \(2020\)Bandit algorithms\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px1.p1.1),[§1](https://arxiv.org/html/2608.06559#S1.p1.1)\.
- Y\. LeCun, C\. Cortes, and C\. J\.C\. Burges \(2010\)MNIST handwritten digit database\.Cited by:[§3](https://arxiv.org/html/2608.06559#S3.SS0.SSS0.Px1.p1.4)\.
- L\. Li, W\. Chu, J\. Langford, and R\. E\. Schapire \(2010\)A contextual\-bandit approach to personalized news article recommendation\.Proceedings of the 19th International Conference on World Wide Web,pp\. 661–670\.Cited by:[§1](https://arxiv.org/html/2608.06559#S1.p1.1),[§3](https://arxiv.org/html/2608.06559#S3.SS0.SSS0.Px2.p1.1)\.
- L\. Li, W\. Chu, J\. Langford, and X\. Wang \(2011\)Unbiased offline evaluation of contextual\-bandit\-based news article recommendation algorithms\.Proceedings of the Fourth ACM International Conference on Web Search and Data Mining\.Cited by:[§1](https://arxiv.org/html/2608.06559#S1.p1.1)\.
- X\. Lu and B\. Van Roy \(2017\)Ensemble sampling\.Advances in Neural Information Processing Systems\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px2.p1.1)\.
- B\. N\. Oreshkinet al\.\(2025\)Probabilistic predictions with tabular foundation models via quantile tokenization\.arXiv preprint\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px4.p1.1)\.
- I\. Osband, C\. Blundell, A\. Pritzel, and B\. Van Roy \(2016\)Deep exploration via bootstrapped DQN\.Advances in Neural Information Processing Systems\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px2.p1.1),[§3](https://arxiv.org/html/2608.06559#S3.SS0.SSS0.Px2.p1.1)\.
- H\. Quet al\.\(2025\)TabICL: a tabular foundation model for in\-context learning\.arXiv preprint\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px4.p1.1),[§1](https://arxiv.org/html/2608.06559#S1.p2.1)\.
- C\. Riquelme, G\. Tucker, and J\. Snoek \(2018\)Deep bayesian bandits showdown: an empirical comparison of Bayesian deep networks for Thompson sampling\.International Conference on Learning Representations\.Cited by:[§1](https://arxiv.org/html/2608.06559#S1.p1.1),[§3](https://arxiv.org/html/2608.06559#S3.SS0.SSS0.Px1.p1.4),[§3](https://arxiv.org/html/2608.06559#S3.SS0.SSS0.Px2.p1.1),[§3](https://arxiv.org/html/2608.06559#S3.SS0.SSS0.Px3.p1.10)\.
- D\. Russo, B\. Van Roy, A\. Kazerouni, I\. Osband, and Z\. Wen \(2018\)A tutorial on Thompson sampling\.Foundations and Trends in Machine Learning11\(1\),pp\. 1–96\.Cited by:[§1](https://arxiv.org/html/2608.06559#S1.p1.1)\.
- G\. Somepalli, M\. Goldblum, A\. Schwarzschild, C\. B\. Bruss, and T\. Goldstein \(2021\)SAINT: improved neural networks for tabular data via row attention and contrastive pre\-training\.arXiv preprint arXiv:2106\.01342\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px4.p1.1)\.
- N\. Srinivas, A\. Krause, S\. M\. Kakade, and M\. Seeger \(2010\)Gaussian process optimization in the bandit setting: no regret and experimental design\.Proceedings of the 27th International Conference on Machine Learning\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px1.p1.1),[§1](https://arxiv.org/html/2608.06559#S1.p1.1)\.
- M\. Valko, N\. Korda, R\. Munos, I\. Flaounas, and N\. Cristianini \(2013\)Finite\-time analysis of kernelised contextual bandits\.Proceedings of the 29th Conference on Uncertainty in Artificial Intelligence\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px1.p1.1),[§3](https://arxiv.org/html/2608.06559#S3.SS0.SSS0.Px2.p1.1)\.
- S\. M\. Xie, A\. Raghunathan, P\. Liang, and T\. Ma \(2022\)An explanation of in\-context learning as implicit Bayesian inference\.International Conference on Learning Representations\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px4.p1.1)\.
- K\. W\. Zhang, H\. Cai, H\. Namkoong, and D\. Russo \(2025\)Contextual Thompson sampling via generation of missing data\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px3.p1.1)\.
- W\. Zhang, D\. Zhou, L\. Li, and Q\. Gu \(2021\)Neural Thompson sampling\.InInternational Conference on Learning Representations,Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px1.p1.1),[§1](https://arxiv.org/html/2608.06559#S1.p1.1),[§3](https://arxiv.org/html/2608.06559#S3.SS0.SSS0.Px2.p1.1)\.
- D\. Zhou, L\. Li, and Q\. Gu \(2020\)NeuralUCB: contextual bandits with neural network\-based exploration\.Proceedings of the 37th International Conference on Machine Learning\.Cited by:[Appendix A](https://arxiv.org/html/2608.06559#A1.SS0.SSS0.Px1.p1.1),[§1](https://arxiv.org/html/2608.06559#S1.p1.1),[§3](https://arxiv.org/html/2608.06559#S3.SS0.SSS0.Px1.p1.4),[§3](https://arxiv.org/html/2608.06559#S3.SS0.SSS0.Px2.p1.1),[§3](https://arxiv.org/html/2608.06559#S3.SS0.SSS0.Px3.p1.10)\.
## Appendix ARelated Work
#### Contextual Bandits\.
Contextual bandit algorithms have been extensively studied as a framework for sequential decision\-making with partial feedback\(Lattimore and Szepesvári,[2020](https://arxiv.org/html/2608.06559#bib.bib3); Langford and Zhang,[2007](https://arxiv.org/html/2608.06559#bib.bib20)\)\. Linear contextual bandits assume a linear relationship between contexts and expected rewards, enabling algorithms with provable regret guarantees\. LinUCB\(Chuet al\.,[2011](https://arxiv.org/html/2608.06559#bib.bib4); Abbasi\-Yadkoriet al\.,[2011](https://arxiv.org/html/2608.06559#bib.bib21)\)uses optimism under uncertainty via confidence ellipsoids, while LinTS\(Agrawal and Goyal,[2013](https://arxiv.org/html/2608.06559#bib.bib5)\)employs posterior sampling over linear reward parameters\. These methods enjoy strong theoretical foundations but are limited in expressiveness and can perform poorly under model misspecification\(Lattimore and Szepesvári,[2017](https://arxiv.org/html/2608.06559#bib.bib22)\)\. To address nonlinear reward structures, generalized linear bandits\(Filippiet al\.,[2010](https://arxiv.org/html/2608.06559#bib.bib23)\)and kernelized bandits \(GP\-UCB\(Srinivaset al\.,[2010](https://arxiv.org/html/2608.06559#bib.bib7)\)and KernelUCB\(Valkoet al\.,[2013](https://arxiv.org/html/2608.06559#bib.bib17); Chowdhury and Gopalan,[2017](https://arxiv.org/html/2608.06559#bib.bib8)\)\) extend the linear framework using richer function classes and provide regret bounds under smoothness assumptions\. Neural network\-based contextual bandits further improve expressiveness by learning flexible reward models\. NeuralUCB\(Zhouet al\.,[2020](https://arxiv.org/html/2608.06559#bib.bib10)\)constructs confidence bounds using a neural tangent kernel approximation, while Neural Thompson Sampling byZhanget al\.\([2021](https://arxiv.org/html/2608.06559#bib.bib11)\)extends posterior sampling to deep networks whileGal and Ghahramani \([2016](https://arxiv.org/html/2608.06559#bib.bib30)\)consider dropout\-based uncertainty\. Most approaches rely on approximate uncertainty estimates that are sensitive to architectural choices and hyperparameters\. Recent theoretical work highlights fundamental challenges in obtaining reliable exploration guarantees with overparameterized neural models in adaptive settings\(Fosteret al\.,[2021](https://arxiv.org/html/2608.06559#bib.bib31)\), particularly in low\-data regimes\. We address this challenge by starting from a pretrained tabular foundation model rather than a randomly initialized reward network, thereby importing a strong predictive prior into the bandit problem and improving robustness in data\-constrained and cold\-start environments\.
#### Bootstrap Methods for Exploration\.
Bootstrap\-based exploration offers a simple and scalable alternative to explicit Bayesian uncertainty quantification\.Eckles and Kaptein \([2014](https://arxiv.org/html/2608.06559#bib.bib15)\)propose bootstrap Thompson Sampling, which resamples observed data to approximate posterior uncertainty\.Osbandet al\.\([2016](https://arxiv.org/html/2608.06559#bib.bib14)\)introduce bootstrapped DQN for deep reinforcement learning, demonstrating that training an ensemble of networks on different bootstrap samples enables effective exploration without explicit posterior inference\.Lu and Van Roy \([2017](https://arxiv.org/html/2608.06559#bib.bib24)\)analyze ensemble sampling and establish connections to Thompson Sampling under certain conditions, while related work studies randomized exploration from a frequentist perspective\(Kvetonet al\.,[2019](https://arxiv.org/html/2608.06559#bib.bib16)\)\. Importantly,Kvetonet al\.\([2019](https://arxiv.org/html/2608.06559#bib.bib16)\)analyze limitations of naive bootstrapping for exploration, showing that it can suffer linear regret in K\-armed bandits without additional structure, motivating the shared\-structure contextual bandit settings we focus on\. Our work combines bootstrap\-based exploration with pretrained ICL models: rather than training an ensemble from scratch, we apply bootstrap resampling to the conditioning set of a fixed pretrained backbone, inducing randomized exploration without online retraining\.
#### Generation\-Based Exploration with Pretrained Models\.
An alternative approach to exploration with pretrained models leverages generative capabilities to impute missing potential outcomes\.Caiet al\.\([2024](https://arxiv.org/html/2608.06559#bib.bib25)\)propose active exploration via autoregressive generation of missing data, where a generative model trained on observational data is used to impute unobserved outcomes for all arms, enabling Thompson Sampling even for arms with no historical data\.Zhanget al\.\([2025](https://arxiv.org/html/2608.06559#bib.bib26)\)extend this framework to contextual Thompson Sampling via generation of missing data, providing theoretical analysis and demonstrating strong empirical performance\. These approaches directly address the cold\-start problem by generating counterfactual outcomes for unobserved arms, enabling exploration in settings where no shared structure across arms can be assumed\. BC\-ICL is complementary to these generation\-based methods\. Our approach bootstraps only observed data, which is simpler and compatible with any ICL model that provides predictive capabilities, without requiring specialized generative modeling infrastructure\.
#### ICL Foundation Models for Tabular Data\.
ICL has been studied as a form of implicit Bayesian or meta\-learned inference in large transformer models\(Xieet al\.,[2022](https://arxiv.org/html/2608.06559#bib.bib27); Garget al\.,[2022](https://arxiv.org/html/2608.06559#bib.bib28)\)\. Prior\-Data Fitted Networks \(PFNs\)\(Hollmannet al\.,[2025](https://arxiv.org/html/2608.06559#bib.bib12)\)train transformers to approximate Bayesian inference by conditioning on datasets sampled from a structural causal model family\. Other ICL approaches for tabular data include TabICL\(Qu and others,[2025](https://arxiv.org/html/2608.06559#bib.bib13)\), which uses class\-conditioned in\-context learning, as well as retrieval\-augmented methods that condition on relevant examples from large datastores\. These models share a common paradigm: prediction is performed via a single forward pass conditioned on context data, making them computationally attractive for online and low\-latency settings\. In contrast, other tabular foundation models such as SAINT\(Somepalliet al\.,[2021](https://arxiv.org/html/2608.06559#bib.bib32)\), TabTransformer\(Huanget al\.,[2020](https://arxiv.org/html/2608.06559#bib.bib33)\)and NIAQUE\(Oreshkin and others,[2025](https://arxiv.org/html/2608.06559#bib.bib34)\)require task\-specific fine\-tuning at test time\. Meta\-learning approaches for bandits and reinforcement learning amortize learning across tasks but still rely on gradient\-based adaptation during deployment\(Finnet al\.,[2017](https://arxiv.org/html/2608.06559#bib.bib29); Grantet al\.,[2018](https://arxiv.org/html/2608.06559#bib.bib35); Duanet al\.,[2016](https://arxiv.org/html/2608.06559#bib.bib36)\), making gradient\-free inference ICL models particularly appealing for online settings\.
## Appendix BExperimental Details
### B\.1Dataset Details
Table[3](https://arxiv.org/html/2608.06559#A2.T3)summarizes the characteristics of all datasets used in our experiments\.
Table 3:Dataset statistics\.For datasets where raw feature dimensionality exceeds TabPFN’s recommended limit of 500 features \(MNIST and ISOLET\), we apply PCA to retain 85% of the variance, reducing dimensionality to 186 and 72 features, respectively\.
### B\.2Implementation Details
For all experiments, we randomly shuffle all datasets and normalize each feature vector to have unitℓ2\\ell\_\{2\}norm\.
#### Neural baselines\.
All neural baselines \(NeuralUCB, NeuralTS, BootstrapNN\) use a single hidden layer with 100 neurons\. Gradient descent is performed until convergence with learning rateη=0\.001\\eta=0\.001\. For BootstrapNN, we maintain an ensemble ofq=10q=10networks, with bootstrap probabilityp=0\.8p=0\.8\(i\.e\., each data point is included in each network’s training set with probability 0\.8\) as is standard in the literature\.
#### Linear and kernel baselines\.
For LinearTS, KernelTS, and KernelUCB methods, we set the regularization parameterλ=1\\lambda=1and perform a grid search over the exploration parameterν∈\{10−1,10−2,10−3,10−4,10−5\}\\nu\\in\\\{10^\{\-1\},10^\{\-2\},10^\{\-3\},10^\{\-4\},10^\{\-5\}\\\}\. For NeuralTS and NeuralUCB, we perform a grid search over bothλ∈\{1,10−1,10−2,10−3\}\\lambda\\in\\\{1,10^\{\-1\},10^\{\-2\},10^\{\-3\}\\\}andν∈\{10−1,10−2,10−3,10−4,10−5\}\\nu\\in\\\{10^\{\-1\},10^\{\-2\},10^\{\-3\},10^\{\-4\},10^\{\-5\}\\\}\.
#### BC\-ICL configuration\.
We use the open\-source TabPFNv2 and TabICL classifiers\. For both TabPFN and TabICL, we set the number of estimators tonestimators=8n\_\{\\text\{estimators\}\}=8, following the recommendation in the TabPFN documentation\. While the default value for TabICL isnestimators=32n\_\{\\text\{estimators\}\}=32, we found that reducing it to 8 significantly accelerates computation without degrading performance\.
We also experimented with an alternative ensemble strategy: maintainingnncopies of the model, each with a single estimator \(nestimators=1n\_\{\\text\{estimators\}\}=1\) and different preprocessing configurations, then randomly selecting one model for arm selection at each round\. However, we observed that ICL models perform poorly withnestimators=1n\_\{\\text\{estimators\}\}=1\.
#### PCA preprocessing\.
For high\-dimensional datasets exceeding TabPFN’s recommended 500\-feature limit \(MNIST and ISOLET\), we apply PCA to retain 85% of the variance, reducing dimensionality to 186 and 72 features, respectively\. This follows the recommendation of the open\-source TabPFNv2 implementation\.
#### Hardware\.
All experiments were conducted on a single NVIDIA A10 GPU\. While TabPFN natively supports multi\-GPU parallelization, TabICL does not; for consistency, we use single\-GPU execution for all methods\.
### B\.3Additional Results
This section presents further empirical results complementing those reported in the main paper\.
#### Adult and Magic Telescope datasets\.
Table[4](https://arxiv.org/html/2608.06559#A2.T4)reports cumulative regret across the additional Adult and Magic Telescope datasets, and Table[6](https://arxiv.org/html/2608.06559#A2.T6)reports the ablation results for different arm selection strategies\.
Table 4:Cumulative regret \(mean±\\pmstd over 10 seeds\) for additional datasets\. Lower is better\.
Table 5:Average wall\-clock time per round \(seconds\) on Isolet\.
Table 6:Ablation: cumulative regret comparing exploration strategies with TabPFN for additional datasets\.
#### Full regret curves\.
[Figure2](https://arxiv.org/html/2608.06559#A2.F2)shows cumulative regret plots for all eight datasets\. The left panel of each subfigure compares BC\-ICL \(BC\-ICL\-TabPFN or BC\-ICL\-TabICL\) against baselines, while the right panel shows the ablation comparing multiplicative encoding \(Φmult\\Phi\_\{\\text\{mult\}\}\) versus one\-hot encoding \(Φone\-hot\\Phi\_\{\\text\{one\-hot\}\}\) for arm\-context interactions\.
\(a\)Adult
\(b\)Covertype
\(c\)ISOLET
\(d\)Letter
\(e\)Magic Telescope
\(f\)MNIST
\(g\)Mushroom
\(h\)Shuttle
Figure 2:Cumulative regret across all datasets\.Left:BC\-ICL vs\. baselines\.Right:Ablation comparing multiplicative \(Φmult\\Phi\_\{\\text\{mult\}\}\) vs\. one\-hot \(Φone\-hot\\Phi\_\{\\text\{one\-hot\}\}\) arm\-context interactions\.
### B\.4Context Window and Computational Cost
In long\-horizon bandit problems, conditioning the ICL model on the full interaction history becomes computationally expensive as the number of rounds grows\. To address this, we investigate two context selection strategies that bound the conditioning set size while maintaining strong regret performance\.
#### FIFO Context Selection\.
In this strategy, we maintain a sliding window of recent interaction history\. At each round, the current context is added to the conditioning set with bootstrap probabilityp=0\.8p=0\.8\. When the number of stored interactions exceeds 2,000, the oldest contexts are discarded to ensure that the conditioning set contains at most the 2,000 most recent interactions\. This approach bounds memory usage and ensures constant\-time updates per round after 2,000 rounds\.
#### KNN\-Based Context Selection\.
In this strategy, we retain the full interaction history but condition the model only on a subset selected at each round\. Specifically, for the current context vectorxtx\_\{t\}, we retrieve nearest neighbors from the historical contexts using cosine similarity\. The retrieved set is capped at a maximum of 2,000 interactions in total\. The TabPFN or TabICL model is then conditioned only on this retrieved subset\. This approach also ensures near constant\-time updates per round after 2,000 rounds\.
#### Computational comparison\.
Table[5](https://arxiv.org/html/2608.06559#A2.T5)summarizes the wall\-clock time per round for all baselines and BC\-ICL methods with different context selection strategies on the ISOLET dataset\. Using the full context, BC\-ICL\-TabPFN is approximately7×7\\timesslower than neural baselines, while BC\-ICL\-TabICL is only2×2\\timesslower\. With FIFO or KNN context selection, both methods become significantly faster: BC\-ICL\-TabICL \(FIFO/KNN\) achieves runtime competitive with BootstrapNN, while BC\-ICL\-TabPFN reduces from 4\.02s to under 1\.5s per round\.
#### Regret performance with context selection\.
[Figure3](https://arxiv.org/html/2608.06559#A2.F3)shows cumulative regret plots for all datasets with different context selection strategies\. Crucially, KNN\-based context selection achieves regret comparable to using the full history, making it an attractive choice for scaling BC\-ICL to longer horizons without sacrificing performance\. FIFO also performs well in practice, though it can suffer minor degradation on some datasets where older examples remain informative\.
\(a\)Adult
\(b\)Covertype
\(c\)ISOLET
\(d\)Letter
\(e\)Magic Telescope
\(f\)MNIST
\(g\)Mushroom
\(h\)Shuttle
Figure 3:Cumulative regret with different context selection strategies\.Left:TabICL\.Right:TabPFN\.Similar Articles
Training Fair Tabular Foundation Models
This paper proposes FairTFM, a training strategy to incorporate fairness constraints into tabular foundation models, enabling fair predictions via in-context learning without task-specific retraining.
Contextual Slate GLM Bandits with Limited Adaptivity
Proposes algorithms for contextual slate bandits with generalized linear rewards under limited adaptivity, achieving regret bounds independent of the non-linearity parameter. The batched and rarely-switching algorithms are computationally efficient and empirically outperform baselines, including in a language model example selection task.
BehaviorBench: Benchmarking Foundation Models for Behavioral Science Tasks
This paper introduces BehaviorBench, a comprehensive benchmark for evaluating foundation models on behavioral science tasks including behavior prediction, strategic decision-making, subject-trait inference, and behavioral knowledge application. It also presents Be.FM-1.5, a fine-tuned model that achieves strong distributional alignment, highlighting the gap between general-purpose and behaviorally adapted models.
GOTabPFN: From Feature Ordering to Compact Tokenization for Tabular Foundation Models on High-Dimensional Data
This paper introduces GOTabPFN, a method that combines Graph-guided Ordering with Local Refinement (GO-LR) and Neuro-Inspired Subunit Compression (NSC) to make small tabular foundation models effective for high-dimensional, low-sample-size prediction without retraining large backbones.
Beyond IID: How General Are Tabular Foundation Models, Really?
This paper introduces BeyondArena, a unified holistic benchmark for tabular data, and finds that existing tabular foundation models excel only on small to medium-sized IID data, while traditional tree-based and deep learning models still dominate on non-IID, large, and high-dimensional datasets.