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.

CleanSlate Dataset

Core content corpus for the CleanSlate memorization evaluation framework.

Schema

Column Type Description
content_id string Stable hash ID for the content item
content_title string Title
content_creators string Artist / author
content_year int64 Release / publication year
reference_target string Full text of the content

Single default config, single train split.

Usage

from datasets import load_dataset
ds = load_dataset("unlearning-cleanslate/cleanslate_dataset", split="train")

Related

Downloads last month
10