sleeping4cat commited on
Commit
b19a1a7
·
verified ·
1 Parent(s): 8df22d8

added description

Browse files
Files changed (1) hide show
  1. README.md +53 -30
README.md CHANGED
@@ -1,30 +1,53 @@
1
- ---
2
- license: apache-2.0
3
- dataset_info:
4
- features:
5
- - name: coreId
6
- dtype: string
7
- - name: title
8
- dtype: string
9
- - name: authors
10
- sequence: string
11
- - name: datePublished
12
- dtype: string
13
- - name: abstract
14
- dtype: string
15
- - name: relations
16
- sequence: string
17
- - name: year
18
- dtype: int64
19
- splits:
20
- - name: core_2018
21
- num_bytes: 113101903827
22
- num_examples: 85610399
23
- download_size: 64859628168
24
- dataset_size: 113101903827
25
- configs:
26
- - config_name: default
27
- data_files:
28
- - split: core_2018
29
- path: data/core_2018-*
30
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: coreId
6
+ dtype: string
7
+ - name: title
8
+ dtype: string
9
+ - name: authors
10
+ sequence: string
11
+ - name: datePublished
12
+ dtype: string
13
+ - name: abstract
14
+ dtype: string
15
+ - name: relations
16
+ sequence: string
17
+ - name: year
18
+ dtype: int64
19
+ splits:
20
+ - name: core_2018
21
+ num_bytes: 113101903827
22
+ num_examples: 85610399
23
+ download_size: 64859628168
24
+ dataset_size: 113101903827
25
+ configs:
26
+ - config_name: default
27
+ data_files:
28
+ - split: core_2018
29
+ path: data/core_2018-*
30
+ ---
31
+
32
+ <p align="center">
33
+ <img src="COREX.jpg" alt="A greek scholar writing manuscript in 1080BC" width="150" height="150">
34
+ </p>
35
+
36
+ <h1 align="center">COREX 18</h1>
37
+
38
+
39
+ Introducing COREX-18, a comprehensive dataset derived from the 2018 version of the CORE dataset. Our goal is to contribute to the research community by compiling open-access scientific papers and publishing them in extensive datasets. These datasets will facilitate advanced RAG applications and enhance artificial intelligence research.
40
+
41
+ COREX was developed as part of our X initiative, which aims to maintain and compile publicly available data into accessible and regularly updated datasets.
42
+
43
+ **COREX-18 consists of over 85 million rows.**
44
+
45
+ Regarding metadata preservation, we made the decision not to include all metadata due to its complexity and the high number of NULL values encountered. Instead, we preserved critical metadata essential for tracking research papers and understanding their basic information.
46
+
47
+ COREX-18 remains unaltered from the original CORE dataset. We maintained the integrity of the abstracts and titles without subjecting them to any textual cleaning processes.
48
+
49
+ COREX-18 is primarily targeted towards RAG Applications and the Citing data and scientific knowledge category.
50
+
51
+
52
+ Note: Full-text version will be updated soon.
53
+