CoolFace
Datasetpublic

liodon-ai/high-quality-english-sentences-contamination-report

Contamination Report — agentlans/high-quality-english-sentences What this is A row-level audit of agentlans/high-quality-english-sentences (revision main) for exact 13-gram overlap with standard benchmark test sets (gsm8k, hellaswag, humaneval, mmlu). This is not a filtered copy of the source — it's a new artifact: a list of which rows overlap which benchmark, plus summary statistics, so anyone training on the source can decide how to handle it.… See the full description on the dataset page: https://huggingface.co/datasets/liodon-ai/high-quality-english-sentences-contamination-report.

sourceHugging Faceodc-byupdated 21d agoView on Hugging Face
0likes41downloads
Dataset Card

Contamination Report — agentlans/high-quality-english-sentences

What this is

A row-level audit of agentlans/high-quality-english-sentences (revision main) for exact 13-gram overlap with standard benchmark test sets (gsm8k, hellaswag, humaneval, mmlu). This is not a filtered copy of the source — it's a new artifact: a list of which rows overlap which benchmark, plus summary statistics, so anyone training on the source can decide how to handle it.

Methodology

  1. 1.Built a combined n-gram index (13-word, lowercased, whitespace-normalized) from the test/ validation splits of: MMLU (cais/mmlu), GSM8K (openai/gsm8k), HellaSwag (Rowan/hellaswag), HumanEval (openai/openai_humaneval).
  2. 2.Scanned every row of the source dataset's text field for any 13-gram appearing in that index.
  3. 3.A row is flagged "contaminated" if at least one 13-gram matches — this is deliberately conservative (exact match only, not fuzzy/semantic similarity), so it has effectively zero false positives but will miss paraphrased contamination.

This is the same n-gram-overlap convention used by GPT-3 (Brown et al. 2020) and RedPajama's own decontamination reports, so these numbers are comparable to other published contamination audits.

Results

  • —Source rows scanned: 200,000
  • —Rows flagged as contaminated: 2 (0.001%)
  • —Benchmarks checked: gsm8k, hellaswag, humaneval, mmlu

Schema

FieldDescription
row_indexIndex into the source dataset
matched_benchmarksComma-separated list of benchmarks this row overlaps
text_excerptFirst 200 chars of the flagged text, for manual review

Limitations

  • —Exact n-gram matching only — paraphrased or reworded benchmark leakage is not detected.
  • —Only checks the four benchmarks listed above, not the full range of benchmarks a given model might be evaluated on.
  • —A flagged row does not necessarily invalidate all of a source dataset — it identifies exactly which rows to review or exclude.

License

Inherits the source dataset's license (odc-by) — this report contains references to and excerpts from the source, not a redistribution of the full source data.

Citation

bibtex
@misc{liodonai_high_quality_english_sentences_contamination_report,
  title        = {Contamination Report — high-quality-english-sentences},
  author       = {{Liodon AI}},
  year         = {2026},
  howpublished = {\url{https://huggingface.co/datasets/liodon-ai/high-quality-english-sentences-contamination-report}},
  note         = {Benchmark-contamination audit of agentlans/high-quality-english-sentences}
}

Generated by Liodon AI's automated dataset-factory pipeline