Category: A1; Team name: MatTheo; Dataset: OC20/OC22 #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
Description
This PR implements three Open Catalyst (OC20/OC22) datasets:
Implementation Details:
Dataset Loaders (3 files):
topobench/data/loaders/graph/oc20_is2re_dataset_loader.py- IS2REDatasetLoader for OC20topobench/data/loaders/graph/oc22_is2re_dataset_loader.py- OC22IS2REDatasetLoader for OC22topobench/data/loaders/graph/oc20_dataset_loader.py- OC20DatasetLoader for S2EF taskDataset Classes (3 files):
topobench/data/datasets/oc20_is2re_dataset.py- IS2REDataset handling LMDB datatopobench/data/datasets/oc22_is2re_dataset.py- OC22IS2REDataset with multiple LMDB filestopobench/data/datasets/oc20_dataset.py- OC20Dataset for S2EF with configurable splitsConfiguration Files (7 files):
configs/dataset/graph/OC20_IS2RE.yamlconfigs/dataset/graph/OC22_IS2RE.yamlconfigs/dataset/graph/OC20_S2EF_200K.yamlconfigs/dataset/graph/OC20_S2EF_2M.yamlconfigs/dataset/graph/OC20_S2EF_20M.yamlconfigs/dataset/graph/OC20_S2EF_all.yamlTest Coverage (21 tests total):
test/data/load/test_oc20_datasets.py- 17 unit tests covering:test/pipeline/test_pipeline.pyIssue
This PR addresses TDL Challenge 2025 - Category A1: Broadening Benchmarks with Graph Datasets.
Additional context
Datasets Source: Open Catalyst Project
References:
Testing Notes:
max_samples=100for efficiencymax_samples: nullin configs for full dataset training