orieg commited on
Commit
7b3c8a0
1 Parent(s): 68ef766

update dataset card with tables and better summary

Browse files
Files changed (1) hide show
  1. README.md +49 -3
README.md CHANGED
@@ -68,7 +68,52 @@ task_ids:
68
  ### Dataset Summary
69
 
70
  Elsevier OA CC-By Corpus: This is a corpus of 40k (40,091) open access (OA) CC-BY articles from across Elsevier’s journals
71
- representing a large scale, cross-discipline set of research data to support NLP and ML research.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
  ### Supported Tasks and Leaderboards
74
 
@@ -168,7 +213,8 @@ The original dataset was published with the following json structure:
168
  for the document through the addition of `https//www.sciencedirect.com/science/pii/<docId>`
169
 
170
  ***abstract*** This is the author provided abstract for the document
171
- body_text The full text for the document. The text has been split on sentence boundaries, thus making it easier to
 
172
  use across research projects. Each sentence has the title (and ID) of the section which it is from, along with titles (and
173
  IDs) of the parent section. The highest-level section takes index 0 in the parents array. If the array is empty then the
174
  title of the section for the sentence is the highest level section title. This will allow for the reconstruction of the article
@@ -186,7 +232,7 @@ was used.
186
  ***metadata*** Meta data includes additional information about the article, such as list of authors, relevant IDs (DOI and
187
  PMID). Along with a number of classification schemes such as ASJC and Subject Classification.
188
 
189
- ***Author_highlights*** Author highlights were included in the corpus where the author(s) have provided them. The
190
  coverage is 61% of all articles. The author highlights, consisting of 4 to 6 sentences, is provided by the author with
191
  the aim of summarising the core findings and results in the article.
192
 
 
68
  ### Dataset Summary
69
 
70
  Elsevier OA CC-By Corpus: This is a corpus of 40k (40,091) open access (OA) CC-BY articles from across Elsevier’s journals
71
+ representing a large scale, cross-discipline set of research data to support NLP and ML research. The corpus include full-text
72
+ articles published in 2014 to 2020 and are categorized in 27 Mid Level ASJC Code (subject classification).
73
+
74
+ ***Distribution of Publication Years***
75
+
76
+ | Publication Year | Number of Articles |
77
+ | :---: | :---: |
78
+ | 2014 | 3018 |
79
+ | 2015 | 4438 |
80
+ | 2016 | 5913 |
81
+ | 2017 | 6419 |
82
+ | 2018 | 8016 |
83
+ | 2019 | 10135 |
84
+ | 2020 | 2159 |
85
+
86
+ ***Distribution of Articles Per Mid Level ASJC Code. Each article can belong to multiple ASJC codes.***
87
+
88
+ | Discipline | Count |
89
+ | --- | ---: |
90
+ | General | 3847 |
91
+ | Agricultural and Biological Sciences | 4840 |
92
+ | Arts and Humanities | 982 |
93
+ | Biochemistry, Genetics and Molecular Biology | 8356 |
94
+ | Business, Management and Accounting | 937 |
95
+ | Chemical Engineering | 1878 |
96
+ | Chemistry | 2490 |
97
+ | Computer Science | 2039 |
98
+ | Decision Sciences | 406 |
99
+ | Earth and Planetary Sciences | 2393 |
100
+ | Economics, Econometrics and Finance | 976 |
101
+ | Energy | 2730 |
102
+ | Engineering | 4778 |
103
+ | Environmental Science | 6049 |
104
+ | Immunology and Microbiology | 3211 |
105
+ | Materials Science | 3477 |
106
+ | Mathematics | 538 |
107
+ | Medicine | 7273 |
108
+ | Neuroscience | 3669 |
109
+ | Nursing | 308 |
110
+ | Pharmacology, Toxicology and Pharmaceutics | 2405 |
111
+ | Physics and Astronomy | 2404 |
112
+ | Psychology | 1760 |
113
+ | Social Sciences | 3540 |
114
+ | Veterinary | 991 |
115
+ | Dentistry | 40 |
116
+ | Health Professions | 821 |
117
 
118
  ### Supported Tasks and Leaderboards
119
 
 
213
  for the document through the addition of `https//www.sciencedirect.com/science/pii/<docId>`
214
 
215
  ***abstract*** This is the author provided abstract for the document
216
+
217
+ ***body_text*** The full text for the document. The text has been split on sentence boundaries, thus making it easier to
218
  use across research projects. Each sentence has the title (and ID) of the section which it is from, along with titles (and
219
  IDs) of the parent section. The highest-level section takes index 0 in the parents array. If the array is empty then the
220
  title of the section for the sentence is the highest level section title. This will allow for the reconstruction of the article
 
232
  ***metadata*** Meta data includes additional information about the article, such as list of authors, relevant IDs (DOI and
233
  PMID). Along with a number of classification schemes such as ASJC and Subject Classification.
234
 
235
+ ***author_highlights*** Author highlights were included in the corpus where the author(s) have provided them. The
236
  coverage is 61% of all articles. The author highlights, consisting of 4 to 6 sentences, is provided by the author with
237
  the aim of summarising the core findings and results in the article.
238