Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

This dataset contains more than 250k articles obtained from polish news site tvp.info.pl. Main purpouse of collecting the data was to create a transformer-based model for text summarization.

Columns:

  • link - link to article
  • title - original title of the article
  • headline - lead/headline of the article - first paragraph of the article visible directly from the page
  • content - full textual contents of the article

Link to original repo: https://github.com/WiktorSob/scraper-tvp

Download the data:

from datasets import load_dataset

dataset = load_dataset("WiktorS/polish-news")
Downloads last month
847