paper-with-me

홈 › Papers

MolE-RAG: Molecular Structure-Enhanced Retrieval-Augmented Generation for Chemistry

2026-06-04 · Joey Chan, Wonbin Kweon, Ashley Shin, Niharika Bhattacharjee, Pengcheng Jiang, Yue Guo, Jiawei Han arxiv

Large language models (LLMs) have shown promise for molecular property prediction, but their ability to reason over chemical structures remains limited, as molecular representations such as SMILES differ substantially from the natural language on which LLMs are primarily trained. To bridge this semantic and chemical knowledge gap, we propose MolE-RAG, a training-free, molecule-centric retrieval-augmented generation framework for LLM-based molecular property prediction. MolE-RAG augments each prediction with three complementary sources of inference-time context: retrieved chemistry literature, molecule-specific information including compound synonyms, identifiers, functional group annotations, and physicochemical descriptors, and structurally similar molecules retrieved from the training set. We evaluate MolE-RAG across nine molecular property prediction tasks using proprietary, chemistry-specialized, and open-source LLMs. Across general-purpose LLMs, MolE-RAG improves ROC-AUC by up to 28 percentage points on classification tasks and reduces regression RMSE by up to 67% relative to a SMILES-only baseline. We further find that the utility of each context source varies across models and tasks, with different models benefiting most from textual retrieval, molecular context, or structural retrieval. These results suggest that molecule-centric retrieval can improve LLM-based molecular property prediction without model fine-tuning while providing a flexible framework for integrating heterogeneous chemical knowledge at inference time.

📄 PDF Abstract BibTeX arXiv:2606.05693

Code (0)

등록된 구현이 없습니다.

Tasks

Molecular Property Prediction

Similar Papers 제목 키워드 기반

Reimagining Target-Aware Molecular Generation through Retrieval-Enhanced Aligned Diffusion

2025-06-17 · Dong Xu, Zhangfan Yang, Ka-Chun Wong, Zexuan Zhu 외

Breakthroughs in high-accuracy protein structure prediction, such as AlphaFold, have established receptor-based molecule design as a critical driver for rapid early-phase drug discovery. However, most approaches still st…

Drug DesignDrug DiscoveryProtein Structure PredictionRetrieval+2

Predictive Chemistry Augmented with Text Retrieval

2023-12-08 · Yujie Qian, Zhening Li, Zhengkai Tu, Connor W. Coley 외

This paper focuses on using natural language descriptions to enhance predictive models in the chemistry field. Conventionally, chemoinformatics models are trained with extensive structured data manually extracted from th…

molecular representationRetrievalRetrosynthesisText Retrieval

Neural Graph Matching Improves Retrieval Augmented Generation in Molecular Machine Learning

2025-02-25 · Runzhong Wang, Rui-Xi Wang, Mrunali Manjrekar, Connor W. Coley

Molecular machine learning has gained popularity with the advancements of geometric deep learning. In parallel, retrieval-augmented generation has become a principled approach commonly used with language models. However,…

Graph MatchingRetrievalRetrieval-augmented Generation

Molecule Generation with Fragment Retrieval Augmentation

2024-11-18 · Seul Lee, Karsten Kreis, Srimukh Prasad Veccham, Meng Liu 외

Fragment-based drug discovery, in which molecular fragments are assembled into new molecules with desirable biochemical properties, has achieved great success. However, many fragment-based molecule generation methods sho…

Drug DiscoveryRAGRetrievalRetrieval-augmented Generation

DRAK: Unlocking Molecular Insights with Domain-Specific Retrieval-Augmented Knowledge in LLMs

2024-03-04 · Jinzhe Liu, Xiangsheng Huang, Zhuo Chen, Yin Fang

Large Language Models (LLMs) encounter challenges with the unique syntax of specific domains, such as biomolecules. Existing fine-tuning or modality alignment techniques struggle to bridge the domain knowledge gap and un…

Retrieval