ACM_DBLP

class ACM_DBLP(root: str | Path, download: bool | None = False, train_ratio: float | None = 0.2, dtype: dtype = torch.float32, seed: int | None = 0)[source]

Bases: Dataset

A pair of undirected co-authorship networks, ACM and DBLP. Nodes represent authors and edges an edge exists between two authors if they co-author at least one paper. Node attributes are available in both networks. There are 6,325 common authors across two networks.

STATS:

Graph

#nodes

#edges

#node attrs

#edge attrs

Phone

9,872

39,561

17

0

Email

9,916

44,808

17

0