paper-with-me

Papers

Tabular Foundation Models Can Learn Association Rules

2026-02-16 · Erkan Karabulut, Daniel Daza, Paul Groth, Martijn C. Schut, Victoria Degeler arxiv

Association Rule Mining (ARM) is a fundamental task for knowledge discovery in tabular data and is widely used in high-stakes decision-making. Classical ARM methods rely on frequent itemset mining, leading to rule explosion and poor scalability, while recent neural approaches mitigate these issues but suffer from degraded performance in low-data regimes. Tabular foundation models (TFMs), pretrained on diverse tabular data with strong in-context generalization, provide a basis for addressing these limitations. We introduce a model-agnostic association rule learning framework that extracts association rules from any conditional probabilistic model over tabular data, enabling us to leverage TFMs. We then introduce TabProbe, an instantiation of our framework that utilizes TFMs as conditional probability estimators to learn association rules out-of-the-box without frequent itemset mining. We evaluate our approach on tabular datasets of varying sizes based on standard ARM rule quality metrics and downstream classification performance. The results show that TFMs consistently produce concise, high-quality association rules with strong predictive performance and remain robust in low-data settings without task-specific training. Source code is available at https://github.com/DiTEC-project/tabprobe.

📄 PDF Abstract BibTeX arXiv:2602.14622

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Discovering Association Rules in High-Dimensional Small Tabular Data

2025-09-24 · Erkan Karabulut, Daniel Daza, Paul Groth, Victoria Degeler arxiv

Association Rule Mining (ARM) aims to discover patterns between features in datasets in the form of propositional rules, supporting both knowledge discovery and interpretable machine learning in high-stakes decision-maki…

Interpretable Machine Learning

Distributional Regression with Tabular Foundation Models: Evaluating Probabilistic Predictions via Proper Scoring Rules

2026-03-09 · Jonas Landsgesell, Pascal Knoll, Tizian Wenzel arxiv

Modern tabular foundation models such as TabPFN and TabICL naturally produce full predictive distributions, while the benchmarks used to evaluate them (TabArena, TALENT, and others) still rely almost exclusively on point…

Explaining Tabular Foundation Model Differences Through Meta-Features

2026-05-27 · Markus Herre, Andrej Tschalzev, Sascha Marton, Christian Bartelt arxiv

With the rise of tabular foundation models alongside traditional models still performing well on many tasks, choosing the right model for a tabular dataset remains difficult. We investigate whether dataset meta-features …

Neurosymbolic Association Rule Mining from Tabular Data

2025-04-27 · Erkan Karabulut, Paul Groth, Victoria Degeler

Association Rule Mining (ARM) is the task of mining patterns among data features in the form of logical rules, with applications across a myriad of domains. However, high-dimensional datasets often result in an excessive…

Interpretable Machine 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