giuliadc commited on
Commit
6f9e952
1 Parent(s): 596f442

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -5,4 +5,26 @@ language:
5
  - fr
6
  size_categories:
7
  - 1K<n<10K
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - fr
6
  size_categories:
7
  - 1K<n<10K
8
+ ---
9
+ OrangeSum dataset filtered by using the code by Aumiller et al. (1) available at https://github.com/dennlinger/summaries/tree/main
10
+
11
+ **min_length_summary = 18; min_length_reference = 250; length_metric = "whitespace"**
12
+
13
+ bi-gram_overlap_fraction between summary and original text < 0.65, meaning that all **summaries in the dataset are on the abstractive side**
14
+
15
+ Furthermore:
16
+ * both in articles and in summaries, every point (".") followed by a capital letter was replaced by a point followed by a space and the same capital letter.
17
+
18
+ E.g. "[...] Et les juges ont rejeté la demande de liberté sans condition présentée par l'ex-chef d'Etat **ivoirien.Cela** rend incertain un éventuel retour de M. Gbagbo en Côte d'Ivoire, où le parti qu'il a fondé, le Front populaire ivoirien (FPI), se prépare à l'élection présidentielle prévue en octobre.[...] "
19
+
20
+ -->
21
+
22
+ "[...] Et les juges ont rejeté la demande de liberté sans condition présentée par l'ex-chef d'Etat **ivoirien. Cela** rend incertain un éventuel retour de M. Gbagbo en Côte d'Ivoire, où le parti qu'il a fondé, le Front populaire ivoirien (FPI), se prépare à l'élection présidentielle prévue en octobre.[...]"
23
+ * both in articles and in summaries, every question mark ("?") followed by a letter was replaced by a question mark followed by a space and the same letter.
24
+ * both in articles and in summaries, every line break ("\n") was removed.
25
+
26
+
27
+ Finally, 5k random saples were selected and kept in this dataset. All other samples were removed.
28
+
29
+
30
+ (1): Aumiller, D., Fan, J., & Gertz, M. (2023). On the State of German (Abstractive) Text Summarization. arXiv preprint arXiv:2301.07095.