Datasets:
Degeneration Probe Base Generations
This dataset contains base-model generations produced for the degeneration probe experiments.
All generation shards from outputs/generations/base were concatenated, shuffled
reproducibly, split into train, validation, and test, and stored as Parquet.
Contents
- Rows: 60529
- Source files: 444
generations.jsonlshards - Model:
swiss-ai/Apertus-8B-2509 - Splits:
train,validation,test - Split fractions: train=0.8, validation=0.1, test=0.1
- Shuffle seed: 42
- Stratification:
source_dataset x degenerating - Hub repo:
luca-sartori/degeneration-probe-base
Split Counts
train: 48423validation: 6053test: 6053
Label Counts
train: positive=7884, negative=40539validation: positive=985, negative=5068test: positive=986, negative=5067
Source Dataset Counts
train
AI-MO/NuminaMath-1.5: 10847FreedomIntelligence/medical-o1-verifiable-problem: 13413allenai/IF_sft_data_verified: 2005nvidia/Llama-Nemotron-Post-Training-Dataset: 12901zwhe99/DeepMath-103K: 9257
validation
AI-MO/NuminaMath-1.5: 1355FreedomIntelligence/medical-o1-verifiable-problem: 1677allenai/IF_sft_data_verified: 251nvidia/Llama-Nemotron-Post-Training-Dataset: 1612zwhe99/DeepMath-103K: 1158
test
AI-MO/NuminaMath-1.5: 1356FreedomIntelligence/medical-o1-verifiable-problem: 1676allenai/IF_sft_data_verified: 251nvidia/Llama-Nemotron-Post-Training-Dataset: 1614zwhe99/DeepMath-103K: 1156
Columns
prompt_idpromptsource_datasetmodel_namegenerated_textdegeneratingprompt_modemax_new_tokenstemperaturetop_pgeneration_seedprompt_generation_seedchunk_summarydataset_runshardsource_file
Usage
from datasets import load_dataset
ds = load_dataset("luca-sartori/degeneration-probe-base")
print(ds)
print(ds["train"][0])
Notes
The text content is not deduplicated or rewritten. The added degenerating, dataset_run,
shard, and source_file columns preserve labels and original shard provenance.
The shuffle, stratified split, and within-split positive/negative interleaving are deterministic
for the configured seed.
- Downloads last month
- 9