Papers › KnowsTFM: Knowledge-Informed Fine-Tuning of Small Tabular Foundation Models

KnowsTFM: Knowledge-Informed Fine-Tuning of Small Tabular Foundation Models

29 Jun 2026arXiv:2606.30258added by Syntology

Boshko Koloski, Xiangjian Jiang, Senja Pollak, Blaž Škrlj, Mateja Jamnik, Nikola Simidjievski

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

Tabular foundation models have advanced deep learning for tabular data by delivering strong default performance across many small and medium tasks. Yet in niche domains, where data is scarce, high-dimensional, and shifted from the pretraining distribution, they may still fail to outperform carefully designed domain-specific methods. Many such domains also provide curated relational knowledge in the form of knowledge graphs and knowledge banks, but how to use this knowledge to improve and steer \textit{small} specialist tabular foundation models remains unclear. We address this problem through \textbf{Know}ledge-informed fine-tuning of \textbf{s}mall \textbf{T}abular \textbf{F}oundation \textbf{M}odels (\modelname). Specifically, we study nanoscale TabPFN- and TabICL-style variants, pretrained under controlled synthetic prior families and adapted using two complementary mechanisms: structural attention priors derived from knowledge graphs and parameter-efficient low-rank updates. We show that injecting domain-specific structural knowledge during fine-tuning yields meaningful gains over vanilla variants in specialist settings, whereas gains on general-domain tasks are marginal. We further observe that continual fine-tuning of frontier models can trigger collapse of pretrained knowledge and mechanisms.

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="2606.30258")

Code

Syntology Ran 9 of 18 code samples harvested from 2 repositories linked to this paper; 9 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · our draft was wrong; 5 ran with no contract checked.

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

automl/nanoTabPFN found in paper text by SyntologyApache-2.0 report
automl/TFM-Playground found in paper text by Syntology report
sherbold/autorank 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

18 samples harvested; 9 ran; 2 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
2ran · our draft was wrong
5ran
9unverified

Licence: 0 of the 18 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

Decoder automl/TFM-Playground/tfmplayground/interface.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · ad9bb81ac0233792 · report
FeatureEncoder automl/TFM-Playground/tfmplayground/interface.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · b910b63be328402b · report
TargetEncoder automl/TFM-Playground/tfmplayground/interface.py found in paper text by Syntology ran Apache-2.0 (permissive) · c73b4796b70336b9 · report
TransformerEncoderLayer automl/TFM-Playground/tfmplayground/interface.py found in paper text by Syntology ran Apache-2.0 (permissive) · 19718d01dfd3f3c5 · report
get_default_device automl/TFM-Playground/tfmplayground/interface.py found in paper text by Syntology ran Apache-2.0 (permissive) · fbe87b5d365297a4 · report
get_feature_preprocessor automl/TFM-Playground/tfmplayground/interface.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · d3b725f252a6c8c2 · report
memory_chunking automl/TFM-Playground/tfmplayground/interface.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 9118675a724e51b4 · report
to_numeric automl/TFM-Playground/tfmplayground/interface.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · 54455a5aa0782cf7 · report
to_pandas automl/TFM-Playground/tfmplayground/interface.py found in paper text by Syntology ran · honoured contract fingerprinted Apache-2.0 (permissive) · 9dc2885a379ecd43 · report
NanoTabPFNClassifier automl/TFM-Playground/tfmplayground/interface.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ff7f2aac8666d59f · report
NanoTabPFNModel automl/TFM-Playground/tfmplayground/interface.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a3f03d029b7d3e1a · report
autorank sherbold/autorank/autorank/autorank.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3aab250e4038f2cf · report
create_report sherbold/autorank/autorank/autorank.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0ef55240706a974a · report
init_model_from_state_dict_file automl/TFM-Playground/tfmplayground/interface.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4ca132d539ceb603 · report
plot_stats sherbold/autorank/autorank/autorank.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3684ef470a3695a4 · report
rank_multiple_nonparametric sherbold/autorank/autorank/_util.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b79aea7b20975420 · report
rank_multiple_normal_homoscedastic sherbold/autorank/autorank/_util.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 52e5a9122fc741cf · report
rank_two sherbold/autorank/autorank/_util.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 27ee4b12fa3728b3 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.30258, was issued in June 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