sumuks commited on
Commit
f625c9a
·
verified ·
1 Parent(s): 5f31c7b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -25
README.md CHANGED
@@ -1,25 +1,27 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: pmid
5
- dtype: string
6
- - name: doi
7
- dtype: string
8
- - name: openalex_id
9
- dtype: string
10
- - name: label_included
11
- dtype: int64
12
- - name: method
13
- dtype: string
14
- splits:
15
- - name: train
16
- num_bytes: 1399238
17
- num_examples: 10220
18
- download_size: 360865
19
- dataset_size: 1399238
20
- configs:
21
- - config_name: default
22
- data_files:
23
- - split: train
24
- path: data/train-*
25
- ---
 
 
 
1
+ # van_Dis_2020
2
+
3
+ ## Dataset Description
4
+
5
+ A systematic review dataset about Anxiety-Related Disorders.
6
+
7
+ Title: Long-term Outcomes of Cognitive Behavioral Therapy for Anxiety-Related Disorders. A Systematic Review and Meta-analysis
8
+
9
+ Authors: van Dis, E. A. M., van Veen, S. C., Hagenaars, M. A., et al.
10
+
11
+ Year: 2019
12
+
13
+ License: CC-BY Attribution 4.0 International
14
+
15
+ ### Number of Papers
16
+
17
+ This dataset contains 10220 papers.
18
+
19
+ ### Columns
20
+
21
+ pmid, doi, openalex_id, label_included, method
22
+
23
+ ### Citation
24
+
25
+ ```
26
+ https://doi.org/10.1001/jamapsychiatry.2019.3986
27
+ ```