{"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/towards-principled-assessment-of-tabular-data","title":"Systematic Assessment of Tabular Data Synthesis Algorithms","arxiv_id":"2402.06806","date":"2024-02-09","proceeding":null,"authors":["Yuntao Du","Ninghui Li"],"abstract":"Data synthesis has been advocated as an important approach for utilizing data while protecting data privacy. A large number of tabular data synthesis algorithms (which we call synthesizers) have been proposed. Some synthesizers satisfy Differential Privacy, while others aim to provide privacy in a heuristic fashion. A comprehensive understanding of the strengths and weaknesses of these synthesizers remains elusive due to drawbacks in evaluation metrics and missing head-to-head comparisons of newly developed synthesizers that take advantage of diffusion models and large language models with state-of-the-art marginal-based synthesizers. In this paper, we present a systematic evaluation framework for assessing tabular data synthesis algorithms. Specifically, we examine and critique existing evaluation metrics, and introduce a set of new metrics in terms of fidelity, privacy, and utility to address their limitations. Based on the proposed metrics, we also devise a unified objective for tuning, which can consistently improve the quality of synthetic data for all methods. We conducted extensive evaluations of 8 different types of synthesizers on 12 real-world datasets and identified some interesting findings, which offer new directions for privacy-preserving data synthesis.","url_abs":"https://arxiv.org/abs/2402.06806v2","url_pdf":"https://arxiv.org/pdf/2402.06806v2.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":"towards-principled-assessment-of-tabular-data","repo_url":"https://github.com/zealscott/synmeter","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"jax","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"privacy-preserving","task_name":"Privacy Preserving"}],"methods":[{"method_slug":"diffusion","method_name":"Diffusion"},{"method_slug":"set","method_name":"SET"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2402.06806","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2402.06806"}},"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/zealscott/synmeter","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran":4,"ran_draft_wrong":3,"unverified":5},"by_repo_kind":{"official":{"samples":12,"ran":7,"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":"b3420a6d8347ff1d","entry":"cat_encode","repo":"zealscott/synmeter","repo_kind":"official","path":"lib/commons.py","file_url":"https://github.com/zealscott/synmeter/blob/HEAD/lib/commons.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b3420a6d8347ff1d"}},{"code_sha256_prefix":"49f8fe0655f00ee5","entry":"geglu","repo":"zealscott/synmeter","repo_kind":"official","path":"synthesizer/ddpm/modules.py","file_url":"https://github.com/zealscott/synmeter/blob/HEAD/synthesizer/ddpm/modules.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"49f8fe0655f00ee5"}},{"code_sha256_prefix":"7bc3b8499b22a4f0","entry":"greedy_order","repo":"zealscott/synmeter","repo_kind":"official","path":"synthesizer/pgm/graphical_model.py","file_url":"https://github.com/zealscott/synmeter/blob/HEAD/synthesizer/pgm/graphical_model.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7bc3b8499b22a4f0"}},{"code_sha256_prefix":"f6b1db1e245d3025","entry":"normalize","repo":"zealscott/synmeter","repo_kind":"official","path":"lib/commons.py","file_url":"https://github.com/zealscott/synmeter/blob/HEAD/lib/commons.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f6b1db1e245d3025"}},{"code_sha256_prefix":"58bd3831c7fb6729","entry":"reglu","repo":"zealscott/synmeter","repo_kind":"official","path":"synthesizer/ddpm/modules.py","file_url":"https://github.com/zealscott/synmeter/blob/HEAD/synthesizer/ddpm/modules.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"58bd3831c7fb6729"}},{"code_sha256_prefix":"7ecd4c9aad361ef3","entry":"select_two_clique","repo":"zealscott/synmeter","repo_kind":"official","path":"lib/tune_helper.py","file_url":"https://github.com/zealscott/synmeter/blob/HEAD/lib/tune_helper.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7ecd4c9aad361ef3"}},{"code_sha256_prefix":"dd9e1796254d2510","entry":"variable_elimination","repo":"zealscott/synmeter","repo_kind":"official","path":"synthesizer/pgm/graphical_model.py","file_url":"https://github.com/zealscott/synmeter/blob/HEAD/synthesizer/pgm/graphical_model.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"dd9e1796254d2510"}},{"code_sha256_prefix":"3b48939580cd052b","entry":"init_model","repo":"zealscott/synmeter","repo_kind":"official","path":"synthesizer/ctgan.py","file_url":"https://github.com/zealscott/synmeter/blob/HEAD/synthesizer/ctgan.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3b48939580cd052b"}},{"code_sha256_prefix":"df133a104b84c282","entry":"init_model","repo":"zealscott/synmeter","repo_kind":"official","path":"synthesizer/great.py","file_url":"https://github.com/zealscott/synmeter/blob/HEAD/synthesizer/great.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"df133a104b84c282"}},{"code_sha256_prefix":"2b955f035ef220d4","entry":"preprocess","repo":"zealscott/synmeter","repo_kind":"official","path":"lib/commons.py","file_url":"https://github.com/zealscott/synmeter/blob/HEAD/lib/commons.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2b955f035ef220d4"}},{"code_sha256_prefix":"fe2398f0b08da143","entry":"timestep_embedding","repo":"zealscott/synmeter","repo_kind":"official","path":"synthesizer/ddpm/modules.py","file_url":"https://github.com/zealscott/synmeter/blob/HEAD/synthesizer/ddpm/modules.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"fe2398f0b08da143"}},{"code_sha256_prefix":"93d9278d77dae2aa","entry":"variable_elimination_logspace","repo":"zealscott/synmeter","repo_kind":"official","path":"synthesizer/pgm/graphical_model.py","file_url":"https://github.com/zealscott/synmeter/blob/HEAD/synthesizer/pgm/graphical_model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"93d9278d77dae2aa"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}