Sherif Abdulkader Tawfik Abbas
commited on
Commit
•
e5b4ff1
1
Parent(s):
9d8ffc1
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# The 3oloum corpus of scientific titles and abstracts
|
2 |
+
|
3 |
+
This is a corpus of titles and abstracts of 147,673 scientific articles that were scraped from the following scientific journals:
|
4 |
+
|
5 |
+
- Nature: from year 1870 to 2021
|
6 |
+
- Science: from year 1960 to 2020
|
7 |
+
- Science Advances: from year 2015 to 2020
|
8 |
+
|
9 |
+
The corpus has been created for the purpose of contributing to natural language processing (NLP) projects.
|
10 |
+
|
11 |
+
There are currently *21,309,015* words in the corpus, including the text of titles and abstracts, and excluding non-ASCII strings.
|
12 |
+
|
13 |
+
Every non-ASCII character has been replaced by the string `<non_ascii>` to facilitate text processing.
|
14 |
+
|
15 |
+
It is being continuously updated.
|