--- task_categories: - summarization language: - hu pretty_name: HunSum-2-abstractive --- # Dataset Card for HunSum-2-abstractive ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Data Fields](#data-fields) - [Data Splits](#data-splits) ## Dataset Description ### Dataset Summary The HunSum-2-abstractive Dataset is a Hungarian-language dataset containing over 1.8M unique news articles with lead and other metadata. The dataset contains articles from 27 major Hungarian news websites. ### Supported Tasks and Leaderboards - 'summarization' - 'title generation' ### Data Fields - `uuid`: a string containing the unique id - `article`: a string containing the body of the news article - `lead`: a string containing the lead of the article - `title`: a string containing the title of the article - `url`: a string containing the URL for the article - `domain`: a string containing the domain of the url - `date_of_creation`: a timestamp containing the date when the article was created - `tags`: a sequence containing the tags of the article ### Data Splits The HunSum-2-abstractive dataset has 3 splits: _train_, _validation_, and _test_. | Dataset Split | Number of Instances in Split | | ------------- | ------------------------------------------- | | Train | 1,813,854 | | Validation | 1998 | | Test | 1998 |