ChemATP: A Training-Free Chemical Reasoning Framework for Large Language Models
Mingxu Zhang, Dazhong Shen, Qi Zhang, Ying Sun
TL;DR
ChemATP tackles the lack of explicit chemical priors in LLM-driven chemistry tasks by decoupling knowledge from reasoning. It builds an atom-level textual knowledge base using AtomDisc tokens and RDKit-derived descriptors, then uses a three-stage pipeline—prior selection, top-k analogue retrieval, and integrative inference with explicit priors and exemplars—to ground LLM reasoning without updating model weights. Empirically it achieves state-of-the-art results among training-free baselines and rivals training-based methods on MoleculeNet benchmarks, while offering transparent, evidence-based reasoning. The framework demonstrates backbone-agnostic applicability and zero-shot robustness, suggesting explicit grounding can rival parametric updates for scientific reasoning.
Abstract
Large Language Models (LLMs) exhibit strong general reasoning but struggle in molecular science due to the lack of explicit chemical priors in standard string representations. Current solutions face a fundamental dilemma. Training-based methods inject priors into parameters, but this static coupling hinders rapid knowledge updates and often compromises the model's general reasoning capabilities. Conversely, existing training-free methods avoid these issues but rely on surface-level prompting, failing to provide the fine-grained atom-level priors essential for precise chemical reasoning. To address this issue, we introduce ChemATP, a framework that decouples chemical knowledge from the reasoning engine. By constructing the first atom-level textual knowledge base, ChemATP enables frozen LLMs to explicitly retrieve and reason over this information dynamically. This architecture ensures interpretability and adaptability while preserving the LLM's intrinsic general intelligence. Experiments show that ChemATP significantly outperforms training-free baselines and rivals state-of-the-art training-based models, demonstrating that explicit prior injection is a competitive alternative to implicit parameter updates.
