Papers › Tabular Foundation Models Can Learn Association Rules

Tabular Foundation Models Can Learn Association Rules

16 Feb 2026arXiv:2602.14622added by Syntology

Erkan Karabulut, Daniel Daza, Paul Groth, Martijn C. Schut, Victoria Degeler

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.14622")

Code

Syntology Ran 13 of 14 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 5 ran · honoured contract; 5 ran · our draft was wrong; 3 ran · fixture could not drive it.

By repository: found in paper text by Syntology: 14 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

DiTEC-project/tabprobe found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 13 ran; 5 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

5ran · honoured contract
5ran · our draft was wrong
3ran · fixture could not drive it
1unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from DiTEC-project/tabprobe. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

_calculate_base_metrics DiTEC-project/tabprobe/src/wrapper/tabprobe.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · b9ef3c69d24b2048 · report
_calculate_interestingness DiTEC-project/tabprobe/src/wrapper/tabprobe.py found in paper text by Syntology ran · honoured contract MIT (permissive) · f18468bfcdf9b8a2 · report
_calculate_zhangs_metric DiTEC-project/tabprobe/src/wrapper/tabprobe.py found in paper text by Syntology ran · honoured contract MIT (permissive) · ab8e41a3b44cdef6 · report
_get_feature_index DiTEC-project/tabprobe/src/wrapper/tabprobe.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 938b4eb50be744de · report
_get_mask_for_conditions DiTEC-project/tabprobe/src/wrapper/tabprobe.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · b4ac846d95eaded2 · report
_initialize_input_vectors DiTEC-project/tabprobe/src/wrapper/tabprobe.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 783a4b571ba8ebd0 · report
add_gaussian_noise DiTEC-project/tabprobe/src/wrapper/tabprobe.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · da4ecd76c60aee17 · report
calculate_rule_metrics DiTEC-project/tabprobe/src/wrapper/tabprobe.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · fa23c081527a33d8 · report
discretize_numerical DiTEC-project/tabprobe/src/wrapper/tabprobe.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 8ef44af6fb4f9aa8 · report
extract_rules_from_reconstruction DiTEC-project/tabprobe/src/wrapper/tabprobe.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 41a73ebc34947803 · report
generate_test_matrix DiTEC-project/tabprobe/src/wrapper/tabprobe.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · c3585a8836102c72 · report
get_significant_single_items DiTEC-project/tabprobe/src/wrapper/tabprobe.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · ac4ecad2d1c6e8c5 · report
prepare_categorical_data DiTEC-project/tabprobe/src/wrapper/tabprobe.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 22341c3f03ca019d · report
TabProbe DiTEC-project/tabprobe/src/wrapper/tabprobe.py found in paper text by Syntology unverified MIT (permissive) · 79598edb1498588d · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.14622, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections