matentzn commited on
Commit
19d2a37
·
verified ·
1 Parent(s): d580bd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -38
README.md CHANGED
@@ -1,38 +1,71 @@
1
- ---
2
- license: other
3
- license_name: custom
4
- license_link: LICENSE
5
- dataset_info:
6
- features:
7
- - name: id
8
- dtype: string
9
- - name: name
10
- dtype: string
11
- - name: category
12
- dtype: string
13
- - name: description
14
- dtype: string
15
- - name: equivalent_identifiers
16
- list: string
17
- - name: all_categories
18
- list: string
19
- - name: publications
20
- list: string
21
- - name: labels
22
- list: string
23
- - name: international_resource_identifier
24
- dtype: string
25
- - name: upstream_data_source
26
- list: string
27
- splits:
28
- - name: train
29
- num_bytes: 5344685868
30
- num_examples: 9229096
31
- download_size: 1246629480
32
- dataset_size: 5344685868
33
- configs:
34
- - config_name: default
35
- data_files:
36
- - split: train
37
- path: data/nodes/train-*
38
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: custom
4
+ license_link: LICENSE
5
+ dataset_info:
6
+ features:
7
+ - name: id
8
+ dtype: string
9
+ - name: name
10
+ dtype: string
11
+ - name: category
12
+ dtype: string
13
+ - name: description
14
+ dtype: string
15
+ - name: equivalent_identifiers
16
+ list: string
17
+ - name: all_categories
18
+ list: string
19
+ - name: publications
20
+ list: string
21
+ - name: labels
22
+ list: string
23
+ - name: international_resource_identifier
24
+ dtype: string
25
+ - name: upstream_data_source
26
+ list: string
27
+ splits:
28
+ - name: train
29
+ num_bytes: 5344685868
30
+ num_examples: 9229096
31
+ download_size: 1246629480
32
+ dataset_size: 5344685868
33
+ configs:
34
+ - config_name: default
35
+ data_files:
36
+ - split: train
37
+ path: data/nodes/train-*
38
+ task_categories:
39
+ - graph-ml
40
+ language:
41
+ - en
42
+ tags:
43
+ - biology
44
+ - medical
45
+ pretty_name: Every Cure Integrated Knowledge Graph
46
+ ---
47
+
48
+ # Dataset Card for Every Cure Integrated Knowledge Graph (Nodes)
49
+
50
+ ## Dataset Description
51
+
52
+ - **Homepage:** https://docs.dev.everycure.org/releases/public_data_releases/
53
+ - **Paper:** NA
54
+ - **Point of Contact:** https://github.com/everycure-org/matrix/issues
55
+
56
+ ### Dataset Summary
57
+
58
+ The Every Cure KG is currently (as of February 2026) essentially an integrated, simplified and filtered merged KG comprising ROBOKOP and RTX-KG2.
59
+ The "Nodes" datasets contains the records for all nodes in the graph, including metadata.
60
+
61
+ See [edges](https://huggingface.co/datasets/everycure/kg-nodes) dataset for the corresponding set of edges.
62
+
63
+ ### Source Data
64
+
65
+ - [Attribution](https://docs.dev.everycure.org/releases/attribution/)
66
+ - [First-level knowledge sources](https://docs.dev.everycure.org/releases/knowledge_sources/)
67
+ - [Primary knowledge sources](https://docs.dev.everycure.org/releases/primary_knowledge_sources/)
68
+
69
+ ## Licensing Information
70
+
71
+ See [LICENSE](https://huggingface.co/datasets/everycure/kg-nodes/blob/main/LICENSE.md) for details.