Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

๐Ÿ“– unlearn_dataset

The unlearn_dataset serves as a benchmark for evaluating unlearning methodologies in pre-trained large language models across diverse domains, including arXiv, GitHub.

๐Ÿ” Loading the datasets

To load the dataset:

from datasets import load_dataset

dataset = load_dataset("llmunlearn/unlearn_dataset", name="arxiv", split="forget")
  • Available configuration names and corresponding splits:
    • arxiv: forget, approximate, retain
    • github: forget, approximate, retain
    • general: evaluation, retain

๐Ÿ› ๏ธ Codebase

For evaluating unlearning methods on our datasets, visit our GitHub repository.

โญ Citing our Work

If you find our codebase or dataset useful, please consider citing our paper:

@article{yao2024machine,
  title={Machine Unlearning of Pre-trained Large Language Models},
  author={Yao, Jin and Chien, Eli and Du, Minxin and Niu, Xinyao and Wang, Tianhao and Cheng, Zezhou and Yue, Xiang},
  journal={arXiv preprint arXiv:2402.15159},
  year={2024}
}
Downloads last month
64

Paper for llmunlearn/unlearn_dataset