neurips26/MultimodalUnlearningEvalBenchmark
๐ง Multimodal Unlearning Evaluation Benchmark ๐ Overview This dataset provides evaluation outputs for studying metric inconsistency in multimodal machine unlearning. It supports reproducibility of results in: Metric Unreliability in Multimodal Machine Unlearning (NeurIPS 2026) ๐ Contents File Description ๐ multimodal_results.json Results on VQA benchmarks (MLLMU-Bench, UnLOK-VQA, MMUBench) ๐ unimodal_results.json CIFAR-10โฆ See the full description on the dataset page: https://huggingface.co/datasets/neurips26/MultimodalUnlearningEvalBenchmark.
๐ง Multimodal Unlearning Evaluation Benchmark
๐ Overview
This dataset provides evaluation outputs for studying metric inconsistency in multimodal machine unlearning.
It supports reproducibility of results in:
Metric Unreliability in Multimodal Machine Unlearning (NeurIPS 2026)
๐ Contents
๐ฏ Purpose
This benchmark evaluates five standard unlearning metrics:
- Forget Accuracy (FA)
- Retain Accuracy (RA)
- Membership Inference Attack (MIA)
- Activation Distance (AD)
- JS Divergence (JS)
โ ๏ธ Key finding:
These metrics produce conflicting rankings and do not measure knowledge recoverability (KR).
โ๏ธ Usage
All results in the paper can be reproduced directly from these files.
Example:
import json
with open("multimodal_results.json") as f:
data = json.load(f)
๐ Source Datasets (Not Included)
This benchmark builds on:
MLLMU-Bench
UnLOK-VQA
MMUBench
CIFAR-10
These datasets are not redistributed here. Please refer to their original sources.
โ๏ธ License
This dataset is released under the CC-BY-4.0 License.
โ ๏ธ Notes
This dataset contains evaluation outputs, not raw training data
Designed for benchmarking and reproducibility
Prepared to support anonymous peer review
๐ Citation
Anonymous. Metric Unreliability in Multimodal Machine Unlearning. NeurIPS 2026.
---
