Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
PabloAccuosto commited on
Commit
44dfa73
·
verified ·
1 Parent(s): 050d415

Add expert-revised labels and clinical trials

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +49 -0
  3. state.json +22 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fde889b205c72a6e71260c2f12a2cae0ce7019df4f4bbabc509bcbcfeb003ee
3
+ size 3127912
dataset_info.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "title": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "funder": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "beneficiary": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "source_id": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "abstract": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "funding_scheme": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "label": {
34
+ "names": [
35
+ "business_rnd_innovation",
36
+ "fellowships_scholarships",
37
+ "institutional_funding",
38
+ "networking_collaborative",
39
+ "other_research_funding",
40
+ "out_of_scope",
41
+ "project_grants_public",
42
+ "research_infrastructure"
43
+ ],
44
+ "_type": "ClassLabel"
45
+ }
46
+ },
47
+ "homepage": "",
48
+ "license": ""
49
+ }
state.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "69975957ba9f92bd",
8
+ "_format_columns": [
9
+ "id",
10
+ "title",
11
+ "funder",
12
+ "beneficiary",
13
+ "source_id",
14
+ "abstract",
15
+ "funding_scheme",
16
+ "label"
17
+ ],
18
+ "_format_kwargs": {},
19
+ "_format_type": null,
20
+ "_output_all_columns": false,
21
+ "_split": null
22
+ }