LGCLBMMay 28, 2023

GIMLET: A Unified Graph-Text Model for Instruction-Based Molecule Zero-Shot Learning

arXiv:2306.13089v391 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the bottleneck of expensive lab experiments for molecule property prediction, offering a novel zero-shot approach that leverages textual instructions, though it is incremental in combining graph and text models.

The study tackled the problem of label insufficiency in molecule property prediction by proposing GIMLET, a unified graph-text model for instruction-based zero-shot learning, which significantly outperformed baselines and achieved results close to supervised models on tasks like toxcast and muv.

Molecule property prediction has gained significant attention in recent years. The main bottleneck is the label insufficiency caused by expensive lab experiments. In order to alleviate this issue and to better leverage textual knowledge for tasks, this study investigates the feasibility of employing natural language instructions to accomplish molecule-related tasks in a zero-shot setting. We discover that existing molecule-text models perform poorly in this setting due to inadequate treatment of instructions and limited capacity for graphs. To overcome these issues, we propose GIMLET, which unifies language models for both graph and text data. By adopting generalized position embedding, our model is extended to encode both graph structures and instruction text without additional graph encoding modules. GIMLET also decouples encoding of the graph from tasks instructions in the attention mechanism, enhancing the generalization of graph features across novel tasks. We construct a dataset consisting of more than two thousand molecule tasks with corresponding instructions derived from task descriptions. We pretrain GIMLET on the molecule tasks along with instructions, enabling the model to transfer effectively to a broad range of tasks. Experimental results demonstrate that GIMLET significantly outperforms molecule-text baselines in instruction-based zero-shot learning, even achieving closed results to supervised GNN models on tasks such as toxcast and muv.

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