Papers › Synthetic Tabular Generators Fail to Preserve Behavioral Fraud Patterns: A Benchmark...

Synthetic Tabular Generators Fail to Preserve Behavioral Fraud Patterns: A Benchmark on Temporal, Velocity, and Multi-Account Signals

13 Apr 2026arXiv:2604.13125added by Syntology

Bhavana Sajja

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

We introduce behavioral fidelity -- a third evaluation dimension for synthetic tabular data that measures whether generated data preserves the temporal, sequential, and structural behavioral patterns that distinguish real-world entity activity. Existing frameworks evaluate statistical fidelity (marginal distributions and correlations) and downstream utility (classifier AUROC on synthetic-trained models), but neither tests for the behavioral signals that operational detection and analysis systems actually rely on. We formalize a taxonomy of four behavioral fraud patterns (P1-P4) covering inter-event timing, burst structure, multi-account graph motifs, and velocity-rule trigger rates; define a degradation ratio metric calibrated to a real-data noise floor (1.0 = matches real variability, k = k-times worse); and prove that row-independent generators -- the dominant paradigm -- are structurally incapable of reproducing P3 graph motifs (Proposition 1) and produce non-positive within-entity IET autocorrelation (Proposition 2), making the positive burst fingerprint of fraud sequences unachievable regardless of architecture or training data size. We benchmark CTGAN, TVAE, GaussianCopula, and TabularARGN on IEEE-CIS Fraud Detection and the Amazon Fraud Dataset. All four fail severely: on IEEE-CIS composite degradation ratios range from 24.4x (TVAE) to 39.0x (GaussianCopula); on Amazon FDB, row-independent generators score 81.6-99.7x, while TabularARGN achieves 17.2x. We document generator-specific failure modes and their resolutions. The P1-P4 framework extends to any domain with entity-level sequential tabular data, including healthcare and network security. We release our evaluation framework as open source.

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

Code

Syntology Ran 19 of 21 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 2 ran · honoured contract; 11 ran · our draft was wrong; 2 ran · fixture could not drive it; 4 ran with no contract checked.

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

bhavana3/synthetic-data-experiments 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

21 samples harvested; 19 ran; 2 honoured the contract we drafted; 2 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
11ran · our draft was wrong
2ran · fixture could not drive it
4ran
2unverified

Licence: 21 of the 21 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 bhavana3/synthetic-data-experiments. “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.

P1Result bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 351a1cc6329543c4 · report
P2Result bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 09ccf0839377c736 · report
P3Result bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · f399c9005250e195 · report
P4Result bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 381751541bdd6b96 · report
_bootstrap_sample bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · c028156ac5428d58 · report
_build_bipartite_graph bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 24cc3f6353dcb1d4 · report
_composite bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · dcb0c644a3141e74 · report
_compute_burst_stats bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 9438afa21db205e9 · report
_compute_iet bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 1338dedd75e80978 · report
_compute_velocity bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · dda7754040c99889 · report
_extract_raw_scores bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 68dc8e086f3be753 · report
_fanout_distribution bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 53daaa08c88ae30e · report
_project_entity_graph bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · bcc10b4886f98085 · report
_safe_wasserstein bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · a5db6109684c2d48 · report
_trigger_rate_fraud bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 59d85eb51fc7cddb · report
compute_p1 bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 3d77a4e2caf02b9e · report
compute_p2 bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · dceba621e1cf9311 · report
compute_p3 bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · e45640021a10f4af · report
compute_p4 bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 5e03fca4a59be4f8 · report
BehavioralFidelityEvaluator bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology unverified no licence file found · pointer only · fa2763b46049bd4e · report
BehavioralFidelityReport bhavana3/synthetic-data-experiments/evaluation/behavioral_fidelity.py found in paper text by Syntology unverified no licence file found · pointer only · ccb2a19019233501 · report

Results from the paper

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