{"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/mambular-a-sequential-model-for-tabular-deep","title":"Mambular: A Sequential Model for Tabular Deep Learning","arxiv_id":"2408.06291","date":"2024-08-12","proceeding":null,"authors":["Anton Frederik Thielmann","Manish Kumar","Christoph Weisser","Arik Reuter","Benjamin Säfken","Soheila Samiee"],"abstract":"The analysis of tabular data has traditionally been dominated by gradient-boosted decision trees (GBDTs), known for their proficiency with mixed categorical and numerical features. However, recent deep learning innovations are challenging this dominance. This paper investigates the use of autoregressive state-space models for tabular data and compares their performance against established benchmark models. Additionally, we explore various adaptations of these models, including different pooling strategies, feature interaction mechanisms, and bi-directional processing techniques to understand their effectiveness for tabular data. Our findings indicate that interpreting features as a sequence and processing them and their interactions through structured state-space layers can lead to significant performance improvement. This research underscores the versatility of autoregressive models in tabular data analysis, positioning them as a promising alternative that could substantially enhance deep learning capabilities in this traditionally challenging area. The source code is available at https://github.com/basf/mamba-tabular.","url_abs":"https://arxiv.org/abs/2408.06291v2","url_pdf":"https://arxiv.org/pdf/2408.06291v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"mambular-a-sequential-model-for-tabular-deep","repo_url":"https://github.com/basf/mamba-tabular","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"deep-learning","task_name":"Deep Learning"},{"task_slug":"mamba","task_name":"Mamba"},{"task_slug":"state-space-models","task_name":"State Space Models"},{"task_slug":"model","task_name":"model"}],"methods":[{"method_slug":"mamba","method_name":"Mamba"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2408.06291","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2408.06291"}},"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":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/basf/mamba-tabular","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":4,"unverified":4},"by_repo_kind":{"official":{"samples":8,"ran":4,"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":0,"samples":[{"code_sha256_prefix":"2a39145fb11d3caa","entry":"column_count_error","repo":"basf/mamba-tabular","repo_kind":"official","path":"deeptab/core/exceptions.py","file_url":"https://github.com/basf/mamba-tabular/blob/HEAD/deeptab/core/exceptions.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2a39145fb11d3caa"}},{"code_sha256_prefix":"b73ad8847b0a093b","entry":"column_dtype_error","repo":"basf/mamba-tabular","repo_kind":"official","path":"deeptab/core/exceptions.py","file_url":"https://github.com/basf/mamba-tabular/blob/HEAD/deeptab/core/exceptions.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b73ad8847b0a093b"}},{"code_sha256_prefix":"719e9519bdf633c2","entry":"get_feature_dimensions","repo":"basf/mamba-tabular","repo_kind":"official","path":"deeptab/core/inspection.py","file_url":"https://github.com/basf/mamba-tabular/blob/HEAD/deeptab/core/inspection.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"719e9519bdf633c2"}},{"code_sha256_prefix":"72b7dcfaa786cdff","entry":"get_hardware_info","repo":"basf/mamba-tabular","repo_kind":"official","path":"deeptab/core/hardware.py","file_url":"https://github.com/basf/mamba-tabular/blob/HEAD/deeptab/core/hardware.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"72b7dcfaa786cdff"}},{"code_sha256_prefix":"c3b09b852e474607","entry":"build_structlog_logger","repo":"basf/mamba-tabular","repo_kind":"official","path":"deeptab/core/observability.py","file_url":"https://github.com/basf/mamba-tabular/blob/HEAD/deeptab/core/observability.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c3b09b852e474607"}},{"code_sha256_prefix":"07cf79394c8014b0","entry":"column_name_error","repo":"basf/mamba-tabular","repo_kind":"official","path":"deeptab/core/exceptions.py","file_url":"https://github.com/basf/mamba-tabular/blob/HEAD/deeptab/core/exceptions.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"07cf79394c8014b0"}},{"code_sha256_prefix":"039ee243ea0b93be","entry":"create_run_dir","repo":"basf/mamba-tabular","repo_kind":"official","path":"deeptab/core/observability.py","file_url":"https://github.com/basf/mamba-tabular/blob/HEAD/deeptab/core/observability.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"039ee243ea0b93be"}},{"code_sha256_prefix":"f08fd4f5902ebb5e","entry":"write_run_config","repo":"basf/mamba-tabular","repo_kind":"official","path":"deeptab/core/observability.py","file_url":"https://github.com/basf/mamba-tabular/blob/HEAD/deeptab/core/observability.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f08fd4f5902ebb5e"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}