AnonymousContinuousBench
News
AnonymousContinuousBench — News
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.
What's inside
Config
Splits
Size
What it's for
qa (default)
val (1,189), test (1,415)
233 MB
Evaluate QA on news, post-event
corpus_large… See the full description on the dataset page: https://huggingface.co/datasets/AnonymousContinuousBench/News.Geminon
AnonymousContinuousBench — Geminon (2025_09)
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 = load_dataset("AnonymousContinuousBench/Geminon", "index"… See the full description on the dataset page: https://huggingface.co/datasets/AnonymousContinuousBench/Geminon.
