Datasets:

Languages:
Russian
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
expert-generated
found
Annotations Creators:
expert-generated
found
Source Datasets:
original
ArXiv:
Tags:
License:
IlyaGusev commited on
Commit
d1b7b2d
1 Parent(s): eb0f2f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -79,8 +79,7 @@ Leaderboard on Papers With Code: [text-summarization-on-gazeta](https://paperswi
79
 
80
  Please use the original [evaluation script](https://github.com/IlyaGusev/summarus/blob/master/evaluate.py) with the same parameters. Example:
81
  ```
82
- python3 evaluate.py --predicted-path predictions.txt \
83
- --gold-path targets.txt --language ru --tokenize-after --lower
84
  ```
85
 
86
  ### Languages
@@ -111,11 +110,11 @@ Some dataset statistics are below:
111
 
112
  ### Data Splits
113
 
114
- | Dataset Split | Number of Instances in Split |
115
- |:---------|:---------|
116
- | Train | 52,400 |
117
- | Validation | 5,265 |
118
- | Test | 5,770 |
119
 
120
  ## Dataset Creation
121
 
79
 
80
  Please use the original [evaluation script](https://github.com/IlyaGusev/summarus/blob/master/evaluate.py) with the same parameters. Example:
81
  ```
82
+ python3 evaluate.py --predicted-path predictions.txt \\n --gold-path targets.txt --language ru --tokenize-after --lower
 
83
  ```
84
 
85
  ### Languages
110
 
111
  ### Data Splits
112
 
113
+ | Dataset Split | v1, Number of Instances in Split | v2, Number of Instances in Split |
114
+ |:---------|:---------|:---------|
115
+ | Train | 52,400 | 60,964 |
116
+ | Validation | 5,265 | 6,369 |
117
+ | Test | 5,770 | 6,793 |
118
 
119
  ## Dataset Creation
120