LGBMNov 29, 2022

BARTSmiles: Generative Masked Language Models for Molecular Representations

arXiv:2211.16349v142 citationsh-index: 21
Originality Incremental advance
AI Analysis

This provides improved self-supervised representations for molecular property prediction and generation in chemistry, though it is incremental as it builds on existing BART-like models.

The paper tackles the problem of learning molecular representations for AI in chemistry by developing BARTSmiles, a generative masked language model that sets a new state-of-the-art on 11 classification, regression, and generation tasks, achieving performance within two percentage points of full fine-tuning using only seven neurons on Clintox.

We discover a robust self-supervised strategy tailored towards molecular representations for generative masked language models through a series of tailored, in-depth ablations. Using this pre-training strategy, we train BARTSmiles, a BART-like model with an order of magnitude more compute than previous self-supervised molecular representations. In-depth evaluations show that BARTSmiles consistently outperforms other self-supervised representations across classification, regression, and generation tasks setting a new state-of-the-art on 11 tasks. We then quantitatively show that when applied to the molecular domain, the BART objective learns representations that implicitly encode our downstream tasks of interest. For example, by selecting seven neurons from a frozen BARTSmiles, we can obtain a model having performance within two percentage points of the full fine-tuned model on task Clintox. Lastly, we show that standard attribution interpretability methods, when applied to BARTSmiles, highlight certain substructures that chemists use to explain specific properties of molecules. The code and the pretrained model are publicly available.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes