Training a Scientific Reasoning Model for Chemistry
Siddharth M. Narayanan, James D. Braza, Ryan-Rhys Griffiths, Albert Bou, Geemi Wellawatte, Mayk Caldas Ramos, Ludovico Mitchener, Samuel G. Rodriques, Andrew D. White
TL;DR
The paper demonstrates that a reasoning-capable language model can be effectively trained for chemistry through reinforcement learning and distillation, achieving strong performance on open-ended molecular design tasks with substantially less domain-specific pretraining data. By combining long-chain reasoning, task-specific RL, and a generalist distillation stage, ether0 delivers superior results to domain-specific and frontier models while maintaining data efficiency. The approach leverages verifiable rewards, problem rewriting, and curriculum strategies to promote robust reasoning and reduce failure modes, with safety-aligned RL as a final step. These findings suggest a scalable path to data-efficient, reasoning-driven models across diverse scientific domains, and the authors provide open access to resources to enable replication and further development.
Abstract
Reasoning models are large language models that emit a long chain-of-thought before answering, providing both higher accuracy and explicit reasoning for their response. A major question has been whether language model reasoning generalizes beyond mathematics, programming, and logic, where most previous work has focused. We demonstrate that reasoning models can be post-trained for chemistry without additional domain pretraining, and require substantially less data compared to contemporary domain-specific models. We report ether0, a 24B parameter LLM (based on Mistral-Small-24B) that can reason in natural language and respond with chemical structures. This reasoning model was trained with reinforcement learning on 640,730 experimentally-grounded chemistry problems across 375 tasks ranging from synthesizability, to blood-brain barrier permeability, to human receptor activity, to scent. Our model exceeds general-purpose chemistry models, frontier models, and human experts on molecular design tasks. It is also more data efficient relative to specialized models. We anticipate that this method can be applied to train data-efficient language models specialized for tasks across a wide variety of scientific domains.
