Datasets:

Modalities:
Text
Languages:
Russian
ArXiv:
Tags:
License:
IlyaGusev commited on
Commit
c305842
1 Parent(s): e0f7f15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -12
README.md CHANGED
@@ -63,18 +63,6 @@ paperswithcode_id: gazeta
63
 
64
  Dataset for automatic summarization of Russian news. News and their summaries are from the [Gazeta](gazeta.ru) website. Summaries were parsed as the content of an HTML tag with “description” property. Additional selection of good summaries was performed. There are two versions of this dataset.
65
 
66
- Loading version 1.0:
67
- ```python
68
- from datasets import load_dataset
69
- dataset = load_dataset('IlyaGusev/gazeta', script_version="v1.0")
70
- ```
71
-
72
- Loading version 2.0:
73
- ```python
74
- from datasets import load_dataset
75
- dataset = load_dataset('IlyaGusev/gazeta', script_version="v2.0")
76
- ```
77
-
78
  ### Supported Tasks and Leaderboards
79
 
80
  Leaderboard on Papers With Code: [text-summarization-on-gazeta](https://paperswithcode.com/sota/text-summarization-on-gazeta).
@@ -88,6 +76,25 @@ python3 evaluate.py --predicted-path predictions.txt --gold-path targets.txt --l
88
 
89
  The dataset is in Russian.
90
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  ## Dataset Structure
92
 
93
  ### Data Instances
 
63
 
64
  Dataset for automatic summarization of Russian news. News and their summaries are from the [Gazeta](gazeta.ru) website. Summaries were parsed as the content of an HTML tag with “description” property. Additional selection of good summaries was performed. There are two versions of this dataset.
65
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  ### Supported Tasks and Leaderboards
67
 
68
  Leaderboard on Papers With Code: [text-summarization-on-gazeta](https://paperswithcode.com/sota/text-summarization-on-gazeta).
 
76
 
77
  The dataset is in Russian.
78
 
79
+ ## Usage
80
+
81
+ Loading version 1.0:
82
+ ```python
83
+ from datasets import load_dataset
84
+ dataset = load_dataset('IlyaGusev/gazeta', script_version="v1.0")
85
+ ```
86
+
87
+ Loading version 2.0:
88
+ ```python
89
+ from datasets import load_dataset
90
+ dataset = load_dataset('IlyaGusev/gazeta', script_version="v2.0")
91
+ ```
92
+
93
+ ## Other datasets
94
+ Other Russian summarization datasets:
95
+ * Russian part of [XL-Sum](https://huggingface.co/datasets/csebuetnlp/xlsum), parsed from www.bbc.com/russian, 77803 samples
96
+ * Russian part of [MLSUM](https://huggingface.co/datasets/mlsum), parsed from www.mk.ru, 27063 samples
97
+
98
  ## Dataset Structure
99
 
100
  ### Data Instances