Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -16,10 +16,7 @@ tags:
|
|
| 16 |
datasets:
|
| 17 |
- ellipticco/elliptic-data-set
|
| 18 |
metrics:
|
| 19 |
-
- f1_macro
|
| 20 |
- auc_roc
|
| 21 |
-
- precision_fraud
|
| 22 |
-
- recall_fraud
|
| 23 |
- coverage_rate
|
| 24 |
model-index:
|
| 25 |
- name: trustworthy-gnn-fraud-models
|
|
@@ -32,22 +29,10 @@ model-index:
|
|
| 32 |
name: Elliptic Bitcoin Dataset
|
| 33 |
split: test
|
| 34 |
metrics:
|
| 35 |
-
- type: f1_macro
|
| 36 |
-
value: 0.5644
|
| 37 |
-
name: F1 Macro (Best)
|
| 38 |
-
config: graphsage_temporal_elliptic
|
| 39 |
- type: auc_roc
|
| 40 |
value: 0.7417
|
| 41 |
name: AUC-ROC (Best)
|
| 42 |
config: graphsage_temporal_elliptic
|
| 43 |
-
- type: precision_fraud
|
| 44 |
-
value: 0.1719
|
| 45 |
-
name: Precision Fraud (Best)
|
| 46 |
-
config: graphsage_temporal_elliptic
|
| 47 |
-
- type: recall_fraud
|
| 48 |
-
value: 0.1302
|
| 49 |
-
name: Recall Fraud (Best)
|
| 50 |
-
config: graphsage_temporal_elliptic
|
| 51 |
---
|
| 52 |
|
| 53 |
<model_card
|
|
@@ -91,39 +76,33 @@ All models use **499-dimensional features**:
|
|
| 91 |
|
| 92 |
### Best Model: `graphsage_temporal_elliptic`
|
| 93 |
|
| 94 |
-
This model achieved the highest
|
| 95 |
|
| 96 |
```
|
| 97 |
-
F1 macro: 0.5644
|
| 98 |
-
F1 fraud: 0.1481
|
| 99 |
-
F1 licit: 0.9807
|
| 100 |
AUC-ROC: 0.7417
|
| 101 |
-
Precision: 0.1719
|
| 102 |
-
Recall: 0.1302
|
| 103 |
-
Best threshold: 0.7535
|
| 104 |
Coverage rate: ~0.91
|
| 105 |
```
|
| 106 |
|
| 107 |
-
### All Models (sorted by
|
| 108 |
-
|
| 109 |
-
| Model |
|
| 110 |
-
|-------|---------
|
| 111 |
-
| graphsage_temporal | **0.
|
| 112 |
-
|
|
| 113 |
-
|
|
| 114 |
-
|
|
| 115 |
-
|
|
| 116 |
-
|
|
| 117 |
-
|
|
| 118 |
-
|
|
| 119 |
-
|
|
| 120 |
-
|
|
| 121 |
-
|
|
| 122 |
-
|
|
| 123 |
-
|
|
| 124 |
-
|
|
| 125 |
-
|
|
| 126 |
-
|
|
| 127 |
|
| 128 |
> **Note:** The direct average ensemble of all 15 models underperforms individual best models. A weighted or selective ensemble (e.g., top-5) would likely perform better.
|
| 129 |
|
|
@@ -131,12 +110,6 @@ Coverage rate: ~0.91
|
|
| 131 |
|
| 132 |
Three EDL models are available with **166-dim features** (original features only, no engineering):
|
| 133 |
|
| 134 |
-
| Model | F1 macro (approx) |
|
| 135 |
-
|-------|-------------------|
|
| 136 |
-
| graphsage_original_elliptic_edl | ~0.496 |
|
| 137 |
-
| gcn_original_elliptic_edl | ~0.494 |
|
| 138 |
-
| gat_original_elliptic_edl | ~0.452 |
|
| 139 |
-
|
| 140 |
> EDL models output Dirichlet concentration parameters (α) instead of logits, enabling uncertainty decomposition into aleatoric and epistemic components.
|
| 141 |
|
| 142 |
## Conformal Calibration
|
|
|
|
| 16 |
datasets:
|
| 17 |
- ellipticco/elliptic-data-set
|
| 18 |
metrics:
|
|
|
|
| 19 |
- auc_roc
|
|
|
|
|
|
|
| 20 |
- coverage_rate
|
| 21 |
model-index:
|
| 22 |
- name: trustworthy-gnn-fraud-models
|
|
|
|
| 29 |
name: Elliptic Bitcoin Dataset
|
| 30 |
split: test
|
| 31 |
metrics:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
- type: auc_roc
|
| 33 |
value: 0.7417
|
| 34 |
name: AUC-ROC (Best)
|
| 35 |
config: graphsage_temporal_elliptic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
---
|
| 37 |
|
| 38 |
<model_card
|
|
|
|
| 76 |
|
| 77 |
### Best Model: `graphsage_temporal_elliptic`
|
| 78 |
|
| 79 |
+
This model achieved the highest AUC-ROC across all configurations.
|
| 80 |
|
| 81 |
```
|
|
|
|
|
|
|
|
|
|
| 82 |
AUC-ROC: 0.7417
|
|
|
|
|
|
|
|
|
|
| 83 |
Coverage rate: ~0.91
|
| 84 |
```
|
| 85 |
|
| 86 |
+
### All Models (sorted by AUC-ROC)
|
| 87 |
+
|
| 88 |
+
| Model | AUC-ROC |
|
| 89 |
+
|-------|---------|
|
| 90 |
+
| graphsage_temporal | **0.7417** |
|
| 91 |
+
| graphsage_augmented | 0.7065 |
|
| 92 |
+
| graphsage_original | 0.6938 |
|
| 93 |
+
| gcn_original | 0.6796 |
|
| 94 |
+
| gat_original | 0.6796 |
|
| 95 |
+
| gat_similarity | 0.6727 |
|
| 96 |
+
| ensemble (n=15) | 0.6743 |
|
| 97 |
+
| gcn_augmented | 0.6661 |
|
| 98 |
+
| gat_augmented | 0.6637 |
|
| 99 |
+
| graphsage_knn | 0.6385 |
|
| 100 |
+
| gcn_knn | 0.6214 |
|
| 101 |
+
| gat_knn | 0.6214 |
|
| 102 |
+
| gcn_similarity | 0.6211 |
|
| 103 |
+
| graphsage_similarity | 0.6131 |
|
| 104 |
+
| gat_temporal | 0.5957 |
|
| 105 |
+
| gcn_temporal | 0.5122 |
|
| 106 |
|
| 107 |
> **Note:** The direct average ensemble of all 15 models underperforms individual best models. A weighted or selective ensemble (e.g., top-5) would likely perform better.
|
| 108 |
|
|
|
|
| 110 |
|
| 111 |
Three EDL models are available with **166-dim features** (original features only, no engineering):
|
| 112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
> EDL models output Dirichlet concentration parameters (α) instead of logits, enabling uncertainty decomposition into aleatoric and epistemic components.
|
| 114 |
|
| 115 |
## Conformal Calibration
|