yuyang commited on
Commit
a5ec8b3
·
1 Parent(s): 79c344e

update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ Modification of the [newsroom](https://huggingface.co/datasets/newsroom) dataset in Hugging Face. The main goal is to reproduce the results on BART.
6
+
7
+ References: https://huggingface.co/datasets/newsroom/blob/main/newsroom.py
8
+
9
+ Major changes:
10
+ 1. replace the "\n\n" with one whitespace in the text
11
+ 2. remove the html related tags, remove the latin1 coded characters in the summary.
12
+ 3. remove unnessary data features.
13
+
14
+ The main motivation for doing such modifications is that with the original data, particularly the summary data, the prediction will be weird and would involve multiple lines, which then makes the number of predictions unmatched with the number of references.