Papers › A Multifaceted Benchmarking of Synthetic Electronic Health Record Generation Models

A Multifaceted Benchmarking of Synthetic Electronic Health Record Generation Models

2 Aug 2022arXiv:2208.01230archive 2025-07-28

Chao Yan, Yao Yan, Zhiyu Wan, Ziqi Zhang, Larsson Omberg, Justin Guinney, Sean D. Mooney, Bradley A. Malin

Synthetic health data have the potential to mitigate privacy concerns when sharing data to support biomedical research and the development of innovative healthcare applications. Modern approaches for data generation based on machine learning, generative adversarial networks (GAN) methods in particular, continue to evolve and demonstrate remarkable potential. Yet there is a lack of a systematic assessment framework to benchmark methods as they emerge and determine which methods are most appropriate for which use cases. In this work, we introduce a generalizable benchmarking framework to appraise key characteristics of synthetic health data with respect to utility and privacy metrics. We apply the framework to evaluate synthetic data generation methods for electronic health records (EHRs) data from two large academic medical centers with respect to several use cases. The results illustrate that there is a utility-privacy tradeoff for sharing synthetic EHR data. The results further indicate that no method is unequivocally the best on all criteria in each use case, which makes it evident why synthetic data generation methods need to be assessed in context.

PaperPDFCodeCode 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="2208.01230")

Code

Syntology Ran 0 of 19 code samples harvested from 1 repository linked to this paper; 19 have no recorded run.

By repository: official repository: 19 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yy6linda/synthetic-ehr-benchmarking officialmentioned in papermentioned on GitHubtfMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

19 samples harvested; 0 ran; 0 honoured the contract we drafted; 19 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.

19unverified

Licence: 0 of the 19 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 yy6linda/synthetic-ehr-benchmarking. “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.

cal_score yy6linda/synthetic-ehr-benchmarking/privacy_evaluation/Synthetic_risk_model_attr.py official repository unverified MIT (permissive) · 50ffdcf01c471e6d · report
each_group yy6linda/synthetic-ehr-benchmarking/privacy_evaluation/Synthetic_risk_model_mem.py official repository unverified MIT (permissive) · 426ef3a3832a4d1b · report
find_neighbour yy6linda/synthetic-ehr-benchmarking/privacy_evaluation/Synthetic_risk_model_attr.py official repository unverified MIT (permissive) · 49019b0479f9788d · report
find_replicant yy6linda/synthetic-ehr-benchmarking/privacy_evaluation/Synthetic_risk_model_mem.py official repository unverified MIT (permissive) · faa4a9c6af83199d · report
find_replicant_self yy6linda/synthetic-ehr-benchmarking/privacy_evaluation/Synthetic_risk_model_nnaa.py official repository unverified MIT (permissive) · 30132d479215edc4 · report
gen yy6linda/synthetic-ehr-benchmarking/data_generation/uw/dpgan.py official repository unverified MIT (permissive) · a9358df49bc7df73 · report
gen yy6linda/synthetic-ehr-benchmarking/data_generation/uw/emrwgan.py official repository unverified MIT (permissive) · b2c6a7a16c604d07 · report
generate_lattice_bfs yy6linda/synthetic-ehr-benchmarking/privacy_evaluation/Synthetic_risk_model_reid.py official repository unverified MIT (permissive) · 6181848dd2a3e95a · report
generate_lattice_dfs yy6linda/synthetic-ehr-benchmarking/privacy_evaluation/Synthetic_risk_model_reid.py official repository unverified MIT (permissive) · 36bbb2edd2d1480b · report
get_entropy yy6linda/synthetic-ehr-benchmarking/privacy_evaluation/Synthetic_risk_model_attr.py official repository unverified MIT (permissive) · aa43b0b035541e98 · report
main yy6linda/synthetic-ehr-benchmarking/data_generation/uw/ae.py official repository unverified MIT (permissive) · a9fddf4e63945063 · report
prepare_data yy6linda/synthetic-ehr-benchmarking/privacy_evaluation/synthetic_risk_model_utils.py official repository unverified MIT (permissive) · 70ae108e7faad492 · report
prepare_data_vumc yy6linda/synthetic-ehr-benchmarking/privacy_evaluation/synthetic_risk_model_utils.py official repository unverified MIT (permissive) · e58e5ee7682cec31 · report
prob2onehot yy6linda/synthetic-ehr-benchmarking/data_generation/uw/dpgan.py official repository unverified MIT (permissive) · 00c49353fc807209 · report
prob2onehot yy6linda/synthetic-ehr-benchmarking/data_generation/uw/emrwgan.py official repository unverified MIT (permissive) · 53cd5ec558942f08 · report
reorder_data yy6linda/synthetic-ehr-benchmarking/privacy_evaluation/synthetic_risk_model_utils.py official repository unverified MIT (permissive) · 1f74edbb78015691 · report
replace_dataset yy6linda/synthetic-ehr-benchmarking/privacy_evaluation/Synthetic_risk_model_reid.py official repository unverified MIT (permissive) · 32c073c452caea94 · report
train yy6linda/synthetic-ehr-benchmarking/data_generation/uw/dpgan.py official repository unverified MIT (permissive) · adeb9d566a32b488 · report
train yy6linda/synthetic-ehr-benchmarking/data_generation/uw/emrwgan.py official repository unverified MIT (permissive) · 501819ee8cd9f4a4 · report

Tasks

BenchmarkingSynthetic Data Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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