ninarg commited on
Commit
a259de9
Β·
verified Β·
1 Parent(s): a545b2f

Add Counterfactual GL Explorer demo + vynfi-counterfactual-gl dataset

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -23,6 +23,7 @@ train, benchmark, and stress-test audit, fraud-detection, and graph-ML systems.
23
  | Space | What it does |
24
  |---|---|
25
  | πŸ” [**Inverse-Audit Detector**](https://huggingface.co/spaces/VynFi/inverse-audit-demo) | Label-free anomaly detection on a synthetic GL β€” fit the *normal-system manifold*, then flag journal entries by deviation via two fit-on-self residual arms (per-JE **density** + **relational** account-flow-graph) routed into one risk score. Pick a fraud scenario, see per-arm ROC, recall @ audit budget, and the top suspicious entries. |
 
26
  | πŸ›‘οΈ [**Fraud-GNN Demo**](https://huggingface.co/spaces/VynFi/fraud-gnn-demo) | Graph-neural-network fraud detection on the JE network β€” edge fraud predictor, node anomaly explorer, and a live check with confusion matrix + ROC. |
27
  | πŸ”— [**Accounting Network Explorer**](https://huggingface.co/spaces/VynFi/accounting-network-explorer) | Interactive ISO 21378 account-class flow graph β€” filter by business process, fraud, anomaly, amount, top-N; drill from Level-2 classes into Level-3 sub-classes. |
28
  | πŸ“Š [**Process Mining Demo**](https://huggingface.co/spaces/VynFi/process-mining-demo) | pm4py directly-follows graphs, variants, and statistics on the supply-chain OCEL 2.0 event log. |
@@ -45,6 +46,11 @@ train, benchmark, and stress-test audit, fraud-detection, and graph-ML systems.
45
  | [vynfi-journal-entries-10m](https://huggingface.co/datasets/VynFi/vynfi-journal-entries-10m) | Research-scale ~10.9 M-entry synthetic GL. |
46
  | [vynfi-audit-p2p](https://huggingface.co/datasets/VynFi/vynfi-audit-p2p) | Procure-to-Pay document chain (PO/GR/VI/Payment) with fraud labels β€” audit-engagement grade. |
47
 
 
 
 
 
 
48
  **AML / banking**
49
  | Dataset | Highlights |
50
  |---|---|
 
23
  | Space | What it does |
24
  |---|---|
25
  | πŸ” [**Inverse-Audit Detector**](https://huggingface.co/spaces/VynFi/inverse-audit-demo) | Label-free anomaly detection on a synthetic GL β€” fit the *normal-system manifold*, then flag journal entries by deviation via two fit-on-self residual arms (per-JE **density** + **relational** account-flow-graph) routed into one risk score. Pick a fraud scenario, see per-arm ROC, recall @ audit budget, and the top suspicious entries. |
26
+ | πŸ”€ [**Counterfactual GL Explorer**](https://huggingface.co/spaces/VynFi/counterfactual-gl-explorer) | Seed-locked **baseline vs counterfactual** ledgers from a causal-DAG intervention β€” pick a scenario (control-stress / SoD breakdown), see the effect-field distribution shift, the intervention trace, and the exact changed lines. Byte-deterministic generation, so the diff is *signal, not noise*. |
27
  | πŸ›‘οΈ [**Fraud-GNN Demo**](https://huggingface.co/spaces/VynFi/fraud-gnn-demo) | Graph-neural-network fraud detection on the JE network β€” edge fraud predictor, node anomaly explorer, and a live check with confusion matrix + ROC. |
28
  | πŸ”— [**Accounting Network Explorer**](https://huggingface.co/spaces/VynFi/accounting-network-explorer) | Interactive ISO 21378 account-class flow graph β€” filter by business process, fraud, anomaly, amount, top-N; drill from Level-2 classes into Level-3 sub-classes. |
29
  | πŸ“Š [**Process Mining Demo**](https://huggingface.co/spaces/VynFi/process-mining-demo) | pm4py directly-follows graphs, variants, and statistics on the supply-chain OCEL 2.0 event log. |
 
46
  | [vynfi-journal-entries-10m](https://huggingface.co/datasets/VynFi/vynfi-journal-entries-10m) | Research-scale ~10.9 M-entry synthetic GL. |
47
  | [vynfi-audit-p2p](https://huggingface.co/datasets/VynFi/vynfi-audit-p2p) | Procure-to-Pay document chain (PO/GR/VI/Payment) with fraud labels β€” audit-engagement grade. |
48
 
49
+ **Causal / counterfactual**
50
+ | Dataset | Highlights |
51
+ |---|---|
52
+ | [vynfi-counterfactual-gl](https://huggingface.co/datasets/VynFi/vynfi-counterfactual-gl) | Seed-locked, **byte-deterministic** baseline ↔ counterfactual GL pairs under named causal-DAG interventions (control-environment, SoD) β€” each pair differs *only* by the intervention's effect; the `diff` split isolates the changed lines. A clean treatment/control substrate for causal ML, treatment-effect estimation, and residual-based audit analytics. |
53
+
54
  **AML / banking**
55
  | Dataset | Highlights |
56
  |---|---|