RESEARCH PROJECT · LARGE DISCOVERY MODELS

AI no longer just gives answers.It decides which experiment is worth running next.

Programs, protein sequences, and molecular structures are far too numerous to enumerate. LDM connects an LLM’s generative ability, a probabilistic model’s uncertainty estimates, and feedback from external evaluations into a discovery loop that keeps learning.

DISCOVERY LOG / 017LIMITED BUDGET
LLM expands the boundaryExperiments calibrate direction

THE RESEARCH QUESTION

When one answer is expensive to verify, how else can AI search?

One reason language models have advanced in mathematics, code, and games is that candidate answers can be difficult to find yet comparatively easy to verify. Programs can be tested, games have explicit rules, and derivations can be checked. A model can generate many alternatives, then spend test-time compute comparing and revising them.

Scientific design reverses that situation. The candidate space can be too large to enumerate—roughly 20¹¹ possible length-11 CDRH3 sequences, for example, or a virtually unbounded space of chemical structures—while obtaining one piece of feedback may require training a model, running a simulation, performing docking, or even conducting a physical experiment. The system must ask not only “Which candidate looks plausible?” but also “Which evaluation would most improve our understanding of the problem?”

We therefore test three more specific questions. Can an LLM actively change the search boundary when local optimization stalls? Can it distinguish “predicted to be better” from “uncertain but worth resolving”? And can the research strategy formed during high-budget search be trained into a smaller, less expensive model?

LDM’s answer is not another foundation model that memorizes more scientific facts. It changes how a model is connected to evidence: the LLM constructs candidates, a probabilistic surrogate continually calibrates value and uncertainty from external evaluations, and the two jointly choose the next experiment.

THE 30-SECOND VERSION

Core findings

The scarce resource is not more candidates. It is knowing where a limited number of experiments should be spent.

System capability depends on how the LLM is connected to an experimental value signal—not only on the model itself.

An LLM-only system generates many plausible candidates but cannot reliably judge their external scientific value. Traditional Bayesian optimization can judge value, but struggles to construct new structures in an open-ended space. LDM’s advantage comes from combining their complementary strengths.

“Discovery” is not simply more aggressive exploration.

Exploration tests uncertain regions within the current map. Discovery changes the representation or generation of candidates so that previously unreachable regions enter the search.

The candidate-generation interface must match the domain prior.

Code and SMILES benefit from rich language-model priors and support large-batch direct generation. The antibody sequence space is sparse and rugged, so it works better for the LLM to define a search region and let the surrogate screen within it.

More test-time compute helps only when it is filtered by a reliable value signal.

Simply enlarging the candidate pool may only produce more proposals that look like answers linguistically. The acquisition function must feed predicted experimental value and epistemic uncertainty back into generation.

High-budget search can be distilled into a transferable research strategy.

When a model learns both the candidate and the reason it is worth trying now, it outperforms action-only training in both in-domain and cross-task evaluations.

01 / INVENTOR

The LLM imagines

It can propose structurally plausible programs, sequences, and molecules. But “looks convincing” does not mean the experimental outcome will actually be good.

02 / CARTOGRAPHER

The probabilistic model estimates

Using completed experiments, it maps “where performance may be better” and “where our view remains uncertain.”

03 / BUDGET MANAGER

LDM chooses

It combines plausibility, expected gain, and uncertainty to decide where the next expensive evaluation is most worth spending.

Think of it as a treasure map that redraws itself.The LLM keeps sketching routes into new regions, the probabilistic model marks places that may contain treasure or remain hard to see, and the system chooses where to dig next.

WHY DISCOVERY IS DIFFERENT

Reasoning finds a path through the answer space. Discovery must also decide where to draw the map.

In ordinary dialogue, the model produces an answer and stops. In a reasoning system, it can try multiple candidates and filter them with a cheap, repeatable verifier. Scientific discovery adds another layer of difficulty: feedback comes from the external world, and it may be expensive, delayed, or noisy. Before proposing a candidate, the system must already consider how much information each possible experiment could provide.

This makes scientific design a sequential inverse decision problem. Rather than predict a property for a given molecule, we ask in reverse: under a limited budget, which design should be evaluated next in order to find a structure that meets the objective? A candidate’s predicted score is only part of the answer. Whether it reduces a critical uncertainty or opens a new search region matters too.

The progression from language-model dialogue and reasoning to open-ended scientific discovery connected to expensive external experiments
The difference between three eras: dialogue generates one response; reasoning compares answers with a cheap verifier; discovery must choose a small number of candidates that interact with the external world, then let the outcomes change the next search.
THE LLM’S BLIND SPOT

It can generate, but cannot reliably value its own proposals

Sequence likelihood or linguistic confidence is not the same as real binding energy, training performance, or chemical activity. Nor is model confidence a calibrated measure of uncertainty.

BO’S BLIND SPOT

It can value candidates, but is confined to what has already been represented

Bayesian optimization can balance reward and uncertainty from sparse observations. But in combinatorial spaces such as programs, proteins, and molecules, proposing new structures is itself difficult.

Scientific discovery loop: generate designs from a hypothesis space, obtain observations through experiments, update beliefs, and continue reflection and optimization
The object being learned is not a single answer, but the entire candidate–experiment–observation–belief-update cycle.
The three experiments do more than swap datasets: each probes a different failure mode of search.
Discovery spaceCandidates and external evaluationBudgetCentral question
Training programstrain.py modifications; five minutes of training per candidate, scored by val bpbSequential runsCan the surrogate recognize a plateau and prompt the LLM to redraw the parameter space?
Antibody CDRH3Amino-acid sequences of roughly length 11; the Absolut! structural simulator5 antigens × 200 evaluationsIn a sparse, rugged space, is defining a search region better than directly generating final sequences?
KRAS G12D moleculesSMILES; docking score plus a neural-network activity prediction80 evaluationsCan the system move beyond a local chemical neighborhood and keep expanding a multi-objective Pareto frontier?

THE CLOSED LOOP

An experiment is more than a score.

Every outcome revises the system’s understanding of the design space and determines where the next candidates should come from.

01

Propose candidates

The LLM generates programs, antibody sequences, or molecules—or first defines a new region of the search space.

02

Draw a probabilistic map

From completed evaluations, a Gaussian process predicts each candidate’s performance and epistemic uncertainty.

03

Allocate the experiment budget

An acquisition function combines ‘likely to be better’ and ‘worth resolving’ into the candidate’s current experimental value.

04

Learn from the experiment

A small set of candidates is evaluated externally; the new evidence updates the map and changes the next search boundary.

The LDM method loop: an LLM candidate pool and Gaussian-process surrogate jointly form an acquisition-guided search distribution, with evaluation results updating both sides
What this figure shows: the LLM enlarges the searchable world; the GP surrogate uses experimental data to value candidates and express uncertainty. Together they choose the next batch, rather than asking the language model to score itself.

EXPLOIT · EXPLORE · DISCOVER

Exploration clears the fog. Discovery makes the map larger.

Three epistemic regimes in scientific search: exploit a known high-value region, explore represented but uncertain regions, and bring unknown unknowns into the search to enable discovery
Two different kinds of unknown: “the candidate is already on the map, but its outcome is unknown” calls for exploration; “the candidate is not on the map at all” calls for discovery.
EXPLOIT

Exploit

Pick the best from what is known

Keep refining regions that experimental data has already shown to be promising.

EXPLORE

Explore

Clear the fog inside the map

Test candidates that are already visible but whose outcomes remain uncertain.

DISCOVER

Discover

Make the map itself larger

Change how candidates are generated to enter regions that were previously unrepresented or unreachable.

THE CORE MECHANISM

LDM does not replace the LLM. It tilts the generation distribution toward evidence.

At iteration t, the LLM uses the current research context Cₜ to define a candidate distribution p(x | Cₜ). This represents which designs are structurally and semantically plausible. Meanwhile, a probabilistic surrogate uses the evaluated data Dₜ to compute an acquisition value aₜ(x) for each candidate.

Acquisition value is not a static prediction score. It measures how much value the entire discovery process could gain, at the current stage of search, by spending more reasoning or one external evaluation on this candidate.

ACQUISITION-TILTED SEARCH

πₜ(x) ∝ pLLM(x | Cₜ) · exp{η aₜ(x)}

A candidate’s chance of being selected depends both on whether the model considers it plausible and on whether the experimental evidence says it is worth evaluating now.

pLLM(x | Cₜ)Structural prior

Prevents the search from drifting arbitrarily toward invalid, meaningless, or structurally inappropriate designs.

aₜ(x)Experimental value

Combines predicted performance and epistemic uncertainty into “Is this experiment worth doing now?”

ηStrength of evidence tilting

As η grows, search follows the surrogate more strongly. As η approaches zero, the system returns to the original LLM generation distribution.

μₜ(x)

How good is it expected to be?

The surrogate’s predictive mean supports exploitation within known high-performing regions.

σₜ(x)

How uncertain are we?

Epistemic uncertainty that new evidence can reduce supports directed exploration.

aₜ(x)

Is it worth evaluating now?

EI, UCB, or multi-objective EHVI quantifies the candidate’s value to the sequential search process.

DIRECT GENERATION

Generate complete candidates directly

Well suited to code and SMILES: the model already has a strong structural prior, so it can propose complete programs or molecules in batches before acquisition-based screening.

INDIRECT PARAMETERISATION

Define a search region first

Well suited to sparse spaces such as antibodies: the LLM specifies a center, boundary, or parameterization strategy, and an external sampler expands the candidate pool instead of merely reranking a few direct outputs.

WHAT THE THEORY DIAGNOSES

The system did not imagine it, misjudged it, or saw it but failed to select it.

The paper decomposes failure into three sources. The purpose is not to promise that the system always finds an optimum, but to diagnose whether the next improvement should target generation, the surrogate, or sampling.

01Candidate coverage error

The truly good solution has not yet entered a region covered by the current LLM candidate distribution—the discovery gap.

02Surrogate-model error

The good solution is already in range, but the limited observations are insufficient to model the value landscape accurately.

03Sampling shortfall

A high-acquisition candidate exists, but a limited pool or stochastic sampling prevents it from being selected.

The theoretical bounds depend on assumptions such as UCB calibration, local regularity, kernel methods, and noise. They describe search behavior when those assumptions hold; they do not guarantee discovery for an arbitrary scientific problem.

EVIDENCE ACROSS THREE WORLDS

One loop enters three different discovery spaces.

Programs, protein sequences, and molecular structures obey entirely different search rules. In all three domains, LDM connects generation to empirical value estimation.

01 / NEURAL-NET TRAINING PROGRAMS

Helping a research agent move beyond plateaus

0.93421

final val bpb · lower is better

In AutoResearch, every candidate program trains a small language model for five real minutes. The baseline without an active region-expansion mechanism stalls around 0.9767. Through a “search–stall–reflect–expand” cycle, LDM continues finding better programs.

Note: the two main trajectories end after different numbers of evaluations, so this is not presented as a same-budget speed comparison.

AutoResearch result curve showing LDM continuing to reduce validation bits per byte after multiple plateaus
A plateau is not the end: when local optimization stalls, the system redraws the searchable parameter space.
Research question

Once a code agent can already propose modifications, what does an explicit probabilistic value model add?

Experimental mechanism

The LLM exposes variables such as learning rate, width, and depth; an RBF Gaussian process with Expected Improvement selects the next five-minute training run.

How we interpret it

The “improvement–plateau–expansion–improvement” pattern is consistent with the design mechanism, but the trajectory alone is not a causal proof of any single component.

What remained

Retained changes include n-gram hash memory, QK norm, a narrower model width, and windowed attention. They either process more tokens within the fixed 300 seconds or learn more from each token.

02 / ANTIBODY CDRH3 DESIGN

Finding direction among roughly 20¹¹ sequences

5 antigens

up to 200 computational evaluations per target

Policy-LDM clearly outperforms the version that asks an LLM to directly emit final sequences on all five targets, and reaches performance comparable to the specialized antibody optimizer AntBO.

−104.7±1.0LDM−104.6±2.6AntBO−87.7±2.6LLM only
Antibody-design results across five antigens: Policy-LDM generally outperforms Direct-LDM and approaches the specialized AntBO optimizer
Across all five antigens, Policy-LDM outperforms Direct-LDM: the gain first comes from broader candidate coverage, not merely reranking a small set of direct outputs.
Research question

When a generative model has a weak prior over biological sequences, can an acquisition function make up for inadequate candidate coverage through post-hoc reranking?

Critical comparison

Direct mode asks the LLM for final sequences. Policy mode asks it to define a local search region, then screens a larger pool sampled from that region.

Answer

Reranking alone is not enough. No scoring model can select a strong candidate that was never generated; Policy mode expands the sequence families that reach the screening stage.

Exposed limitation

Test-time scaling is weaker for antibodies than for code or molecules, showing that more compute cannot automatically replace missing domain priors.

LDM antibody-sequence design trajectory showing repeated jumps beyond plateaus into stronger sequence families
Zooming into one trajectory: each cross-region move after a long plateau pushes the reachable binding-energy frontier lower. The −115.03 shown is the best representative single trajectory for 1FBI_X, not an average over five targets.
03 / KRAS G12D MOLECULES

Balancing two conflicting objectives

27.325±5.475

mean Pareto hypervolume · 80 computational evaluations

LDM jointly optimizes molecular docking score and a neural-network activity prediction. It continually opens new scaffold families and finishes with a mean hypervolume about 63% higher than standard MOBO.

Pareto-hypervolume curves for multi-objective small-molecule optimization, with LDM Direct-Softmax clearly above LLM-only, MOBO, and random search
Traditional MOBO begins to plateau after roughly 40 evaluations; LDM’s frontier continues to expand.
Research question

In a chemical space that cannot be enumerated, can the system leave the local neighborhood around its initial seeds and find new molecular scaffolds?

Experimental mechanism

Two independent GPs predict docking and activity, EHVI measures multi-objective experimental value, and Direct mode generates 128 SMILES per iteration.

Critical trade-off

ReaSyn’s local analogues stay closer to an existing chemical neighborhood but limit scaffold diversity. Large-batch direct generation is better matched to broad exploration in early-stage lead discovery.

What this cannot establish

A higher computational objective score does not imply efficacy, synthesizability, or laboratory success. Candidates still require higher-fidelity simulation and wet-lab validation.

Five discovery stages in the KRAS G12D molecular search, from scaffold establishment and substituent scanning to cross-family combination
Why the score keeps rising: jumps in the curve correspond to five interpretable stages—establishing scaffolds, scanning substituents, branching by objective, recombining across families, and only then reaching saturation.
Ten molecular milestones showing the structural evolution of scaffolds and functional-group combinations during search
The changes are not merely local edits to one molecule: ten milestones show the system switching scaffolds and functional-group combinations, changing the searchable structural space itself.
IMPORTANT NOTEThe antibody and molecular case studies use structural simulators, docking software, and neural-network predictors. They are computational experiments—not wet-lab validation—and do not represent a usable drug or antibody.

WHAT IS THE BOTTLENECK?

A longer chain of thought does not automatically become a better experimental decision.

The paper does not only report final scores; it uses ablations to ask where the gains come from. The most direct comparison is an enhanced LLM-only research loop. It can form hypotheses, write code, run experiments, record failures, perform causal ablations, and even identify the current phase of research. But without a BO surrogate and a quantified acquisition value, the experiment history remains primarily a narrative rather than a searchable value landscape.

Trajectory of 875 experiments in the LLM-only AutoResearch loop, which sustains research activity but remains on a plateau above full LDM
The LLM-only loop plateaus around 0.9559 after 875 experiments; the main full-LDM trajectory reaches 0.93421. This is not a strict same-budget, one-factor randomized comparison, but it supports the paper’s mechanism-level interpretation: the gap lies not only in candidate generation, but also in quantifying experimental value and allocating evaluations.
01 / TEST-TIME COMPUTE

When do more candidates actually help?

In AutoResearch and the molecular task, a larger internal candidate pool translates reliably into better external evaluations only when it is filtered by a calibrated acquisition value. Producing more linguistically plausible candidates alone does not guarantee progress.

02 / TWO EXPLORATION CONTROLS

One controls how far to move; the other controls how much to trust the map

LLM temperature controls candidate diversity, while η controls the strength of the surrogate-value tilt. Both materially affect the molecular experiments. Sensitivity is weaker in the antibody experiments, indicating that the optimal relationship depends on domain priors.

03 / SEARCH INTERFACE

The same model behaves differently when connected differently

Code and SMILES suit direct generation; antibodies benefit more from policy-defined search regions. LDM is not a fixed algorithmic recipe, but a framework for coupling the generation interface to probabilistic decision-making.

MECHANISM TAKEAWAY

A value model can choose only among candidates that already exist. A generative model can propose only candidates it knows how to represent. An effective loop must improve coverage, valuation, and selection together.

FROM SEARCH TO A LEARNED STRATEGY

Do not just remember the winner. Learn why it was worth trying.

High-budget search produces more than candidates. It creates a trajectory of where the research stands, why a candidate was chosen, and which barrier should be crossed next. LDM distills this discovery strategy into a smaller model.

Three-stage training pipeline from high-budget test-time search through rationale-enhanced data construction to supervised fine-tuning of a student model
Search trajectories are translated into “action + rationale,” then used to train a lighter-weight proposal model.
KRAS G12D26.660±2.608

fine-tuned + research rationale

SAME STUDENT22.279±3.828

fine-tuned, no research rationale

BASE MODEL16.489±5.867

base model without fine-tuning

What a search trajectory contains

Candidates, surrogate scores, constraints, failure records, whether the search has stalled, and the research state: exploit, explore, or open a new dimension next.

What the rationale explains

It does not explain why the final answer is good. It explains why, given the current evidence, this candidate deserves one scarce evaluation now.

What transfer suggests

For KRAS, the training data comes from another molecular task. The rise from 16.489 to 22.279 supports the view that the model learned part of a research-management strategy rather than merely memorizing source-task candidates.

The purpose of distillation is to turn “why this next step is worth taking” into a model capability.In AutoResearch, the fine-tuned Qwen3.5-9B with research rationales reaches 0.9788, outperforming the paper’s Qwen3-Coder-30B reference value of 0.9801. The comparable fine-tuned model without rationale augmentation reaches 0.9829.

These are reported reference results, not a size-matched, same-backbone comparison.

METHODS & REPORTING

How to read these numbers

The three tasks use different surrogates, acquisition functions, and evaluation protocols. Absolute values are not comparable across rows. The meaningful comparisons are controlled contrasts within each task and the specific component changed in each figure.

AUTORESEARCH

Feedback from a fixed five-minute training run

Uses −val bpb as the reward, indirect parameterized search, an RBF Gaussian process, and Expected Improvement. The main H100 trajectory and the B200 leaderboard run are separate settings.

ANTIBODY

A structural simulator as a black box

Absolut! returns binding energy. Five antigens receive up to 200 evaluations each. The central comparisons are Direct versus Policy candidate interfaces and Max versus Softmax selection rules.

MOLECULE

Two objectives, two surrogates

Separate GPs model docking and activity, a SMILES subsequence kernel represents structural similarity, and Expected Hypervolume Improvement quantifies multi-objective experimental value.

Reporting rules used on this page

  • Results with ± retain the paper’s reported standard deviations and sample settings; the best single trajectory is not presented as mean performance.
  • The 2.4× total reduction on H100 is not described as a same-budget efficiency gain; the two trajectories end after different numbers of runs.
  • We do not use the DeepSeek CoT sub-comparison whose labels in the manuscript still require confirmation from the authors.
  • We do not describe optimization against computational objectives as having produced a drug, an antibody, or a wet-lab scientific discovery.

HONEST BOUNDARIES

It is a discovery loop, not a universal scientist.

LDM v0.1 demonstrates a computational closed-loop framework. It shows that generation, evidence, uncertainty, and experimental budgets can work together in open-ended search. It does not show that machines can already complete every kind of scientific discovery independently.

01Exact Gaussian processes become more expensive as observations accumulate; larger experimental budgets require more scalable surrogate models.

02Batch candidate generation incurs substantial LLM inference cost, and each domain still requires an appropriate kernel and representation.

03Performance is limited by the language model’s existing domain knowledge, and proxy objectives can be exploited or “hacked.”

04The current loop does not yet systematically integrate external databases and prior experimental results—the “unknown knowns” the paper plans to address next.

05The antibody and molecular evidence comes from computational evaluators, not wet-lab experiments. Better proxy-objective scores do not automatically imply efficacy, synthesizability, or clinical value.

06The framework covers sequential search problems for which candidates, an evaluator, and objectives can be defined. It does not represent all scientific activity, such as observational science or theoretical discovery.

LDM v0.1 makes a specific claim: machines are not independently doing science, but we now have a clearer way for them to choose each next step from real evidence.

LDM v0.1 / PAPER & CODE

Large Discovery Models

Empirically-grounded Model-Based Open-Ended Search

Zhongwei Yu · Yan Song · Xue Yan · Anjie Liu · Xingyu Lu · Yihang Chen · Huichi Zhou · Siyuan Guo · Luoyang Sun · Sihan Chen · Xiangning Yu · Jun Wang

HKUST (Guangzhou) · University College London · Institute of Automation, CAS · Jilin University · Tianjin University · AI Lab, The Yangtze River Delta