Blaise-g commited on
Commit
7b54397
1 Parent(s): 7032532

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -12,7 +12,8 @@ pretty_name: SumPubmed
12
  - **Repository:** [https://github.com/vgupta123/sumpubmed](https://github.com/vgupta123/sumpubmed)
13
  - **Paper:** [More Information Needed](https://vgupta123.github.io/docs/121_paper.pdf)
14
 
15
- ## Description of datasets processing
16
- 5 rows were dropped from the original dataset taken from KAGGLE as they were missing the respective 'shorter_abstract' texts.
17
- The 'line_text' and 'filename_text' columns were left untouched while the remaining ones were processed to remove the '\n' (many receptions of those in the original text), '<dig>', '<cit>', 'BACKGROUND', 'RESULTS' and 'BACKGROUND' strings which were deemed not necessary for the purpose of summarization. Additionally, extra spaces and spaces before punctuations were fixed.
 
18
 
 
12
  - **Repository:** [https://github.com/vgupta123/sumpubmed](https://github.com/vgupta123/sumpubmed)
13
  - **Paper:** [More Information Needed](https://vgupta123.github.io/docs/121_paper.pdf)
14
 
15
+ ## Description of dataset processing
16
+ 5 rows were dropped from the original dataset taken from KAGGLE as they were missing the respective 'shorter_abstract' entries.
17
+
18
+ The 'line_text' and 'filename_text' columns were left untouched while the remaining ones were processed to remove the '\n' (many repetitions of those present in the original dataset), '\<dig\>', '\<cit\>', 'BACKGROUND', 'RESULTS' and 'BACKGROUND' matching strings which were deemed not necessary for the purpose of summarization. Additionally, extra spaces were removed and spacing around punctuations was fixed.
19