SumPubmed / README.md
Blaise-g's picture
Create README.md
7032532
|
raw
history blame
861 Bytes
---
language:
- en
paperswithcode_id:
pretty_name: SumPubmed
---
# Dataset Card for "SumPubmed"
## Original Dataset Description
- **Repository:** [https://github.com/vgupta123/sumpubmed](https://github.com/vgupta123/sumpubmed)
- **Paper:** [More Information Needed](https://vgupta123.github.io/docs/121_paper.pdf)
## Description of datasets processing
5 rows were dropped from the original dataset taken from KAGGLE as they were missing the respective 'shorter_abstract' texts.
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.