LGAICHEM-PHQMMay 25, 2023

Explainability Techniques for Chemical Language Models

arXiv:2305.16192v18 citations
Originality Synthesis-oriented
AI Analysis

This addresses the need for interpretable predictions in chemistry, but it is incremental as it applies existing explainability methods to a new domain.

The paper tackled the lack of explainability in chemical language models by proposing a technique that attributes prediction importance to individual atoms, achieving competitive performance in solubility prediction tasks.

Explainability techniques are crucial in gaining insights into the reasons behind the predictions of deep learning models, which have not yet been applied to chemical language models. We propose an explainable AI technique that attributes the importance of individual atoms towards the predictions made by these models. Our method backpropagates the relevance information towards the chemical input string and visualizes the importance of individual atoms. We focus on self-attention Transformers operating on molecular string representations and leverage a pretrained encoder for finetuning. We showcase the method by predicting and visualizing solubility in water and organic solvents. We achieve competitive model performance while obtaining interpretable predictions, which we use to inspect the pretrained model.

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