{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2608-10837","title":"TACTICL: Task-Aware Compression of Tabular ICL Models","arxiv_id":"2608.10837","date":"2026-08-11","proceeding":null,"authors":["Mykhailo Koshil","Matthias Feurer","Katharina Eggensperger"],"abstract":"The strong performance of foundation models for tabular tasks comes at substantial inference costs. Distilling models into task-specific architectures reduces model size and computational demands but also sacrifices in-context adaptability. Here we introduce TACTICL, an automated task-aware compression framework for tabular in-context learning models that jointly prunes transformer layers and replaces them with lightweight adapters trained on downstream tasks, thus blending in-context with in-weight learning. We study TACTICL on 47 benchmark datasets and show that we can substitute up to 85% of layers without substantial performance drop on a given downstream task. We further show that TACTICL maintains robustness to data shifts, leaving its in-context ability intact. Overall, TACTICL provides a robust framework for exploiting the depth-wise redundancy of tabular foundation models by combining task-specific adaptation and structured compression. We provide the code at: https://github.com/Hebog/tfm_compression","url_abs":"https://arxiv.org/abs/2608.10837","url_pdf":"https://arxiv.org/pdf/2608.10837","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":null,"mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2608.10837"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Hebog/tfm_compression","reach":null}],"summary":{"ran":8,"unverified":1},"by_repo_kind":{"found_in_text":{"samples":9,"ran":8,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":9,"samples":[{"code_sha256_prefix":"ffe9bed47bc76e3c","entry":"add_random_features","repo":"Hebog/tfm_compression","repo_kind":"found_in_text","path":"eval/eval_utils/src/eval_utils/data_utils.py","file_url":"https://github.com/Hebog/tfm_compression/blob/HEAD/eval/eval_utils/src/eval_utils/data_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"ffe9bed47bc76e3c"}},{"code_sha256_prefix":"7a316cad1273381d","entry":"binarize_labels","repo":"Hebog/tfm_compression","repo_kind":"found_in_text","path":"eval/eval_utils/src/eval_utils/data_utils.py","file_url":"https://github.com/Hebog/tfm_compression/blob/HEAD/eval/eval_utils/src/eval_utils/data_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"7a316cad1273381d"}},{"code_sha256_prefix":"69bf66edc75740d3","entry":"de_duplicate_jobs","repo":"Hebog/tfm_compression","repo_kind":"found_in_text","path":"eval/eval_utils/src/eval_utils/exp_utils.py","file_url":"https://github.com/Hebog/tfm_compression/blob/HEAD/eval/eval_utils/src/eval_utils/exp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"69bf66edc75740d3"}},{"code_sha256_prefix":"589d86a88b7f63f3","entry":"drop_nan","repo":"Hebog/tfm_compression","repo_kind":"found_in_text","path":"eval/eval_utils/src/eval_utils/data_utils.py","file_url":"https://github.com/Hebog/tfm_compression/blob/HEAD/eval/eval_utils/src/eval_utils/data_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"589d86a88b7f63f3"}},{"code_sha256_prefix":"f9e5175a25f35131","entry":"find_optimal_classification_thresholds","repo":"Hebog/tfm_compression","repo_kind":"found_in_text","path":"src/fms/TabPFN/src/tabpfn/inference_tuning.py","file_url":"https://github.com/Hebog/tfm_compression/blob/HEAD/src/fms/TabPFN/src/tabpfn/inference_tuning.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"f9e5175a25f35131"}},{"code_sha256_prefix":"4a2d87c0ec52bd72","entry":"get_tuning_splits","repo":"Hebog/tfm_compression","repo_kind":"found_in_text","path":"src/fms/TabPFN/src/tabpfn/inference_tuning.py","file_url":"https://github.com/Hebog/tfm_compression/blob/HEAD/src/fms/TabPFN/src/tabpfn/inference_tuning.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"4a2d87c0ec52bd72"}},{"code_sha256_prefix":"e0e35a7f33cb7376","entry":"make_conf","repo":"Hebog/tfm_compression","repo_kind":"found_in_text","path":"eval/eval_utils/src/eval_utils/exp_utils.py","file_url":"https://github.com/Hebog/tfm_compression/blob/HEAD/eval/eval_utils/src/eval_utils/exp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"e0e35a7f33cb7376"}},{"code_sha256_prefix":"be827b53b57eabb7","entry":"remove_finished_jobs","repo":"Hebog/tfm_compression","repo_kind":"found_in_text","path":"eval/eval_utils/src/eval_utils/exp_utils.py","file_url":"https://github.com/Hebog/tfm_compression/blob/HEAD/eval/eval_utils/src/eval_utils/exp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"be827b53b57eabb7"}},{"code_sha256_prefix":"4693cd0a91067c84","entry":"compute_metric_to_minimize","repo":"Hebog/tfm_compression","repo_kind":"found_in_text","path":"src/fms/TabPFN/src/tabpfn/inference_tuning.py","file_url":"https://github.com/Hebog/tfm_compression/blob/HEAD/src/fms/TabPFN/src/tabpfn/inference_tuning.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"4693cd0a91067c84"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}