Link Property Prediction | Open Graph Benchmark
https://ogb.stanford.edu › linkpropSmall, ogbl-collab, >=1.2.1, 235,868, 1,285,465, Time, Link prediction, Hits@50 ... split_edge["test"] graph = dataset[0] # pyg graph object containing only ...
Link Property Prediction | Open Graph Benchmark
https://ogb.stanford.edu/docs/linkpropPrediction task: The task is to predict new triplet edges given the training edges. The evaluation metric follows the standard filtered metric widely used in KG. Specifically, we corrupt each test triplet edges by replacing its head or tail with randomly-sampled 1,000 negative entities (500 for head and 500 for tail ), while ensuring the resulting triplets do not appear in KG.