CLAK Consulting Knowledge Graph Dataset
Graph-ML dataset for consulting knowledge representation learning.
Inspired by OGB (Open Graph Benchmark) format:
Field
Type
Description
node_feat
list[list[int]]
Node features (type, one-hot)
edge_index
list[tuple[int,int]]
Edge pairs (source, target)
edge_attr
list[int]
Edge types
y
list[float]
Target labels
num_nodes
int
Node count
domain
str
Consulting domain
Node Types… See the full description on the dataset page: https://huggingface.co/datasets/Kraft102/clak-consulting-graph-ml.