paper-with-me

Papers

Uncertainty-Guided Model Selection for Tabular Foundation Models in Biomolecule Efficacy Prediction

2025-10-02 · Jie Li, Andrew McCarthy, Zhizhuo Zhang, Stephen Young arxiv

In-context learners like TabPFN are promising for biomolecule efficacy prediction, where established molecular feature sets and relevant experimental results can serve as powerful contextual examples. However, their performance is highly sensitive to the provided context, making strategies like post-hoc ensembling of models trained on different data subsets a viable approach. An open question is how to select the best models for the ensemble without access to ground truth labels. In this study, we investigate an uncertainty-guided strategy for model selection. We demonstrate on an siRNA knockdown efficacy task that a TabPFN model using straightforward sequence-based features can surpass specialized state-of-the-art predictors. We also show that the model's predicted inter-quantile range (IQR), a measure of its uncertainty, has a negative correlation with true prediction error. We developed the OligoICP method, which selects and averages an ensemble of models with the lowest mean IQR for siRNA efficacy prediction, achieving superior performance compared to naive ensembling or using a single model trained on all available data. This finding highlights model uncertainty as a powerful, label-free heuristic for optimizing biomolecule efficacy predictions.

📄 PDF Abstract BibTeX arXiv:2510.02476

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Fair In-Context Learning with Tabular Foundation Models

2025-05-14 · Patrik Kenfack, Samira Ebrahimi Kahou, Ulrich Aïvodji

Tabular foundational models have exhibited strong in-context learning (ICL) capabilities on structured data, allowing them to make accurate predictions on test sets without parameter updates, using training examples as c…

FairnessIn-Context Learning

Active In-Context Learning for Tabular Foundation Models

2026-03-28 · Wilailuck Treerath, Fabrizio Pittorino arxiv

Active learning (AL) reduces labeling cost by querying informative samples, but in tabular settings its cold-start gains are often limited because uncertainty estimates are unreliable when models are trained on very few …

Active Learning

Human-LLM Collaborative Feature Engineering for Tabular Data

2026-01-28 · Zhuoyan Li, Aditya Bansal, Jinzhao Li, Shishuang He 외 arxiv

Large language models (LLMs) are increasingly used to automate feature engineering in tabular learning. Given task-specific information, LLMs can propose diverse feature transformation operations to enhance downstream mo…

Feature Engineering

LUCoS: Latent Unsupervised Context Selection for Tabular Foundation Models

2026-05-26 · Oroel Ipas, Guillermo Gomez-Trenado, Rocío Romero-Zaliz, Isaac Triguero arxiv

Selecting which instances to label is a key challenge in low-label tabular learning. For recent Tabular Foundation Models such as TabPFN, context selection directly determines predictive performance. Supervised oracle ex…

Unveiling the Role of Data Uncertainty in Tabular Deep Learning

2025-09-04 · Nikolay Kartashev, Ivan Rubachev, Artem Babenko arxiv

Recent advancements in tabular deep learning have demonstrated exceptional practical performance, yet the field often lacks a clear understanding of why these techniques actually succeed. To address this gap, our paper h…