metadata
license: apache-2.0
library_name: pytorch
tags:
- temporal-graph-learning
- fraud-detection
- synthetic-data
- benchmark
- upi
- causal-evaluation
- matched-controls
- sequence-modeling
- dynamic-graph-learning
- neurips
datasets:
- temporal-twins-benchmark/temporal-twins
Temporal Twins Release Bundle
This release/ directory is a manual-hosting bundle for the Temporal Twins benchmark. It is intended to be uploaded later to a repository such as Hugging Face, Kaggle, Dataverse, OpenML, or another archival host. Hosting has not been performed by this preparation step.
What This Release Contains
DATASET_CARD.md: NeurIPS-style dataset card for the benchmarkREADME_REPO.md: copied repository README from the project rootLICENSE: copied project license fileresults/: final deterministic paper-suite outputsconfigs/: benchmark configuration files and a paper-suite reference configmetadata/: Croissant metadata and validation notesdata/: empty per-mode/per-seed directory scaffold plus generation instructionsMANIFEST.sha256: SHA256 manifest for all files in this bundle
How To Use The Data
- Read
DATASET_CARD.mdfor benchmark scope, schema, intended use, and limitations. - Read
metadata/temporal_twins_croissant.jsonfor machine-readable release metadata. - Use
results/paper_suite_summary.csvandresults/paper_suite_summary.mdfor the paper-ready reference results. - Populate
data/with the generated per-seed transaction and matched-prefix files before public hosting.
How To Regenerate The Data
The repository does not currently store per-seed transactions.parquet and matched_pairs.parquet release exports. To generate them without changing benchmark logic, follow the instructions in data/README_GENERATION.md.
How To Reproduce Paper Results
The final deterministic paper suite used:
- benchmark groups:
oracle_calib,easy,medium,hard - benchmark modes:
oracle_calib->temporal_twins_oracle_calibeasy,medium,hard->temporal_twins
- seeds:
0 1 2 3 4 num_users = 350simulation_days = 45fast_mode = falsen_checkpoints = 8- device:
cpu
Reference artifacts:
results/paper_suite_runs.csvresults/paper_suite_summary.csvresults/paper_suite_runtime.csvresults/paper_suite_failed_checks.csvresults/paper_suite_summary.mdresults/paper_suite_meta.json
File Structure
release/
├── README.md
├── README_REPO.md
├── DATASET_CARD.md
├── LICENSE
├── MANIFEST.sha256
├── RELEASE_CHECKLIST.md
├── data/
│ ├── README_GENERATION.md
│ ├── oracle_calib/seed_{0..4}/
│ ├── easy/seed_{0..4}/
│ ├── medium/seed_{0..4}/
│ └── hard/seed_{0..4}/
├── configs/
├── results/
└── metadata/
Hosted URLs
- Dataset URL: https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins
- Croissant metadata URL: https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/metadata/temporal_twins_croissant.json
- Croissant metadata browser page: https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/blob/main/metadata/temporal_twins_croissant.json
- Data URL: https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/tree/main/data
- Results URL: https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/tree/main/results
- Configs URL: https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/tree/main/configs
- Metadata URL: https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/tree/main/metadata
- Full release archive: https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins
- Code repository: https://huggingface.co/temporal-twins-benchmark/temporal-twins-code
- Paper or preprint: Not available during double-blind review; to be added after publication.
Licenses
- Code: Apache License 2.0 (
Apache-2.0) - Dataset and generated benchmark artifacts: Creative Commons Attribution 4.0 International (
CC-BY-4.0) - Code SPDX-License-Identifier:
Apache-2.0 - Dataset SPDX-License-Identifier:
CC-BY-4.0 - No real UPI data or personal financial records are included in this release bundle.
Notes
- This bundle contains no real UPI data, no real users, no real bank accounts, and no personal financial records.
- The benchmark code, generator logic, labels, matched-prefix protocol, and model logic were not modified while preparing this release directory.