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

update doc

Browse files
Files changed (1) hide show
  1. README.md +36 -40
README.md CHANGED
@@ -67,35 +67,9 @@ task_ids:
67
 
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
- ***docId*** The docID is the identifier of the document. This is unique to the document, and can be resolved into a URL
74
- for the document through the addition of `https//www.sciencedirect.com/science/pii/<docId>`
75
-
76
- ***abstract*** This is the author provided abstract for the document
77
- body_text The full text for the document. The text has been split on sentence boundaries, thus making it easier to
78
- use across research projects. Each sentence has the title (and ID) of the section which it is from, along with titles (and
79
- IDs) of the parent section. The highest-level section takes index 0 in the parents array. If the array is empty then the
80
- title of the section for the sentence is the highest level section title. This will allow for the reconstruction of the article
81
- structure. References have been extracted from the sentences. The IDs of the extracted reference and their respective
82
- offset within the sentence can be found in the “refoffsets” field. The complete list of references are can be found in
83
- the “bib_entry” field along with the references’ respective metadata. Some will be missing as we only keep ‘clean’
84
- sentences,
85
-
86
- ***bib_entities*** All the references from within the document can be found in this section. If the meta data for the
87
- reference is available, it has been added against the key for the reference. Where possible information such as the
88
- document titles, authors, and relevant identifiers (DOI and PMID) are included. The keys for each reference can be
89
- found in the sentence where the reference is used with the start and end offset of where in the sentence that reference
90
- was used.
91
-
92
- ***metadata*** Meta data includes additional information about the article, such as list of authors, relevant IDs (DOI and
93
- PMID). Along with a number of classification schemes such as ASJC and Subject Classification.
94
-
95
- ***Author_highlights*** Author highlights were included in the corpus where the author(s) have provided them. The
96
- coverage is 61% of all articles. The author highlights, consisting of 4 to 6 sentences, is provided by the author with
97
- the aim of summarising the core findings and results in the article.
98
-
99
  ### Supported Tasks and Leaderboards
100
 
101
  [More Information Needed]
@@ -105,14 +79,6 @@ the aim of summarising the core findings and results in the article.
105
  English (`en`).
106
 
107
  ## Dataset Structure
108
-
109
- * ***title***:This is the author provided title for the document. 100% coverage.
110
- * ***abstract***: This is the author provided abstract for the document. 99.25% coverage.
111
- * ***keywords***: This is the author and publisher provided keywords for the document. 100% coverage.
112
- * ***asjc***: This is the disciplines for the document as represented by 334 ASJC (All Science Journal Classification) codes. 100% coverage.
113
- * ***subjareas***: This is the Subject Classification for the document as represented by 27 ASJC top-level subject classifications. 100% coverage.
114
- * ***body_text***: The full text for the document. 100% coverage.
115
- * ***author_highlights***: This is the author provided highlights for the document. 61.31% coverage.
116
 
117
  ### Data Instances
118
 
@@ -198,9 +164,41 @@ The original dataset was published with the following json structure:
198
  }
199
  ```
200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  ### Data Fields
202
 
203
- [More Information Needed]
 
 
 
 
 
 
204
 
205
  ### Data Splits
206
 
@@ -210,8 +208,6 @@ The original dataset was published with the following json structure:
210
 
211
  ### Curation Rationale
212
 
213
- See `3.1 Data Sampling` in the [original paper](https://doi.org/10.48550/arXiv.2008.00774).
214
-
215
  [More Information Needed]
216
 
217
  ### Source Data
@@ -220,11 +216,11 @@ See `3.1 Data Sampling` in the [original paper](https://doi.org/10.48550/arXiv.2
220
 
221
  Date the data was collected: 2020-06-25T11:00:00.000Z
222
 
223
- [More Information Needed]
224
 
225
  #### Who are the source language producers?
226
 
227
- [More Information Needed]
228
 
229
  ### Annotations
230
 
 
67
 
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
 
75
  [More Information Needed]
 
79
  English (`en`).
80
 
81
  ## Dataset Structure
 
 
 
 
 
 
 
 
82
 
83
  ### Data Instances
84
 
 
164
  }
165
  ```
166
 
167
+ ***docId*** The docID is the identifier of the document. This is unique to the document, and can be resolved into a URL
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
175
+ structure. References have been extracted from the sentences. The IDs of the extracted reference and their respective
176
+ offset within the sentence can be found in the “refoffsets” field. The complete list of references are can be found in
177
+ the “bib_entry” field along with the references’ respective metadata. Some will be missing as we only keep ‘clean’
178
+ sentences,
179
+
180
+ ***bib_entities*** All the references from within the document can be found in this section. If the meta data for the
181
+ reference is available, it has been added against the key for the reference. Where possible information such as the
182
+ document titles, authors, and relevant identifiers (DOI and PMID) are included. The keys for each reference can be
183
+ found in the sentence where the reference is used with the start and end offset of where in the sentence that reference
184
+ was used.
185
+
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
+
193
  ### Data Fields
194
 
195
+ * ***title***: This is the author provided title for the document. 100% coverage.
196
+ * ***abstract***: This is the author provided abstract for the document. 99.25% coverage.
197
+ * ***keywords***: This is the author and publisher provided keywords for the document. 100% coverage.
198
+ * ***asjc***: This is the disciplines for the document as represented by 334 ASJC (All Science Journal Classification) codes. 100% coverage.
199
+ * ***subjareas***: This is the Subject Classification for the document as represented by 27 ASJC top-level subject classifications. 100% coverage.
200
+ * ***body_text***: The full text for the document. 100% coverage.
201
+ * ***author_highlights***: This is the author provided highlights for the document. 61.31% coverage.
202
 
203
  ### Data Splits
204
 
 
208
 
209
  ### Curation Rationale
210
 
 
 
211
  [More Information Needed]
212
 
213
  ### Source Data
 
216
 
217
  Date the data was collected: 2020-06-25T11:00:00.000Z
218
 
219
+ See the [original paper](https://doi.org/10.48550/arXiv.2008.00774) for more detail on the data collection process.
220
 
221
  #### Who are the source language producers?
222
 
223
+ See `3.1 Data Sampling` in the [original paper](https://doi.org/10.48550/arXiv.2008.00774).
224
 
225
  ### Annotations
226