Multitask finetuning and acceleration of chemical pretrained models for small molecule drug property prediction
Matthew Adrian, Yunsie Chung, Kevin Boyd, Saee Paliwal, Srimukh Prasad Veccham, Alan C. Cheng
TL;DR
This work demonstrates that multitask finetuning of chemical foundation graph models can significantly improve small-molecule property predictions, with KERMT showing substantial gains on large, correlated ADMET datasets while KPGT excels in smaller data regimes. The authors compare multiple pretrained encoders (KERMT, KGPT, MoLFormer) against a Chemprop baseline across internal and public datasets, highlighting data-size and task-correlation effects on performance. They reveal that multitask finetuning yields the strongest benefits when downstream data are abundant, and they publish a new public multitask ADMET benchmark to standardize future evaluations. To enable industrial-scale use, the paper also reports accelerated training/inference via distributed pretraining and the cuik-molmaker library, along with public code and datasets to facilitate adoption and benchmarking.
Abstract
Chemical pretrained models, sometimes referred to as foundation models, are receiving considerable interest for drug discovery applications. The general chemical knowledge extracted from self-supervised training has the potential to improve predictions for critical drug discovery endpoints, including on-target potency and ADMET properties. Multi-task learning has previously been successfully leveraged to improve predictive models. Here, we show that enabling multitasking in finetuning of chemical pretrained graph neural network models such as Kinetic GROVER Multi-Task (KERMT), an enhanced version of the GROVER model, and Knowledge-guided Pre-training of Graph Transformer (KGPT) significantly improves performance over non-pretrained graph neural network models. Surprisingly, we find that the performance improvement from finetuning KERMT in a multitask manner is most significant at larger data sizes. Additionally, we publish two multitask ADMET data splits to enable more accurate benchmarking of multitask deep learning methods for drug property prediction. Finally, we provide an accelerated implementation of the KERMT model on GitHub, unlocking large-scale pretraining, finetuning, and inference in industrial drug discovery workflows.
