Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,37 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
Medium Article Dataset For Extractive Text Summarization
|
| 5 |
+
Author
|
| 6 |
+
Vaibhav Gulati, Deepika Kumar
|
| 7 |
+
(Department of Computer Science and Engineering, Bharati Vidyapeeth’s College of Engineering, New Delhi 110063, India)
|
| 8 |
+
|
| 9 |
+
Contact
|
| 10 |
+
Contact using the following email: gulvaibhav20@gmail.com
|
| 11 |
+
|
| 12 |
+
Subject
|
| 13 |
+
Engineering
|
| 14 |
+
|
| 15 |
+
Description
|
| 16 |
+
The dataset contains 75 articles that belongs to a variety of different categories including technology, science, business, nature and entertainment etc. These articles were published on the Medium website in 2018 and were extracted using web scraping tools and techniques. The dataset contains the textual content of the articles along with information about the publication date, sub-title, author, word count, etc. In addition to this, the dataset contains human generated summaries of all the 75 articles, where the length of each summary is about one-fifth of the length of the original Medium article.
|
| 17 |
+
|
| 18 |
+
Dataset Parameters Values
|
| 19 |
+
Number of Articles (Instances) 75
|
| 20 |
+
Categories 25
|
| 21 |
+
Average number of sentences per article 89.5
|
| 22 |
+
Maximum number of sentences per article 229
|
| 23 |
+
Minimum number of sentences per article 30
|
| 24 |
+
File Description
|
| 25 |
+
Dataset.csv - This file contains the whole Medium article dataset having the attributes:
|
| 26 |
+
|
| 27 |
+
Attribute Information
|
| 28 |
+
Title Title of the article
|
| 29 |
+
Sub_Title Sub-title of the article
|
| 30 |
+
Text The textual content of the article
|
| 31 |
+
Word_Count Number of Words present in article
|
| 32 |
+
Category Genre of the article
|
| 33 |
+
Author Author of the article
|
| 34 |
+
URL Medium link for the article
|
| 35 |
+
Human Generated Summary Human generated extractive summary of the article
|
| 36 |
+
Dataset Usage
|
| 37 |
+
The dataset can be used for the evaluation of the Extractive Text Summarization process. The summary of the articles generated by the extractive text summarizer model can be compared with the Human Generated Summary provided in the dataset.
|