giuliadc commited on
Commit
bf3c05b
·
verified ·
1 Parent(s): 59b5d6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -6,18 +6,18 @@ language:
6
  size_categories:
7
  - 1K<n<10K
8
  ---
9
- To create this dataset, the test split of the Newsroom dataset (2) was filtered by using the code by Aumiller et al. (1) available at https://github.com/dennlinger/summaries/tree/main with the following settings:
 
10
  min_length_summary = 18; min_length_reference = 250; length_metric = "whitespace".
 
11
 
12
- After filtering, 10k random saples were selected and kept in this dataset. All other samples were removed.
13
 
14
  Furthermore:
15
-
16
- * all article-summary pairs with density > 2 were removed. This means that all summaries contained in the dataset are more on the abstractive side
17
 
18
- * each line break ("\n") contained in an article or a summary was replaced by an empty space (" ")
19
 
20
- * columns 'date', 'density_bin', 'url', 'compression', 'coverage_bin', 'coverage' and 'title' were removed from the dataset. Column 'summary' was renamed to 'reference-summary'.
21
  Column 'id' was added, and every sample was given the unique ID *newsroom-n*, with n starting from 1 and incrementing.
22
 
23
  * Following HTML escape strings found in the summaries were replaced by the corresponding unicode chatarchters:
 
6
  size_categories:
7
  - 1K<n<10K
8
  ---
9
+ To create this dataset, the test split of the Newsroom dataset (2) was filtered as follows:
10
+ * The Cleaner by Aumiller et al. (1) available at https://github.com/dennlinger/summaries/tree/main was applied to the dataset with the following settings:
11
  min_length_summary = 18; min_length_reference = 250; length_metric = "whitespace".
12
+ * All article-summary pairs with density > 2 were removed. This means that all summaries contained in the dataset are more on the abstractive side.
13
 
14
+ After these filtering steps, 10k random saples were selected and kept in this dataset. All other samples were removed.
15
 
16
  Furthermore:
 
 
17
 
18
+ * Each line break ("\n") contained in an article or a summary was replaced by an empty space (" ")
19
 
20
+ * Columns 'date', 'density_bin', 'url', 'compression', 'coverage_bin', 'coverage' and 'title' were removed from the dataset. Column 'summary' was renamed to 'reference-summary'.
21
  Column 'id' was added, and every sample was given the unique ID *newsroom-n*, with n starting from 1 and incrementing.
22
 
23
  * Following HTML escape strings found in the summaries were replaced by the corresponding unicode chatarchters: