paper-with-me

Papers

MolAct: An Agentic RL Framework for Molecular Editing and Property Optimization

2025-12-23 · Zhuo Yang, Yeyun Chen, Jiaqing Xie, Ben Gao, Shuaike Shen, Wanhao Liu, Liujia Yang, Beilun Wang, Tianfan Fu, Yuqiang Li arxiv

Molecular editing and optimization are multi-step problems that require iteratively improving properties while keeping molecules chemically valid and structurally similar. We frame both tasks as sequential, tool-guided decisions and introduce MolAct, an agentic reinforcement learning framework that employs a two-stage training paradigm: first building editing capability, then optimizing properties while reusing the learned editing behaviors. To the best of our knowledge, this is the first work to formalize molecular design as an Agentic Reinforcement Learning problem, where an LLM agent learns to interleave reasoning, tool-use, and molecular optimization. The framework enables agents to interact in multiple turns, invoking chemical tools for validity checking, property assessment, and similarity control, and leverages their feedback to refine subsequent edits. We instantiate the MolAct framework to train two model families: MolEditAgent for molecular editing tasks and MolOptAgent for molecular optimization tasks. In molecular editing, MolEditAgent-7B delivers 100, 95, and 98 valid add, delete, and substitute edits, outperforming strong closed "thinking" baselines such as DeepSeek-R1; MolEditAgent-3B approaches the performance of much larger open "thinking" models like Qwen3-32B-think. In molecular optimization, MolOptAgent-7B (trained on MolEditAgent-7B) surpasses the best closed "thinking" baseline (e.g., Claude 3.7) on LogP and remains competitive on solubility, while maintaining balanced performance across other objectives. These results highlight that treating molecular design as a multi-step, tool-augmented process is key to reliable and interpretable improvements.

📄 PDF Abstract BibTeX arXiv:2512.20135

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

SLIM: Sparse Latent Steering for Interpretable and Property-Directed LLM-Based Molecular Editing

2026-05-11 · Mingxu Zhang, Yuhan Li, Lujundong Li, Dazhong Shen 외 arxiv

Large language models possess strong chemical reasoning capabilities, making them effective molecular editors. However, property-relevant information is implicitly entangled across their dense hidden states, providing no…

MolEditRL: Structure-Preserving Molecular Editing via Discrete Diffusion and Reinforcement Learning

2025-05-26 · Yuanxin Zhuang, Dazhong Shen, Ying Sun

Molecular editing aims to modify a given molecule to optimize desired chemical properties while preserving structural similarity. However, current approaches typically rely on string-based or continuous representations, …

Hierarchical Structure-Property Alignment for Data-Efficient Molecular Generation and Editing

2025-11-11 · Ziyu Fan, Zhijian Huang, Yahan Li, Xiaowen Hu 외 arxiv

Property-constrained molecular generation and editing are crucial in AI-driven drug discovery but remain hindered by two factors: (i) capturing the complex relationships between molecular structures and multiple properti…

Drug Discovery

Fragment-based Sequential Translation for Molecular Optimization

2021-10-26 · NeurIPS Workshop AI4Scien 2021 12 · Benson Chen, Xiang Fu, Regina Barzilay, Tommi Jaakkola

Searching for novel molecular compounds with desired properties is an important problem in drug discovery. Many existing frameworks generate molecules one atom at a time. We instead propose a flexible editing paradigm th…

Drug DiscoveryReinforcement Learning (RL)Translation

Coder as Editor: Code-driven Interpretable Molecular Optimization

2025-10-16 · Wenyu Zhu, Chengzhu Li, Xiaohe Tian, Yifan Wang 외 arxiv

Molecular optimization is a central task in drug discovery that requires precise structural reasoning and domain knowledge. While large language models (LLMs) have shown promise in generating high-level editing intention…

Code GenerationDrug Discovery