paper-with-me

홈 › Papers

Molecular Graph Representation Learning Integrating Large Language Models with Domain-specific Small Models

2024-08-19 · Tianyu Zhang, Yuxiang Ren, Chengbin Hou, Hairong Lv, Xuegong Zhang

Molecular property prediction is a crucial foundation for drug discovery. In recent years, pre-trained deep learning models have been widely applied to this task. Some approaches that incorporate prior biological domain knowledge into the pre-training framework have achieved impressive results. However, these methods heavily rely on biochemical experts, and retrieving and summarizing vast amounts of domain knowledge literature is both time-consuming and expensive. Large Language Models (LLMs) have demonstrated remarkable performance in understanding and efficiently providing general knowledge. Nevertheless, they occasionally exhibit hallucinations and lack precision in generating domain-specific knowledge. Conversely, Domain-specific Small Models (DSMs) possess rich domain knowledge and can accurately calculate molecular domain-related metrics. However, due to their limited model size and singular functionality, they lack the breadth of knowledge necessary for comprehensive representation learning. To leverage the advantages of both approaches in molecular property prediction, we propose a novel Molecular Graph representation learning framework that integrates Large language models and Domain-specific small models (MolGraph-LarDo). Technically, we design a two-stage prompt strategy where DSMs are introduced to calibrate the knowledge provided by LLMs, enhancing the accuracy of domain-specific information and thus enabling LLMs to generate more precise textual descriptions for molecular samples. Subsequently, we employ a multi-modal alignment method to coordinate various modalities, including molecular graphs and their corresponding descriptive texts, to guide the pre-training of molecular representations. Extensive experiments demonstrate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2408.10124

Code (1)

zhangtia16/molgraph-lardo 공식 구현 pytorch

Tasks

DescriptiveDrug DiscoveryGeneral KnowledgeGraph Representation LearningMolecular Property PredictionProperty PredictionRepresentation Learning

Similar Papers 제목 키워드 기반

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

EquiHGNN: Scalable Rotationally Equivariant Hypergraph Neural Networks

2025-05-08 · Tien Dang, Truong-Son Hy

Molecular interactions often involve high-order relationships that cannot be fully captured by traditional graph-based models limited to pairwise connections. Hypergraphs naturally extend graphs by enabling multi-way int…

MOL-Mamba: Enhancing Molecular Representation with Structural & Electronic Insights

2024-12-21 · Jingjing Hu, Dan Guo, Zhan Si, Deguang Liu 외

Molecular representation learning plays a crucial role in various downstream tasks, such as molecular property prediction and drug design. To accurately represent molecules, Graph Neural Networks (GNNs) and Graph Transfo…

Drug DesignMambaMolecular Property Predictionmolecular representation+2

Molecular Representation Learning by Leveraging Chemical Information

2021-03-15 · NA 2021 3 · Weibin Li, Shanzhuo Zhang, Lihang Liu, Zhengjie Huang 외

Molecular property prediction is of great importance in AI drug design due to its high experimental efficiency compared with biological experiments. As graph neural networks have achieved great success in many domains, s…

Drug DesignGraph Property PredictionMolecular Property Predictionmolecular representation+3

MolMix: A Simple Yet Effective Baseline for Multimodal Molecular Representation Learning

2024-10-10 · Andrei Manolache, Dragos Tantaru, Mathias Niepert

In this work, we propose a simple transformer-based baseline for multimodal molecular representation learning, integrating three distinct modalities: SMILES strings, 2D graph representations, and 3D conformers of molecul…

molecular representationRepresentation Learning