sleeping4cat commited on
Commit
00b3c27
1 Parent(s): c192787

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -30
README.md CHANGED
@@ -1,30 +1,56 @@
1
- ---
2
- license: apache-2.0
3
- dataset_info:
4
- features:
5
- - name: title
6
- dtype: string
7
- - name: text
8
- dtype: string
9
- - name: added
10
- dtype: string
11
- - name: created
12
- dtype: string
13
- - name: id
14
- dtype: string
15
- - name: source
16
- dtype: string
17
- - name: version
18
- dtype: string
19
- splits:
20
- - name: pes2o_abstract
21
- num_bytes: 46073557231
22
- num_examples: 30569017
23
- download_size: 26787550136
24
- dataset_size: 46073557231
25
- configs:
26
- - config_name: default
27
- data_files:
28
- - split: pes2o_abstract
29
- path: data/pes2o_abstract-*
30
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: title
6
+ dtype: string
7
+ - name: text
8
+ dtype: string
9
+ - name: added
10
+ dtype: string
11
+ - name: created
12
+ dtype: string
13
+ - name: id
14
+ dtype: string
15
+ - name: source
16
+ dtype: string
17
+ - name: version
18
+ dtype: string
19
+ splits:
20
+ - name: pes2o_abstract
21
+ num_bytes: 46073557231
22
+ num_examples: 30569017
23
+ download_size: 26787550136
24
+ dataset_size: 46073557231
25
+ configs:
26
+ - config_name: default
27
+ data_files:
28
+ - split: pes2o_abstract
29
+ path: data/pes2o_abstract-*
30
+ task_categories:
31
+ - question-answering
32
+ - text-classification
33
+ - feature-extraction
34
+ - sentence-similarity
35
+ language:
36
+ - en
37
+ tags:
38
+ - biology
39
+ - medical
40
+ - chemistry
41
+ ---
42
+
43
+ **Introducing Pes2o-X**, also known as Pes2o-Abstract-X, a derived dataset from the original Pes2o dataset released by Allen AI. The Pes2o dataset aimed to provide a large corpus of open-access research papers, including both abstracts and full text. However, it required pre-processing before the abstracts could be used for training or fine-tuning machine learning models.
44
+
45
+ At LAION AI, we initiated a project called X, focusing on developing high-quality training corpora from scratch, reorganising, and maintaining high-quality research data dumps (e.g., Wikipedia). As part of this initiative, we reorganized the original Pes2o dataset version 2, extracted the abstracts, and compiled our Pes2o-Abstract-X.
46
+
47
+ It's important to note that Pes2o-X and our entire X project stem from an ongoing commitment to developing high-quality abstractions from these datasets. Our goal is to release them to the public to support the development of advanced artificial intelligence models and enhance existing large language model pipelines with modular features.
48
+
49
+ ### Dataset information
50
+
51
+ **Index:** Pes2o v2 dataset 2023
52
+
53
+ **How many research papers’ abstract present?**
54
+ - 30.57M
55
+
56
+ **WE PRESERVED ALL THE ORIGINAL METADATA.**