EvalData commited on
Commit
cf89c11
·
verified ·
1 Parent(s): 7b54602

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +112 -0
README.md ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ pretty_name: TabMI-Bench
6
+ tags:
7
+ - mechanistic-interpretability
8
+ - tabular-foundation-models
9
+ - tabpfn
10
+ - tabicl
11
+ - tabdpt
12
+ - iltm
13
+ - benchmark
14
+ - protocol-benchmark
15
+ - neurips-2026
16
+ size_categories:
17
+ - n<1K
18
+ configs:
19
+ - config_name: rd5_fullscale_aggregated
20
+ data_files: rd5_fullscale_aggregated.json
21
+ - config_name: tabdpt_probing_3seed
22
+ data_files: tabdpt_probing_3seed.json
23
+ - config_name: tabdpt_causal_3seed
24
+ data_files: tabdpt_causal_3seed.json
25
+ - config_name: nam_holdout
26
+ data_files: nam_holdout.json
27
+ - config_name: lofo_primary_endpoint
28
+ data_files: lofo_primary_endpoint.json
29
+ - config_name: c1c2_baselines
30
+ data_files: c1c2_baselines.json
31
+ - config_name: scale_10k_multiseed
32
+ data_files: scale_10k_multiseed.json
33
+ - config_name: tabpfn25_fullscale_aggregated
34
+ data_files: tabpfn25_fullscale_aggregated.json
35
+ ---
36
+
37
+ # TabMI-Bench
38
+
39
+ A protocol benchmark for **mechanistic interpretability (MI) of tabular foundation models (TFMs)**. NeurIPS 2026 Evaluations & Datasets Track submission.
40
+
41
+ ## What's in this dataset
42
+
43
+ This Hugging Face repository hosts the **frozen aggregated artifacts** that drive every numbered table and figure in the paper. Bundling these allows reviewers to verify the paper's key numerics without re-running 40 GPU-hours of experiments.
44
+
45
+ | File | Source experiment | Used by |
46
+ |---|---|---|
47
+ | `rd5_fullscale_aggregated.json` | Phase 5 multi-seed core comparison (5 seeds × 3 models × 4 functions) | Table 1 (3 strategies), Figure 1 |
48
+ | `tabdpt_probing_3seed.json` | TabDPT in-family holdout probing (3 seeds) | Table 1 TabDPT row, §4.3 |
49
+ | `tabdpt_causal_3seed.json` | TabDPT noising-based causal tracing (3 seeds) | §4.4 TabDPT causal claim |
50
+ | `nam_holdout.json` | NAM out-of-family holdout (5 seeds) | §4.3 NAM holdout boundary case |
51
+ | `lofo_primary_endpoint.json` | Leave-one-function-out robustness on primary endpoint | LOFO appendix |
52
+ | `c1c2_baselines.json` | Shuffled-label and random-target negative controls | §4.6, Tables 21–22 |
53
+ | `scale_10k_multiseed.json` | N=10K probing scale validation (3 seeds) | Appendix G |
54
+ | `tabpfn25_fullscale_aggregated.json` | TabPFN v2 vs v2.5 comparison (3 seeds) | Table 7, §G.1 |
55
+
56
+ ## Code & full benchmark suite
57
+
58
+ The hooks, synthetic probe generators, evaluation scripts, statistical analysis, figure generation, and tests are hosted at: **<https://github.com/evaldataset/TabMI-Bench>**
59
+
60
+ To regenerate paper-facing tables and figures from this dataset *without GPU access*:
61
+
62
+ ```bash
63
+ git clone https://github.com/evaldataset/TabMI-Bench
64
+ cd TabMI-Bench
65
+ pip install -r requirements.txt
66
+ make reproduce-paper-frozen
67
+ ```
68
+
69
+ ## What is TabMI-Bench?
70
+
71
+ TabMI-Bench provides:
72
+ 1. **Hook-based activation extraction** for 5 TFMs spanning 3 architectural families (TabPFN v2/v2.5, TabICL v2, TabDPT, iLTM) plus NAM out-of-family holdout
73
+ 2. **4 controlled synthetic probe families** (bilinear, sinusoidal, polynomial, mixed) with known ground-truth intermediary variables
74
+ 3. **4-step evaluation protocol** (synthetic profile → causal validation → negative controls → real-world transfer)
75
+ 4. **Evidence-coded MI applicability matrix** (8 techniques × 4 architectures with seed-count superscripts)
76
+ 5. **A primary diagnostic finding**: whole-layer clean activation patching is *uninformative* on ICL-style TFMs due to deterministic cascading; corruption-based (noising) tracing is the informative alternative.
77
+
78
+ Three descriptive reference computation profiles emerge as calibration baselines:
79
+ - **Staged** (TabPFN): U-shaped intermediary recoverability with mid-layer concentration
80
+ - **Distributed** (TabICL, TabDPT): uniformly high recoverability across layers
81
+ - **Preprocessing-dominant** (iLTM): tree+PCA preprocessing performs the heavy lifting
82
+
83
+ ## Croissant 1.0 metadata
84
+
85
+ The repository includes `croissant.json` with **12 RAI fields** (data limitations, biases, sensitive information, use cases, social impact, synthetic data flag, source datasets, provenance, collection, maintenance plan, etc.). See `croissant.json` in the repository.
86
+
87
+ ## Source datasets
88
+
89
+ Real-world evaluation uses **public datasets only** (no new collection):
90
+
91
+ | Dataset | Source | License | Use |
92
+ |---|---|---|---|
93
+ | California Housing | OpenML 8092 | CC0 | causal tracing + steering |
94
+ | Diabetes | scikit-learn | BSD-3-Clause | causal tracing + steering |
95
+ | Wine Quality | OpenML 287 | CC0 | steering |
96
+ | Bike Sharing | OpenML 44063 | CC0 | steering |
97
+ | Abalone, Boston, Energy, Breast Cancer, Iris, Adult, Credit-G | OpenML / scikit-learn | CC0 / BSD-3-Clause | causal tracing |
98
+
99
+ ## Citation
100
+
101
+ ```bibtex
102
+ @inproceedings{anonymous2026tabmibench,
103
+ title={TabMI-Bench: Evaluating Mechanistic Interpretability Methods Across Tabular Foundation Model Architectures},
104
+ author={Anonymous},
105
+ booktitle={Advances in Neural Information Processing Systems (NeurIPS) Evaluations \& Datasets Track},
106
+ year={2026}
107
+ }
108
+ ```
109
+
110
+ ## License
111
+
112
+ MIT. See `LICENSE`.