--- language: - en license: mit pretty_name: DAG Remediation Traces tags: - phi - de-identification - clinical-nlp - privacy - dag - remediation-planning - graph - planning - healthcare - hipaa - multimodal - synthetic - budget-constrained - topology - dependency-injection size_categories: - 1K 0.55`. Selection adds actions greedily by score until the budget is hit or the risk reduction target is met (target = max(0, risk - 0.20), minimum spend 0.10). Dependency injection runs after selection to ensure topological validity. ## Reproduce ```bash python generate_dag_traces.py ``` The default train/test splits are deterministic at seed 7. The hard split uses seed 42 with risk sampled from [0.75, 0.99] and budget from [0.30, 0.60]. ## Related Models | Model | Role | |-------|------| | [vkatg/exposureguard-dagplanner](https://huggingface.co/vkatg/exposureguard-dagplanner) | Model trained/evaluated on this dataset | | [vkatg/exposureguard-fedcrdt-distill](https://huggingface.co/vkatg/exposureguard-fedcrdt-distill) | Produces `risk_score` and `retok_prob` inputs | | [vkatg/exposureguard-dcpg-encoder](https://huggingface.co/vkatg/exposureguard-dcpg-encoder) | Alternative source of `risk_score` | ## Related Datasets - [vkatg/streaming-phi-deidentification-benchmark](https://huggingface.co/datasets/vkatg/streaming-phi-deidentification-benchmark) - [vkatg/phi-audit-trace-benchmark](https://huggingface.co/datasets/vkatg/phi-audit-trace-benchmark) ## Citation ```bibtex @misc{ganti2025exposureguard, title = {ExposureGuard: Cross-Modal PHI Re-identification Risk Scoring with DCPG and Federated CRDT Distillation}, author = {Ganti, Venkata Krishna Azith Teja}, year = {2025}, doi = {10.5281/zenodo.18865882}, howpublished = {\url{https://huggingface.co/vkatg}} } ``` ## License MIT. Fully synthetic data. Contains no real patient information.