CoolFace
Datasetpublic

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.

sourceHugging Facecc-by-4.0updated 5mo agoView on Hugging Face
1likes83downloads
Dataset Card

๐Ÿง  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

FileDescription
๐Ÿ“„ multimodal_results.jsonResults on VQA benchmarks (MLLMU-Bench, UnLOK-VQA, MMUBench)
๐Ÿ“„ unimodal_results.jsonCIFAR-10 baseline results
โš–๏ธ uqs_weights.jsonLearned weights for Unified Quality Score (UQS)
๐Ÿ† ranking_table.jsonMethod rankings across metrics
๐Ÿ“ˆ analysis_results.jsonCorrelation and disagreement analysis
๐Ÿ” kr_pilot_results.jsonKnowledge Recoverability (KR) pilot results
๐Ÿค– blip2_minimal_summary.jsonCross-architecture validation (BLIP-2)

๐ŸŽฏ 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:

python
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.

---