Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,30 +1,3 @@
|
|
1 |
-
---
|
2 |
-
configs:
|
3 |
-
- config_name: default
|
4 |
-
data_files:
|
5 |
-
- split: train
|
6 |
-
path: data/train-*
|
7 |
-
dataset_info:
|
8 |
-
features:
|
9 |
-
- name: doi
|
10 |
-
dtype: string
|
11 |
-
- name: openalex_id
|
12 |
-
dtype: string
|
13 |
-
- name: label_included
|
14 |
-
dtype: int64
|
15 |
-
- name: pmid
|
16 |
-
dtype: string
|
17 |
-
- name: method
|
18 |
-
dtype: string
|
19 |
-
- name: source_file
|
20 |
-
dtype: string
|
21 |
-
splits:
|
22 |
-
- name: train
|
23 |
-
num_bytes: 381879
|
24 |
-
num_examples: 2601
|
25 |
-
download_size: 86161
|
26 |
-
dataset_size: 381879
|
27 |
-
---
|
28 |
# Kwok_2020
|
29 |
|
30 |
## Dataset Description
|
@@ -39,13 +12,19 @@ Year: 2020
|
|
39 |
|
40 |
License: CC-BY Attribution 4.0 International
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
### Number of Papers
|
43 |
|
44 |
This dataset contains 2601 papers.
|
45 |
|
46 |
### Columns
|
47 |
|
48 |
-
doi, openalex_id, label_included, pmid, method
|
49 |
|
50 |
### Citation
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Kwok_2020
|
2 |
|
3 |
## Dataset Description
|
|
|
12 |
|
13 |
License: CC-BY Attribution 4.0 International
|
14 |
|
15 |
+
Original Data: https://doi.org/10.17605/OSF.IO/5S27M
|
16 |
+
|
17 |
+
Included files:
|
18 |
+
- Kwok_2020_ids.csv
|
19 |
+
|
20 |
+
|
21 |
### Number of Papers
|
22 |
|
23 |
This dataset contains 2601 papers.
|
24 |
|
25 |
### Columns
|
26 |
|
27 |
+
doi, openalex_id, label_included, pmid, method, source_file
|
28 |
|
29 |
### Citation
|
30 |
|