neurips26 commited on
Commit
a9cdae5
Β·
verified Β·
1 Parent(s): 36f3809

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -2
README.md CHANGED
@@ -17,7 +17,37 @@ tags:
17
  pretty_name: Multimodal Unlearning Evaluation Benchmark
18
  size_categories:
19
  - n<1K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ---
 
21
  # 🧠 Multimodal Unlearning Evaluation Benchmark
22
 
23
  ## πŸ“Œ Overview
@@ -32,11 +62,11 @@ It supports reproducibility of results in:
32
 
33
  | File | Description |
34
  |------|------------|
35
- | πŸ“„ `multimodal_results.json` | Results on VQA benchmarks (MLLMU, UnLOK, MMUBench) |
36
  | πŸ“„ `unimodal_results.json` | CIFAR-10 baseline results |
37
  | βš–οΈ `uqs_weights.json` | Learned weights for Unified Quality Score (UQS) |
38
  | πŸ† `ranking_table.json` | Method rankings across metrics |
39
- | πŸ“ˆ `analysis_results.json` | Correlation + disagreement analysis |
40
  | πŸ” `kr_pilot_results.json` | Knowledge Recoverability (KR) pilot results |
41
  | πŸ€– `blip2_minimal_summary.json` | Cross-architecture validation (BLIP-2) |
42
 
 
17
  pretty_name: Multimodal Unlearning Evaluation Benchmark
18
  size_categories:
19
  - n<1K
20
+ configs:
21
+ - config_name: multimodal
22
+ data_files:
23
+ - split: train
24
+ path: multimodal_results.json
25
+ - config_name: unimodal
26
+ data_files:
27
+ - split: train
28
+ path: unimodal_results.json
29
+ - config_name: uqs_weights
30
+ data_files:
31
+ - split: train
32
+ path: uqs_weights.json
33
+ - config_name: ranking
34
+ data_files:
35
+ - split: train
36
+ path: ranking_table.json
37
+ - config_name: analysis
38
+ data_files:
39
+ - split: train
40
+ path: analysis_results.json
41
+ - config_name: kr_pilot
42
+ data_files:
43
+ - split: train
44
+ path: kr_pilot_results.json
45
+ - config_name: blip2
46
+ data_files:
47
+ - split: train
48
+ path: blip2_minimal_summary.json
49
  ---
50
+
51
  # 🧠 Multimodal Unlearning Evaluation Benchmark
52
 
53
  ## πŸ“Œ Overview
 
62
 
63
  | File | Description |
64
  |------|------------|
65
+ | πŸ“„ `multimodal_results.json` | Results on VQA benchmarks (MLLMU-Bench, UnLOK-VQA, MMUBench) |
66
  | πŸ“„ `unimodal_results.json` | CIFAR-10 baseline results |
67
  | βš–οΈ `uqs_weights.json` | Learned weights for Unified Quality Score (UQS) |
68
  | πŸ† `ranking_table.json` | Method rankings across metrics |
69
+ | πŸ“ˆ `analysis_results.json` | Correlation and disagreement analysis |
70
  | πŸ” `kr_pilot_results.json` | Knowledge Recoverability (KR) pilot results |
71
  | πŸ€– `blip2_minimal_summary.json` | Cross-architecture validation (BLIP-2) |
72