Test-Time Scaling for Scientific Equation Discovery

TL;DR

Test-time scaling for scientific equation discovery, search width is key, improves efficiency and performance.

cs.CL 🔴 Advanced 2026-08-21 4 views
Haowei Lin Hubert Lim Xiangyu Wang Letian Huang Di He
equation discovery language model compute allocation search width scientific computing

Key Findings

Methodology

The study frames LLM-driven equation discovery as an iterative search process, integrating Best-of-N, sequential refinement, tree search, and evolution-style methods. It compares minimal parallel controllers under fixed budgets to study compute allocation effects.

Key Results

  • On LLM-SRBench tasks, search width is the dominant allocation parameter, with optimal width increasing with compute budget, enhancing parallelism and efficiency.
  • Appropriate search width selection significantly improves wall-clock efficiency, reducing runtime.
  • Experiments show that controlling exploration and exploitation is central to scaling equation discovery.

Significance

This research provides a new perspective on allocating inference-time compute resources in open-ended tasks, particularly in scientific equation discovery. By optimizing search width, it not only improves model performance but also enhances computational efficiency, offering a reference for future automated scientific discovery.

Technical Contribution

Proposes a unified external TTS process encompassing common control flows, emphasizing the importance of search width in compute allocation. Validated through large-scale experiments, it offers practical strategies for scaling equation discovery.

Novelty

First to apply TTS to open-ended equation discovery tasks, proposing a unified compute allocation perspective, distinct from previous closed-ended task studies.

Limitations

  • The study focuses mainly on the impact of search width, with less emphasis on other parameters like population size and branching factor.
  • Experiments are limited to the LLM-SRBench dataset, which may not generalize to other domains.

Future Work

Future exploration could involve more complex selection strategies, diversity-aware pruning operations, and dynamic expansion strategies for different iteration stages.

AI Executive Summary

In scientific computing, discovering equations effectively has been a challenge. Traditional methods often rely on closed-ended tasks, but this study introduces a new perspective by applying test-time scaling (TTS) to open-ended equation discovery tasks. By optimizing search width, the study demonstrates how to enhance inference performance without increasing model parameters.

The research employs a unified external TTS process, integrating Best-of-N, sequential refinement, tree search, and evolution-style methods. Experiments show that search width is a key parameter affecting performance, with appropriate width selection improving both model accuracy and computational efficiency.

Despite significant achievements, there are limitations, such as experiments being limited to specific datasets. Future work could explore more complex control strategies and diversity-aware pruning operations to further enhance the efficiency and accuracy of equation discovery.

Deep Analysis

Background

Scientific equation discovery is a crucial problem in scientific computing. Traditional methods often rely on closed-ended tasks like mathematics and coding. Recently, language models have shown promise in generating candidate equations and programs, but compute allocation in open-ended tasks remains a challenge.

Core Problem

The core problem is effectively allocating inference-time compute resources in open-ended tasks. Unlike closed-ended tasks, equation discovery requires searching over a large number of candidate solutions, making the balance between exploration and exploitation key.

Innovation

The study proposes a unified external TTS process, integrating various search strategies and emphasizing the importance of search width in compute allocation. Large-scale experiments validate the effects of different search strategies, providing practical strategies for scaling equation discovery.

Methodology

  • �� Frame equation discovery as an iterative search process
  • �� Integrate Best-of-N, sequential refinement, tree search, and evolution-style methods
  • �� Compare minimal parallel controllers under fixed budgets
  • �� Study the impact of search width on performance

Experiments

Experiments are conducted on the LLM-SRBench dataset, covering Bio and Material domains. Models used include gpt-oss-20b and Qwen3-30B-A3B, comparing performance under different search widths and budgets.

Results

Experiments show that search width is a key parameter affecting performance. Appropriate width selection not only improves model accuracy but also significantly enhances computational efficiency.

Applications

The findings can optimize compute allocation in scientific equation discovery, improving inference performance and efficiency, applicable to tasks requiring extensive candidate solution searches.

Limitations & Outlook

The study focuses mainly on the impact of search width, with less emphasis on other parameters like population size and branching factor. Experiments are limited to the LLM-SRBench dataset, which may not generalize to other domains.

Plain Language Accessible to non-experts

Imagine you're in a massive library searching for a specific book. Traditional methods involve checking each book, which is time-consuming. Our study is like having a smart assistant that quickly filters potential books based on your description, allowing you to check each one. This assistant is our language model, and the filtering process is the optimization of search width.

ELI14 Explained like you're 14

Hey there! Imagine you're playing a game where you need to find hidden treasure. The old way is to dig everywhere, but that's too slow. Our study is like giving you a super map that shows where the treasure is more likely to be. This way, you can find your goal faster! Isn't that cool?

Glossary

Test-Time Scaling

A method of allocating additional compute resources at inference time to improve model performance.

Used to optimize compute allocation in open-ended tasks.

Search Width

The number of candidate solutions explored simultaneously during the search process.

Affects the efficiency and accuracy of equation discovery.

Language Model

A model used to generate natural language text.

Core component driving equation discovery.

Best-of-N

A method of selecting the best solution from N candidates.

Used to optimize the search process.

Sequential Refinement

A strategy of optimizing the search by gradually improving candidate solutions.

Used to enhance model accuracy.

Open Questions Unanswered questions from this research

  • 1 How can TTS methods be applied to other domains?
  • 2 Are there more effective search strategies?
  • 3 How can model diversity awareness be further improved?

Applications

Immediate Applications

Scientific Research

Optimize scientific equation discovery, improving research efficiency and accuracy.

Long-term Vision

Automated Scientific Discovery

Advance the automation of scientific discovery, enhancing overall research efficiency.

Abstract

Test-time scaling (TTS) improves language model reasoning by allocating additional test-time compute, but prior work mainly studies closed-ended tasks such as math and coding. We study TTS for automated equation discovery, an open-ended setting where models search over candidate equations and rely on observed datapoints for feedback. We formulate LLM-driven equation discovery as an iterative search process that unifies Best-of-N, sequential refinement, tree search, and evolution-style methods under a common compute-allocation view. To isolate allocation effects from prompt engineering and other heuristics, we compare minimal parallel controllers under fixed budgets. On LLM-SRBench equation-discovery tasks, we find that search width is the dominant allocation parameter: the best width in our sweep generally increases with the compute budget, while the population--branching split and controller choice matter less. Appropriate width selection also improves wall-clock efficiency by increasing parallelism. These results suggest that, given an informative verifier, controlling exploration and exploitation is central to scaling LLM-based equation discovery.

cs.CL cs.AI cs.LG