datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
News
ContinuousBench — News (2025_09)
A news-grounded QA benchmark built from Common Crawl News (CC-NEWS) articles
crawled in September 2025. QAs are generated by Gemini 2.5 from clusters
of related articles, then filtered for answerability and grounded with a
retrieval-based set of supporting articles drawn from the corpus.
Pipeline source: ContinuousBenchCuration / news_curation.
What's inside
Config
Splits
Size
What it's for
qa (default)
val (1,189), test (1… See the full description on the dataset page: https://huggingface.co/datasets/ContinuousBench/News.Geminon
ContinuousBench — Geminon (2025_09)
This dataset was generated by the ContinuousBenchCuration pipeline.
Configs
index — splits: public, sensitive
corpus_large — splits: train, val, test
corpus_medium — splits: train, val, test
corpus_small — splits: train, val, test
qa_small — splits: public_val, public_test, sensitive_val, sensitive_test
qa_medium — splits: public_val, public_test, sensitive_val, sensitive_test
Loading
from datasets importload_dataset
ds =… See the full description on the dataset page: https://huggingface.co/datasets/ContinuousBench/Geminon.Synth-GeminonSynth-News
