paper-with-me

Papers

ChemAgent: Self-updating Library in Large Language Models Improves Chemical Reasoning

2025-01-11 · Xiangru Tang, Tianyu Hu, Muyang Ye, Yanjun Shao, Xunjian Yin, Siru Ouyang, Wangchunshu Zhou, Pan Lu, Zhuosheng Zhang, Yilun Zhao, Arman Cohan, Mark Gerstein

Chemical reasoning usually involves complex, multi-step processes that demand precise calculations, where even minor errors can lead to cascading failures. Furthermore, large language models (LLMs) encounter difficulties handling domain-specific formulas, executing reasoning steps accurately, and integrating code effectively when tackling chemical reasoning tasks. To address these challenges, we present ChemAgent, a novel framework designed to improve the performance of LLMs through a dynamic, self-updating library. This library is developed by decomposing chemical tasks into sub-tasks and compiling these sub-tasks into a structured collection that can be referenced for future queries. Then, when presented with a new problem, ChemAgent retrieves and refines pertinent information from the library, which we call memory, facilitating effective task decomposition and the generation of solutions. Our method designs three types of memory and a library-enhanced reasoning component, enabling LLMs to improve over time through experience. Experimental results on four chemical reasoning datasets from SciBench demonstrate that ChemAgent achieves performance gains of up to 46% (GPT-4), significantly outperforming existing methods. Our findings suggest substantial potential for future applications, including tasks such as drug discovery and materials science. Our code can be found at https://github.com/gersteinlab/chemagent

📄 PDF Abstract BibTeX arXiv:2501.06590

Code (1)

gersteinlab/chemagent 공식 구현

Tasks

Drug Discovery

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Library Learning Doesn't: The Curious Case of the Single-Use "Library"

2024-10-26 · Ian Berlot-Attwell, Frank Rudzicz, Xujie Si

Advances in Large Language Models (LLMs) have spurred a wave of LLM library learning systems for mathematical reasoning. These systems aim to learn a reusable library of tools, such as formal Isabelle lemmas or Python pr…

MathMathematical Reasoning

SiriuS: Self-improving Multi-agent Systems via Bootstrapped Reasoning

2025-02-07 · Wanjia Zhao, Mert Yuksekgonul, Shirley Wu, James Zou

Multi-agent AI systems powered by large language models (LLMs) are increasingly applied to solve complex tasks. However, these systems often rely on fragile, manually designed prompts and heuristics, making optimization …

MetaGen: Self-Evolving Roles and Topologies for Multi-Agent LLM Reasoning

2026-01-27 · Yimeng Wang, Jiaxing Zhao, Hongbin Xie, Hexing Ma 외 arxiv

Large language models are increasingly deployed as multi-agent systems, where specialized roles communicate and collaborate through structured interactions to solve complex tasks that often exceed the capacity of a singl…

Code Generation

Renate: A Library for Real-World Continual Learning

2023-04-24 · Martin Wistuba, Martin Ferianc, Lukas Balles, Cedric Archambeau 외

Continual learning enables the incremental training of machine learning models on non-stationary data streams.While academic interest in the topic is high, there is little indication of the use of state-of-the-art contin…

Continual Learning

PASTA: A Paraphrasing And Self-Training Approach for Knowledge Updating in LLMs

2026-06-27 · Takayuki Yamamoto, Daisuke Kawahara arxiv

Knowledge updating in pre-trained Large Language Models (LLMs) remains an important challenge. While continual training provides a potential avenue for knowledge updating, it continues to present substantial technical di…

Data Augmentation