Monte Carlo Thought Search: Large Language Model Querying for Complex Scientific Reasoning in Catalyst Design
Henry W. Sprueill, Carl Edwards, Mariefel V. Olarte, Udishnu Sanyal, Heng Ji, Sutanay Choudhury
TL;DR
The paper tackles the challenge of discovering novel catalysts within a combinatorial design space by leveraging large language models (LLMs) through a structured, tree-based prompting approach. It introduces the Monte Carlo Reasoner (MCR), which uses Monte Carlo Tree Search to explore a tree of prompt variants and optimize a domain-specific reward function based on adsorption energies to guide catalyst selection. Two datasets are introduced: BioFuelQR for complex catalysis reasoning and a chemistry-focused benchmark derived from OpenCatalysis OC20, with experiments showing substantial gains over Chain-of-Thought and related baselines and favorable expert assessments. The work demonstrates a zero-shot framework that augments scientific reasoning with LLMs, while acknowledging limitations such as computational cost and API reliance, and points to future integration with atomistic simulations for more trustworthy rewards.
Abstract
Discovering novel catalysts requires complex reasoning involving multiple chemical properties and resultant trade-offs, leading to a combinatorial growth in the search space. While large language models (LLM) have demonstrated novel capabilities for chemistry through complex instruction following capabilities and high quality reasoning, a goal-driven combinatorial search using LLMs has not been explored in detail. In this work, we present a Monte Carlo Tree Search-based approach that improves beyond state-of-the-art chain-of-thought prompting variants to augment scientific reasoning. We introduce two new reasoning datasets: 1) a curation of computational chemistry simulations, and 2) diverse questions written by catalysis researchers for reasoning about novel chemical conversion processes. We improve over the best baseline by 25.8\% and find that our approach can augment scientist's reasoning and discovery process with novel insights.
