paper-with-me

홈 › Papers

Instruction Multi-Constraint Molecular Generation Using a Teacher-Student Large Language Model

2024-03-20 · Peng Zhou, Jianmin Wang, Chunyan Li, Zixu Wang, Yiping Liu, Siqi Sun, Jianxin Lin, Leyi Wei, Xibao Cai, Houtim Lai, Wei Liu, Longyue Wang, Yuansheng Liu, Xiangxiang Zeng

While various models and computational tools have been proposed for structure and property analysis of molecules, generating molecules that conform to all desired structures and properties remains a challenge. Here, we introduce a multi-constraint molecular generation large language model, TSMMG, which, akin to a student, incorporates knowledge from various small models and tools, namely, the 'teachers'. To train TSMMG, we construct a large set of text-molecule pairs by extracting molecular knowledge from these 'teachers', enabling it to generate novel molecules that conform to the descriptions through various text prompts. We experimentally show that TSMMG remarkably performs in generating molecules meeting complex, natural language-described property requirements across two-, three-, and four-constraint tasks, with an average molecular validity of over 99% and success ratio of 82.58%, 68.03%, and 67.48%, respectively. The model also exhibits adaptability through zero-shot testing, creating molecules that satisfy combinations of properties that have not been encountered. It can comprehend text inputs with various language styles, extending beyond the confines of outlined prompts, as confirmed through empirical validation. Additionally, the knowledge distillation feature of TSMMG contributes to the continuous enhancement of small models, while the innovative approach to dataset construction effectively addresses the issues of data scarcity and quality, which positions TSMMG as a promising tool in the domains of drug discovery and materials science.

📄 PDF Abstract BibTeX arXiv:2403.13244

Code (1)

hhw-zhou/tsmmg 공식 구현 pytorch

Tasks

Drug DiscoveryKnowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Property Enhanced Instruction Tuning for Multi-task Molecule Generation with Large Language Models

2024-12-24 · Xuan Lin, Long Chen, Yile Wang, Xiangxiang Zeng 외

Large language models (LLMs) are widely applied in various natural language processing tasks such as question answering and machine translation. However, due to the lack of labeled data and the difficulty of manual annot…

Machine TranslationMolecular Property PredictionMolecule CaptioningProperty Prediction+1

LLaMo: Large Language Model-based Molecular Graph Assistant

2024-10-31 · Jinyoung Park, Minseong Bae, Dohwan Ko, Hyunwoo J. Kim

Large Language Models (LLMs) have demonstrated remarkable generalization and instruction-following capabilities with instruction tuning. The advancements in LLMs and instruction tuning have led to the development of Larg…

Instruction FollowingIUPAC Name PredictionLanguage ModelingLanguage Modelling+4

Instruction-Based Molecular Graph Generation with Unified Text-Graph Diffusion Model

2024-08-19 · Yuran Xiang, Haiteng Zhao, Chang Ma, Zhi-Hong Deng

Recent advancements in computational chemistry have increasingly focused on synthesizing molecules based on textual instructions. Integrating graph generation with these instructions is complex, leading most current meth…

Computational chemistryDenoisingGraph GenerationMolecular Graph Generation

Mol-Debate: Multi-Agent Debate Improves Structural Reasoning in Molecular Design

2026-04-22 · Wengyu Zhang, Xiao-Yong Wei, Qing Li arxiv

Text-guided molecular design is a key capability for AI-driven drug discovery, yet it remains challenging to map sequential natural-language instructions with non-linear molecular structures under strict chemical constra…

Drug Discovery

Aligning Teacher with Student Preferences for Tailored Training Data Generation

2024-06-27 · Yantao Liu, Zhao Zhang, Zijun Yao, Shulin Cao 외

Large Language Models (LLMs) have shown significant promise as copilots in various tasks. Local deployment of LLMs on edge devices is necessary when handling privacy-sensitive data or latency-sensitive tasks. The computa…

In-Context LearningKnowledge Distillation