Rationale-Guided LLM Improves Molecular Property Prediction

Junwoo Park, Minyoung Shin, Cheol Soon Lee, Sujee Lee· August 12, 2026 View original

Key takeaways

  • MR-MoL uses GNN-derived substructure rationales to guide molecular LLMs.
  • It provides multi-granular rationales (scaffolds, fragments, functional groups).
  • The model achieves state-of-the-art performance in molecular property prediction.
  • It enhances interpretability by exposing internal substructure contributions to the LLM.

Who benefits

PharmaceuticalsBiotechnologyMaterials ScienceChemical Engineering

Summary

MR-MoL, a multi-granular rationale-guided molecular LLM, enhances molecular property prediction by exposing GNN-derived substructure attributions as ranked, direction-tagged rationales to the LLM. This novel approach allows the LLM to reason over internal substructures, achieving state-of-the-art results on MoleculeNet tasks and bridging the gap to specialist models.

This research introduces MR-MoL, a novel multi-granular rationale-guided molecular Large Language Model (LLM) designed to improve molecular property prediction, a critical task in drug discovery. Existing molecular LLMs often represent molecules implicitly through SMILES sequences or molecular graphs, making the contribution of individual substructures opaque. While retrieval methods add external context, MR-MoL focuses on providing internal, chemist-like reasoning cues. The core innovation involves using a fine-tuned Graph Neural Network (GNN) to score individual substructures within a molecule. The most influential substructures are then serialized into a ranked, direction-tagged rationale, which the LLM reads alongside the traditional SMILES sequence and molecular graph. This rationale is provided at three levels of granularity: Murcko scaffolds, BRICS fragments, and functional groups, offering a comprehensive view of substructure contributions. MR-MoL is the first method to directly expose GNN-derived attributions to an LLM as evidence for property prediction. Experimental results on eight MoleculeNet tasks show that MR-MoL achieves the best overall performance among generalist models and significantly narrows the performance gap with specialist models. Diagnostic tests confirm that the model actively uses the rationale's direction, rank, and substructure information, reproducing known structure-property relationships.

Why it matters

For professionals in pharmaceutical research, materials science, and computational chemistry, MR-MoL offers a more interpretable and accurate AI tool for predicting molecular properties, potentially accelerating drug discovery and materials design processes.

How to implement this in your domain

  1. 1Explore integrating rationale-guided LLMs into molecular property prediction pipelines for enhanced interpretability.
  2. 2Investigate using GNNs to generate substructure attributions as explicit reasoning cues for LLMs.
  3. 3Apply multi-granular rationale approaches to other complex data domains requiring fine-grained feature understanding.
  4. 4Evaluate MR-MoL's potential for accelerating specific drug discovery or materials design projects.

Original post by Junwoo Park, Minyoung Shin, Cheol Soon Lee, Sujee Lee

"arXiv:2608.10480v1 Announce Type: new Abstract: Large language models (LLMs) are widely applied across chemical tasks, such as molecular property prediction, which underpins drug discovery. Molecular LLMs represent a molecule through several modalities, notably a 1D SMILES sequen…"

View on X

Originally posted by Junwoo Park, Minyoung Shin, Cheol Soon Lee, Sujee Lee on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI Engineering & DevToolsAI Research

TACTICL Compresses Tabular ICL Models, Retaining Adaptability.

TACTICL is an automated framework for compressing tabular in-context learning (ICL) models by jointly pruning transformer layers and replacing them with lightweight adapters. This method significantly reduces model size and computational demands while preserving robustness to data shifts and in-context adaptability.

Mykhailo Koshil, Matthias Feurer, Katharina EggenspergerAug 12, 2026
AI Engineering & DevToolsAI Research

MoE Proxy Models Cut LLM RL Debugging Costs.

This paper introduces Mixture-of-Experts (MoE) proxy models designed for low-cost reproduction and diagnosis of failures during Large Language Model (LLM) Reinforcement Learning (RL) post-training. These proxy models significantly reduce computational resources and time needed for debugging, while accurately preserving training dynamics and fault responses.

Yikai Wang, Chuansai Zhou, Yuhang Zhou, Weiqiang Wu, Cong Wu, Yue Deng, Ben Feng, Mingming Zhu, Beirong Zhou, Zhibin Wang, Sheng Zhong, Chen Tian, Wangze ZhangAug 12, 2026
AI Engineering & DevToolsAI Research

New Algorithm Boosts Stochastic Optimal Control Efficiency.

This paper introduces Path Integral Value Matching (PI-VM), a novel value-based algorithm for Linear Quadratic Stochastic Optimal Control (LQ-SOC) that significantly improves computational efficiency and stability. By deriving a temporal recursive form of the value function and integrating Girsanov theorem with experience replay, PI-VM matches state-of-the-art precision with order-of-magnitude efficiency gains.

Bangyan Liao, Chenglei Yu, Yuchen Yang, Chuanrui Wang, Zhisheng Song, Peidong Liu, Tailin WuAug 12, 2026