BotondBarta commited on
Commit
6fb1453
1 Parent(s): 84e5bc6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -1
README.md CHANGED
@@ -4,4 +4,44 @@ task_categories:
4
  language:
5
  - hu
6
  pretty_name: HunSum-2-abstractive
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  language:
5
  - hu
6
  pretty_name: HunSum-2-abstractive
7
+ ---
8
+ # Dataset Card for HunSum-2-abstractive
9
+
10
+ ## Table of Contents
11
+ - [Dataset Description](#dataset-description)
12
+ - [Dataset Summary](#dataset-summary)
13
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
14
+ - [Data Fields](#data-fields)
15
+ - [Data Splits](#data-splits)
16
+
17
+ ## Dataset Description
18
+
19
+ ### Dataset Summary
20
+
21
+ 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.
22
+
23
+ ### Supported Tasks and Leaderboards
24
+
25
+ - 'summarization'
26
+ - 'title generation'
27
+
28
+ ### Data Fields
29
+
30
+ - `uuid`: a string containing the unique id
31
+ - `article`: a string containing the body of the news article
32
+ - `lead`: a string containing the lead of the article
33
+ - `title`: a string containing the title of the article
34
+ - `url`: a string containing the URL for the article
35
+ - `domain`: a string containing the domain of the url
36
+ - `date_of_creation`: a timestamp containing the date when the article was created
37
+ - `tags`: a sequence containing the tags of the article
38
+
39
+ ### Data Splits
40
+
41
+ The HunSum-2-abstractive dataset has 3 splits: _train_, _validation_, and _test_.
42
+
43
+ | Dataset Split | Number of Instances in Split |
44
+ | ------------- | ------------------------------------------- |
45
+ | Train | 1,813,854 |
46
+ | Validation | 1998 |
47
+ | Test | 1998 |