Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
parquet
Sub-tasks:
news-articles-summarization
Languages:
Hungarian
Size:
1M - 10M
License:
dorinalakatos
commited on
Commit
•
34966d5
1
Parent(s):
19c9a4d
Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,34 @@ task_ids:
|
|
9 |
- news-articles-summarization
|
10 |
pretty_name: HunSum-1
|
11 |
---
|
12 |
-
# Dataset Card for HunSum-1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- news-articles-summarization
|
10 |
pretty_name: HunSum-1
|
11 |
---
|
12 |
+
# Dataset Card for HunSum-1
|
13 |
+
|
14 |
+
### Dataset Summary
|
15 |
+
|
16 |
+
The HunSum-1 Dataset is a Hungarian-language dataset containing over 1.1M unique news articles with lead and other metadata. The dataset contains articles from 9 major Hungarian news websites.
|
17 |
+
|
18 |
+
### Supported Tasks and Leaderboards
|
19 |
+
|
20 |
+
- 'summarization'
|
21 |
+
- 'title generation'
|
22 |
+
|
23 |
+
### Data Fields
|
24 |
+
|
25 |
+
- `uuid`: a string containing the unique id
|
26 |
+
- `article`: a string containing the body of the news article
|
27 |
+
- `lead`: a string containing the lead of the article
|
28 |
+
- `title`: a string containing the title of the article
|
29 |
+
- `url`: a string containing the URL for the article
|
30 |
+
- `domain`: a string containing the domain of the url
|
31 |
+
- `date_of_creation`: a timestamp containing the date when the article was created
|
32 |
+
- `tags`: a sequence containing the tags of the article
|
33 |
+
|
34 |
+
### Data Splits
|
35 |
+
|
36 |
+
The HunSum-1 dataset has 3 splits: _train_, _validation_, and _test_.
|
37 |
+
|
38 |
+
| Dataset Split | Number of Instances in Split |
|
39 |
+
| ------------- | ------------------------------------------- |
|
40 |
+
| Train | 1,144,255 |
|
41 |
+
| Validation | 1996 |
|
42 |
+
| Test | 1996 |
|