At a glance
HypoEvolve evolves populations of scientific hypotheses through language-model generation, comparison, crossover, and mutation. Across a drug-repurposing study spanning 34 cancers, it obtains the highest mean scores among six baselines on two external biological measures. These are evidence-support metrics, not experimental demonstrations of therapeutic efficacy.
1 Introduction
The research question is whether collaboration rules improve hypothesis quality beyond individual agent capabilities. HypoEvolve makes selection and population replacement explicit while holding scientific roles and prompts fixed. Each candidate retains its mechanistic explanation and lineage; independent biological evidence assesses the selected output after search.
Related references: [42], [49], [13], [2], [11], [12], [10], [31], [28], [41], [48], [16], [17], [8], [44], [1], [30], [53], [39], [40], [25], [29], [50].
2 Related Work
Scientific-agent systems generate and critique proposals; evolutionary systems search populations of artifacts. HypoEvolve combines these approaches through a fixed-size generational search. Unlike an expanding tournament pool, it compares parents and offspring jointly, keeps the top population, and records each transformation.
Related references: [36], [35], [37], [55], [42], [2], [33], [24], [47], [32], [11], [45], [19], [49], [46], [12], [13], [38], [14], [9], [22], [31], [4], [26], [52], [6], [41].
3 Method
A candidate contains a title, summary, hypothesis, and rationale. Starting from retrieved literature, agents create a population, generate offspring, score the combined pool, and retain the strongest candidates. The answer is the highest-fitness final hypothesis. External DepMap and Open Targets scores never enter search fitness.
Related references: [18], [8].
Equations 1–2
| (1) |
| (2) |
3.1 LLM Agents as Semantic Search Operators
The generation agent proposes diverse mechanisms. A comparison agent judges specificity, supporting evidence, and falsifiability, allowing ties. Crossover either combines two explanations or draws inspiration from them. Mutation substitutes a drug or revisits assumptions. Both operate on scientific claims and reasoning rather than textual fragments.
3.2 Generational Search with Comparative Fitness
All unordered pairs are compared and fit with a Bradley–Terry model. Anchored scores support within-run trajectories, while selection uses within-pool ranking. Size-two tournaments choose parents. Crossover runs with probability 0.6; mutation runs with probability 0.15 after crossover and always otherwise. The best six of the parent–offspring pool survive. Empty operator outputs create recorded parent copies.
Related references: [5], [27], [3].
Equation 3
| (3) |
4 Experiments
The evaluation tests final biological support, search dynamics, and the effect of specific coordination choices.
4.1 Experimental Setup
Agents use gpt-5.4-mini, shared literature retrieval, and a vocabulary of 61 drugs. Each run keeps six candidates, generates six offspring per generation, and runs three generations. There are 94 HypoEvolve runs over 34 cancers. Paired baseline comparisons cover 26 cancers for DepMap and 29 for Open Targets. Seven development or inspected cancers are excluded from the held-out set. DepMap measures cancer-specific target dependency relative to a pan-cancer median; Open Targets measures target–disease association.
Related references: [1], [30], [39], [40], [25], [29], [43], [34], [7], [13], [50].
4.2 Main Results
Mean DepMap selectivity is 0.171 versus 0.115 for Tree of Thoughts and 0.039 for single-pass generation. Open Targets scores are 0.426, 0.329, and 0.163, respectively. The Open Targets advantage over Tree of Thoughts is statistically unresolved. Against single-pass generation, held-out margins are +0.111 on 24 DepMap-covered cancers and +0.280 on 27 Open Targets cancers. Prior model exposure to biomedical evidence may contribute.
4.3 Hypothesis Evolution
Crossover or mutation produces 87 of 94 final hypotheses; seven are unchanged fallback copies. Search sometimes changes the proposed drug and sometimes sharpens an existing mechanism or patient-selection rationale. Agent fitness improves in every run, but that internal score alone does not verify biological correctness.
| Generation | DepMap selectivity () | Open Targets () |
|---|---|---|
| 0 | ||
| 1 | ||
| 2 | ||
| 3 |
4.4 Ablations and Computational Cost
With scientific operators and hypothesis count fixed, fitness-guided parent selection improves mean and minimum external population scores; maxima show no detectable change. Population-size, horizon, and operator ablations cover only eight cancers, and none survives the stated multiple-testing correction. HypoEvolve averages 206 model calls, including 167 comparisons, versus 31 for Tree of Thoughts. Token budgets are not matched.
| Method | Candidates/run | Model calls/run | Cost/run |
|---|---|---|---|
| Co-scientist scaffold | 15.0 | 288 | $0.71 |
| Static reranking (15 candidates) | 15.0 | 227 | $0.55 |
| HypoEvolve | 24.0 | 206 | $0.56 |
| Self-consistency (40 samples) | 39.1 | 42 | $0.21 |
| Tree of Thoughts | 9.0 | 31 | $0.09 |
| Multi-agent debate | N/A | 17 | $0.08 |
| Single-pass generation | 1.0 | 1 | $0.004 |
5 Conclusion
Explicit coordination can improve the biological support of generated hypotheses. The strongest controlled evidence concerns fitness-guided parent selection. The results motivate studying team organization alongside model capability, while prospective experiments remain necessary to establish mechanisms and treatment benefit.
Appendix A Discussion
The framework is reusable, but the evidence is specific to this biological hypothesis task.
A.1 Implications and Scope
Population updates can coordinate other scientific representations and evaluation criteria. Transfer to different domains, model families, and experimental workflows has not been established by this study.
A.2 Limitations and Future Directions
Pairwise judging dominates cost and grows quadratically with pool size. Model judgments can favor persuasive but unsupported explanations. Sparse comparisons, expert feedback, broader replicated operator studies, and diversity-aware replacement are proposed extensions.
A.3 Impact Statement
Lineage records help researchers inspect how claims develop. Unsupported assumptions can nevertheless propagate through generations; expert review and independent experiments are needed before therapeutic use.
Appendix B Algorithm
Algorithm 1 specifies initialization, pairwise scoring, tournament selection, semantic variation, joint replacement, and lineage recording. It also makes the unchanged-parent fallback explicit.
Appendix C Additional Results
The appendix provides paired statistics, sensitivity tests, per-cancer results, and qualitative mechanisms.
C.1 Statistical Details for Main Results
Tables 3–5 give comparison margins, wins/losses, paired tests, and search settings. The Open Targets comparison with Tree of Thoughts remains unresolved. Configuration tests use one seed for each of eight cancers, limiting power to distinguish operator or budget effects.
| DepMap selectivity () | Open Targets () | |||||
| Baseline | Margin | W/L | Margin | W/L | ||
| Single-pass | 19/7 | 26/3 | ||||
| Self-consistency | 18/7 | 23/5 | ||||
| Static reranking | 17/8 | 23/4 | ||||
| Multi-agent debate | 16/8 | 24/3 | ||||
| Tree of Thoughts | 15/7 | 14/10 | ||||
| Held-out DepMap () | Held-out Open Targets () | |||||
| Single-pass | 18/6 | 25/2 | ||||
| DepMap selectivity () | Open Targets () | |||
|---|---|---|---|---|
| Statistic | Margin | Margin | ||
| Population minimum | ||||
| Population mean | ||||
| Population maximum | ||||
| Final hypothesis | ||||
| DepMap selectivity | Open Targets | |||
|---|---|---|---|---|
| Configuration | Mean | Mean | ||
| Default | N/A | N/A | ||
| Population | ||||
| Horizon | ||||
| , | ||||
C.2 Fitness Improves Across All Cancer Types
Mean and best internal fitness increase in all 94 runs, averaging 124.2% and 54.9% from their anchored initial scales. These trajectories measure agreement with the agents’ criteria rather than independent discovery success.
C.3 DepMap Selectivity Improves in Most Cancer Types
On the shared 26-cancer DepMap panel, HypoEvolve exceeds single-pass generation in nineteen cancers and trails in seven. Figure 7 shows the variation hidden by the aggregate mean.
C.4 Evolution Improves Drug-Cancer Matching
Subtracting each drug’s mean score across other cancers tests context specificity. Residuals improve from generation zero to three in 21/31 DepMap and 25/34 Open Targets cancers. However, residual advantages over four multi-candidate baselines do not survive correction. A drug fixed using development cancers actually exceeds HypoEvolve on held-out Open Targets (0.4827 versus 0.4290), illustrating a metric limitation.
Equation 4
| (4) |
C.5 Comparison and Scoring Details
Every method commits to one answer before external scoring. A Tree of Thoughts variant without retrieval remains competitive; its Open Targets gap is unresolved. An oracle choosing the externally best of six single-pass candidates also leaves the DepMap gap unresolved. Some cancer labels map to identical cell-line sets, so nominal cancer counts do not imply independent biological contexts.
C.6 Qualitative Examples of Hypothesis Development
Examples illustrate combining complementary mechanisms and changing assumptions. The cited osteosarcoma experiments support one proposed mechanism in that context; extending it to other sarcoma subtypes is a hypothesis requiring direct tests.
Related references: [15].
Appendix D Prompt Templates
The original prompt templates are retained below.
D.1 Generation Agent Prompt
The generation prompt supplies the research goal, retrieved context, and structured response format.
D.2 Pairwise Comparison Prompt
The comparison prompt judges two hypotheses for the same cancer and permits a tie. These judgments determine search fitness.
D.3 Evolution Agent Prompts
The prompts specify combination crossover and an alternative-mechanism mutation operator.
D.4 Drug Constraint
The shared drug vocabulary restricts proposals to 61 approved compounds with annotated targets covered by the external data. Inclusion in this list does not establish efficacy for a proposed cancer.