Understand Pretrained Molecular Representation Benchmarks
masterTorchDrug provides benchmarks for property prediction models that utilize pre-training. The benchmarks evaluate two primary pre-training methodologies:
- Self-supervised pre-training: Focuses on learning graph structural information. In these benchmarks, pre-training is performed on a subset of 2 million molecules from the
ZINC15dataset. - Supervised pre-training: Involves pre-training on a large supervised dataset. The benchmarks use 456k molecules and 1,310 tasks from the
ChEMBLdataset.
Evaluation Methodology:
- Splitting Strategy: Downstream tasks use scaffold splitting for molecule data.
- Data Split: The train/validation/test sets are split into an 80%:10%:10% ratio.
- Metrics: Performance is evaluated using the AUROC metric. Results are reported as the mean and derivation across 10 random splits.