ArXiv

class ArXiv(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 networks synthesized from the Arxiv ASTRO-PH (Astro Physics) collaboration network. Nodes represent authors and an edge exists between two authors if they have co-authored a paper. The two networks are noisy permutations of the original network generated by randomly inserting 10% edges (ArXiv1) and deleting 15% edges (ArXiv2) from the original network, respectively. Node and edge attributes are not available. There are in total 18,722 common nodes across two networks.

Graph

#nodes

#edges

#node attrs

#edge attrs

ArXiv1

18,722

217,921

0

0

ArXiv2

18,722

168,394

0

0