The dataset contains news articles from Wikinews in different languages.
Each article is associated with metadata like title, url, and date.
The articles grouped into data splits by the article month, quarter, and year (the date is one mentioned in the article text, changes might have been after, see revision timestamp).
The dataset config name defines the language.
from datasets import load_dataset
all English news from 2008
ds =… See the full description on the dataset page:
https://huggingface.co/datasets/malteos/wikinews.