emergentphysicslab commited on
Commit
a4b64aa
·
verified ·
1 Parent(s): 470ca1e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -24,14 +24,13 @@ head-to-head comparisons between WaveGuard and traditional methods.
24
 
25
  ## Benchmark Comparisons (`benchmark_results/`)
26
 
27
- WaveGuard vs. IsolationForest, LOF, and OneClassSVM across 13 datasets.
28
 
29
- **Summary: WaveGuard ranked #1 on 11 of 13 datasets by F1 score.**
30
 
31
  | Dataset | WaveGuard | IsolationForest | LOF | OneClassSVM | Winner |
32
  |---------|:---------:|:---------------:|:---:|:-----------:|:------:|
33
  | Credit Card Fraud* | **0.653** | 0.607 | 0.601 | 0.472 | WaveGuard |
34
- | Phishing URLs* | 0.379 | 0.643 | **0.719** | 0.705 | LOF |
35
  | Network Intrusion* | **0.598** | 0.252 | 0.232 | 0.546 | WaveGuard-L1 |
36
  | Crypto Fraud | **1.000** | 0.933 | 0.946 | 0.897 | WaveGuard |
37
  | Prompt Injection | **0.976** | 0.952 | 0.976 | 0.889 | WaveGuard |
 
24
 
25
  ## Benchmark Comparisons (`benchmark_results/`)
26
 
27
+ WaveGuard vs. IsolationForest, LOF, and OneClassSVM across 12 datasets.
28
 
29
+ **Summary: WaveGuard ranked #1 on 11 of 12 datasets by F1 score.**
30
 
31
  | Dataset | WaveGuard | IsolationForest | LOF | OneClassSVM | Winner |
32
  |---------|:---------:|:---------------:|:---:|:-----------:|:------:|
33
  | Credit Card Fraud* | **0.653** | 0.607 | 0.601 | 0.472 | WaveGuard |
 
34
  | Network Intrusion* | **0.598** | 0.252 | 0.232 | 0.546 | WaveGuard-L1 |
35
  | Crypto Fraud | **1.000** | 0.933 | 0.946 | 0.897 | WaveGuard |
36
  | Prompt Injection | **0.976** | 0.952 | 0.976 | 0.889 | WaveGuard |