Add GeneReviews dataset with 929 chapters including abstract, content, and references
Browse files- README.md +41 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -2,4 +2,45 @@
|
|
2 |
license: other
|
3 |
license_name: genereviews
|
4 |
license_link: https://www.ncbi.nlm.nih.gov/books/NBK138602/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
|
|
2 |
license: other
|
3 |
license_name: genereviews
|
4 |
license_link: https://www.ncbi.nlm.nih.gov/books/NBK138602/
|
5 |
+
configs:
|
6 |
+
- config_name: default
|
7 |
+
data_files:
|
8 |
+
- split: train
|
9 |
+
path: data/train-*
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: id
|
13 |
+
dtype: string
|
14 |
+
- name: ch_id
|
15 |
+
dtype: string
|
16 |
+
- name: keywords
|
17 |
+
list: string
|
18 |
+
- name: title
|
19 |
+
dtype: string
|
20 |
+
- name: authors
|
21 |
+
dtype: string
|
22 |
+
- name: abstract
|
23 |
+
dtype: string
|
24 |
+
- name: content
|
25 |
+
dtype: string
|
26 |
+
- name: references
|
27 |
+
list: string
|
28 |
+
- name: created_date
|
29 |
+
dtype: string
|
30 |
+
- name: updated_date
|
31 |
+
dtype: string
|
32 |
+
- name: revised_date
|
33 |
+
dtype: string
|
34 |
+
- name: journal
|
35 |
+
dtype: string
|
36 |
+
- name: source_url
|
37 |
+
dtype: string
|
38 |
+
- name: publication_types
|
39 |
+
list: string
|
40 |
+
splits:
|
41 |
+
- name: train
|
42 |
+
num_bytes: 57554171
|
43 |
+
num_examples: 929
|
44 |
+
download_size: 15286246
|
45 |
+
dataset_size: 57554171
|
46 |
---
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2099e98fd421b642c87a8893ab190693ddba80a01f07eb6281581df2c2525321
|
3 |
+
size 15286246
|