Ogb Versions Save

Benchmark datasets, data loaders, and evaluators for graph machine learning

1.3.4

1 year ago

This release introduces the following two:

1.3.2

2 years ago

We have included two updates:

  • WikiKG90M --> WikiKG90Mv2
  • PCQM4M --> PCQM4Mv2

1.3.1

3 years ago

Thanks to the DGL Team, all the LSC data is now hosted on AWS. This significantly improves the download speed around the globe! The underlying data stays exactly the same.

1.3.0

3 years ago

This release includes the three large-scale datasets for OGB-LSC at KDD Cup 2021. Details of the datasets and the KDD Cup can be found here.

1.2.6

3 years ago

The dataset downloading now uses http instead of https.

1.2.5

3 years ago

This version provides a major change in ogbg-code.

  • ogbg-code has been deprecated due to prediction target (i.e., method name) leakage in input AST.
  • ogbg-code2 has been introduced that fixes the issue., where the method name and its recursive definition in AST are replaced with a special token _mask_.

We sincerely thank Charles Sutton (@casutton) for finding the data leakage in our dataset.

1.2.4

3 years ago

This release fixes the dataset bug in negative samples in ogbl-wikikg and ogbl-citation and releases new versions of them: ogbl-wikikg2 and ogbl-citation2. The old versions are deprecated.

1.2.3

3 years ago

This release enhances the OGB package in the following ways.