Source-linked AI summary

MAIL: Memory-driven, Adaptive, Incremental, and Literature-grounded Framework for Hypothesis Generation in Chemistry

Mahdi Babaei, Xueshen Li, Yutao Kuang, Jolene P. Reid, Yu Gan

arXiv:2608.28315v1cs.AI

TL;DR

Chemical literature offers a large source of hypotheses, but generating experimentally meaningful ideas requires navigating it while preserving chemical rigor. MAIL addresses this problem with temporally grounded, memory-driven retrieval and iterative refinement, and it produces coherent, plausible hypotheses with strong expert evaluations across two datasets. Its current evidence is limited by the absence of wet-lab validation, computational cost, and concentration on organic and materials chemistry.

  • Problem

    Chemical hypothesis generation must navigate expanding literature while satisfying mechanistic precision, chemical consistency, and practical feasibility.

  • Method

    MAIL dynamically queries PubMed, CrossRef, and Semantic Scholar across publication intervals and iteratively refines hypotheses using compressed memory and internal feedback.

  • Results

    Across TOMATO-Chem and HN-NS, MAIL generates structurally coherent and mechanistically plausible hypotheses and achieves the strongest reported scientific-quality evaluations.

  • Takeaways & Limitations

    MAIL provides a foundation for AI-assisted chemical discovery by combining dynamic retrieval, internal feedback, and adaptive prompting.

  • Takeaways & Limitations

    The generated hypotheses lack physical wet-lab validation, while iterative multi-database retrieval is computationally intensive and evaluation centers on organic and materials chemistry.

Abstract

from arXiv · show

The ever-expanding volume of the chemical literature offers unprecedented opportunities to generate novel and impactful hypotheses. However, the bottleneck lies in efficiently navigating this vast knowledge base to formulate high-quality, experimentally meaningful insights. While Large Language Models (LLMs) show promise for this task, existing methods often rely on static inspiration corpora, predefined heuristics, or laborious human-in-the-loop pipelines and decision-support frameworks that limit scalability and novelty. In this work, we propose an automated approach, a Memory-augmented, Adaptive, Incremental, and Literature-grounded (MAIL) framework for hypothesis generation in chemistry. Our MAIL method formulates hypothesis generation as a temporally grounded, memory-driven reasoning process, where hypotheses emerge from an evolving conceptual path that continuously accumulates and reinterprets prior knowledge. We evaluated the MAIL framework on a public TOMATO-Chem dataset and a newly curated and disseminated high-novelty nature/science challenge (HN-NS) dataset. Across both datasets, MAIL generates structurally coherent and mechanistically plausible hypotheses, achieves the highest MIOS and MPOS by more effectively recovering the central ideas and methodological elements of the historical target hypotheses, and obtains the highest overall expert-evaluation scores for scientific quality. These results demonstrate the potential of LLMs to autonomously explore chemical domains and generate hypotheses that are both innovative and chemically plausible.

1 Introduction

MAIL frames chemical hypothesis generation as an autonomous, temporally grounded process that retrieves literature dynamically, accumulates memory, and refines hypotheses through internal feedback. It targets the gap between broad literature access and the mechanistic precision and practical feasibility required in chemistry.

  • Chemical hypotheses must satisfy domain-specific constraints, including mechanistic precision, structured reasoning, and practical feasibility.
  • MAIL integrates query-dependent retrieval across chronological intervals with compressed cross-round memory and feedback-guided natural-language refinement.
  • The framework uses chain-of-prompts reasoning to synthesize, refine, and evaluate hypotheses while retaining the current hypothesis across rounds.
  • MAIL replaces manually selected inspiration sources, heuristic decompositions, and handcrafted ranking procedures with an evolving conceptual path grounded in retrieved literature.
  • The authors introduce the HN-NS dataset and evaluate MAIL alongside the public TOMATO-Chem benchmark.
  • Each round combines research background, retrieved literature, the current hypothesis, and internally generated feedback to produce a refined hypothesis without human feedback.

2 Related Work

Prior work spans graph-based, compositional, iterative, and search-based approaches to scientific hypothesis generation. MAIL addresses a complementary problem by maintaining chronological literature grounding and conceptual continuity across refinement rounds.

  • Graph-based methods model scientific entity evolution, predict links, or apply analogical reasoning, but often rely on predefined structural patterns.
  • Reinforcement-learning and GFlowNet approaches construct molecular graphs through explicit actions, structural constraints, state spaces, and reward functions.
  • MAIL instead retrieves and synthesizes unstructured scientific literature to generate natural-language hypotheses when molecular graphs and numerical rewards are generally unavailable.
  • LLM-based methods such as MOOSE-Chem, SciMON, and Scideator use inspiration retrieval, composition, or concept and facet recombination.
  • MAIL differs by integrating chronological literature partitioning, query-dependent retrieval from multiple external databases, compressed memory, and feedback-guided refinement.
  • General reasoning methods can improve LLM coherence, while standard retrieval-augmented generation typically operates on static datasets and lacks mechanism-oriented grounding.

3 Methodology

MAIL formulates chemical hypothesis generation as an automated, temporally grounded, multi-round process combining dynamic literature retrieval, memory, self-evaluation, and refinement. It retrieves query-dependent literature across temporal intervals, generates candidate trajectories, and selects a final hypothesis after iterative refinement.

  • Framework design: MAIL models hypothesis generation as a dynamic reasoning trajectory that builds on prior knowledge across multiple stages.The framework assumes novel hypotheses can be systematically constructed through multi-round interactions between a background problem and temporally preceding inspiration sources.
  • Framework design: The framework decomposes generation into literature-based retrieval, incremental self-evaluated refinement, and prompt adaptation with hypothesis selection.Each round builds on earlier outputs and incorporates more recent literature to support temporally grounded reasoning.
  • Candidate refinement: The model uses selected inspirations to initialize candidate hypotheses and recursively refines them with the background, prior hypothesis, feedback, and current inspirations.The hypothesis generation function is implemented via an LLM, with the initial round using no prior hypothesis or feedback.
  • Literature retrieval: MAIL constructs query-dependent article collections through temporally filtered retrieval from PubMed, CrossRef, and Semantic Scholar rather than using a predefined corpus.Queries are generated from the background initially and later conditioned on the previous hypothesis and feedback.
  • Candidate refinement: MAIL generates N candidate trajectories, self-evaluates candidates, and automatically selects a final hypothesis after T refinement rounds.N is a configurable candidate-generation budget, while T is fixed by the predefined temporal partition.
  • Literature retrieval: Its retrieval module extracts chemically relevant concepts from structured background information and converts them into Boolean search strings designed to improve search precision.The extracted terms can include explicit keywords and latent domain-specific entities such as evaluation metrics, functional roles, or material classes.

4 Evaluation and Results

MAIL is evaluated against established hypothesis-generation methods using retrospective temporal benchmarks, automated overlap metrics, expert review, and component ablations. Results indicate that temporally grounded retrieval, iterative refinement, and feedback improve hypothesis quality and alignment with historical targets.

  • Datasets: The evaluation uses TOMATO-Chem and HN-NS, with background and inspiration information structured to test reconstruction of target hypotheses without leakage.HN-NS contains 50 recent Nature and Science chemistry papers; TOMATO-Chem contains 51 papers.
  • Evaluation protocol: Retrospective temporal evaluation uses only information available before each target discovery, while the later publication supplies the experimentally supported reference hypothesis.Direct prospective chemical validation is infeasible at benchmark scale, motivating this proxy.
  • Evaluation protocol: MAIL is compared with six state-of-the-art methods under a shared GPT-4o generator and automatic evaluator, using MIOS and MPOS for principal comparisons.The principal baselines include MOOSE, Zero-shot Proposer, SciMON, MOOSE-Chem, NOVA, and ResearchBench.
  • Main comparisons: MAIL’s improvement over MOOSE-Chem is attributed to dynamic context-aware retrieval and multi-stage refinement, which better recover historically novel target ideas and mechanisms.MOOSE-Chem uses a static inspiration corpus, while Zero-shot Proposer, SciMON, and NOVA are described as less refined, aligned, or mechanistically grounded.
  • Ablation study: Removing iterative refinement, context-aware retrieval, or prompt optimization decreases MIOS and MPOS, supporting their roles in evolving, relevant, and mechanistically rich hypothesis generation.The ablation study systematically disables iterative refinement, feedback reasoning, context-aware retrieval, and prompt optimization.
  • Iterative refinement: Both MIOS and MPOS improve steadily from round 1 to round 3, with final selected hypotheses achieving the highest scores.The progression is attributed to new literature, accumulated feedback, and evolving hypotheses.

5 Expert Evaluation

Expert evaluation assesses generated hypotheses across seven chemistry-focused criteria using structured scoring and double-blind review. On TOMATO-Chem, MAIL achieves the higher overall score, while MOOSE-Chem leads on technical novelty.

  • TOMATO-Chem: 10.80 versus 10.32: MAIL achieves a higher overall expert-evaluation score than MOOSE-Chem on TOMATO-Chem.The review covered 25 hypotheses from each dataset and totaled 50 reviews by a PhD-level organic chemist.
  • TOMATO-Chem: MAIL scores higher in chemical plausibility, physical feasibility, conceptual novelty, completeness, scientific impact, and broader utility.MOOSE-Chem receives the higher technical-novelty score, 1.64 versus 1.56; MAIL’s conceptual-novelty score is 1.36 versus 1.28.
  • Correlation analysis: Pearson correlation analyses are exploratory because each dataset has N = 25 and uses an ordinal 0–2 scoring scale.The analysis applies Fisher’s r-to-z confidence intervals, two-sided tests, and Benjamini-Hochberg adjustment.

6 Parameter Sensitivity Analysis

Parameter studies examine retrieval breadth and model temperature as controls on MAIL’s hypothesis-generation performance. The reported results favor moderate retrieval and intermediate temperature settings.

  • Retrieved papers: A moderate number of retrieved papers per query produces better hypothesis quality than either too few or too many inspirations.The result is interpreted as benefiting from controlled diversity without irrelevant-context overload.
  • Temperature: Intermediate temperature values provide a favorable balance between novelty and specificity, supporting the selected hyperparameters.Performance is measured using MIOS and MPOS with GPT-4o.

7 Experiments on HN-NS Dataset

HN-NS tests MAIL on frontier chemistry topics with greater conceptual novelty and inferential distance than TOMATO-Chem. MAIL maintains robust automated performance and synthesizes non-obvious mechanistic pathways despite lower expert scores across methods.

  • Dataset: HN-NS comprises recent Nature and Science chemistry papers in Electrochemistry, Biocatalysis, and Materials Science, targeting conceptually sparse frontier areas.The benchmark is designed to test reasoning depth beyond the public TOMATO-Chem suite.
  • Automated evaluation: MAIL maintains a robust Main Idea Overlap Score on HN-NS, despite the dataset’s higher conceptual novelty and need for cross-domain synthesis.The evaluation includes both automated and human assessments.
  • Expert evaluation: All methods receive lower total expert-evaluation scores on HN-NS because the dataset is more difficult and requires a larger inferential distance between inspiration and target.The expert results are reported in Table 8.
  • Interpretation: MAIL successfully synthesizes non-obvious mechanistic pathways on the high-novelty benchmark.The authors associate this outcome with iterative refinement and memory-driven reasoning.
  • Correlation analysis: On HN-NS, technical and conceptual novelty correlate at r = 0.60, while scientific impact and broader utility correlate at r = 0.64.Physical feasibility also correlates with completeness at r = 0.53.

8 Impact of Underlying Language Models

MAIL consistently outperforms MOOSE-Chem across tested open-weight LLM architectures, while larger models produce higher-quality hypotheses and approach GPT-4o performance.

  • 8 Impact of Underlying Language Models: MAIL consistently outperforms MOOSE-Chem across all tested Qwen2.5 and Llama-3.1 architectures.The evaluation covers the TOMATO-Chem and HN-NS datasets.
  • 8 Impact of Underlying Language Models: Qwen2.5-72B and Llama-3.1-70B closely approach the closed-source GPT-4o baseline on both datasets.
  • 8 Impact of Underlying Language Models: Hypothesis quality scales positively with model parameter size.
  • 8 Impact of Underlying Language Models: On smaller models such as Llama-3.1-8B, MAIL’s advantage over MOOSE-Chem shrinks slightly but remains clear and consistent.The passage attributes this smaller gap to reasoning-capability bottlenecks before MAIL’s methodological enhancements are fully realized.

9 Discussion

MAIL shows strong gains on both evaluated datasets and produces plausible, mechanistically sound hypotheses, but its outputs lack wet-lab validation and its scope remains limited.

  • 9 Discussion: MAIL demonstrates strong gains over domain-specific and general-purpose baselines on TOMATO-Chem and HN-NS.
  • 9 Discussion: Dynamic retrieval, internal feedback, and adaptive prompt design are identified as crucial for plausible, mechanistically sound hypotheses.
  • 9 Discussion: Generated ideas have not undergone physical wet-lab validation and currently rely on expert review and literature grounding.
  • 9 Discussion: Iterative refinement requires multiple LLM-reasoning rounds and retrieval from three databases, increasing latency and computational cost versus single-pass generation.
  • 9 Discussion: Evaluation focuses predominantly on organic and materials chemistry, leaving utility in specialized or disparate fields unestablished.

10 Future Work

Future work targets experimental validation, testable reaction pathways, complexity control, safety filtering, and broader evaluation across chemical sub-disciplines.

  • 10 Future Work: Future work will align MAIL more deeply with experimental protocols to bridge theoretical plausibility and physical wet-lab validation.
  • 10 Future Work: Integrating reaction databases and computational simulation tools is intended to support rigorously testable reaction pathways.
  • 10 Future Work: Targeted controls over hypothesis complexity will let researchers tailor discovery trajectories to specific resource constraints.
  • 10 Future Work: Explicit safety filters are prioritized to prevent harmful or hazardous chemical pathways.
  • 10 Future Work: Future evaluation will broaden MAIL’s adaptability across specialized chemical sub-disciplines.

11 Conclusion

MAIL is a fully automated framework for literature-grounded chemical hypothesis generation that combines dynamic retrieval, multi-round refinement, and adaptive prompting.

  • 11 Conclusion: MAIL autonomously generates highly novel, mechanistically sound, and structurally coherent hypotheses without manual corpus curation or human-in-the-loop interventions.
  • 11 Conclusion: The framework positions iterative, literature-grounded reasoning as essential for leveraging LLMs in frontier scientific research.

A Case Study: Iterative Refinement Across Rounds

The case study shows MAIL refining an initially uninformed hypothesis across three rounds by combining feedback with new inspirations. Alignment improves as successive rounds add Bayesian optimization, continuous-flow reactor improvements, and real-time control.

  • Iterative refinement: Three refinement rounds progressively align the generated hypothesis with the ground-truth target.MIOS and MPOS scores increase across rounds, indicating convergence in the central idea and methodological elements.
  • Case-study problem: The research question targets automated optimization, intensification, and scale-up of photocatalytic reactions while reducing human intervention.The background emphasizes efficiency, reproducibility, and scalability as persistent challenges.
  • Ground-truth hypothesis: The ground-truth hypothesis integrates Bayesian optimization, continuous-flow reactors, and real-time monitoring to improve photocatalytic reaction performance.The proposed system is intended to improve yield, throughput, and reproducibility with minimal human intervention.
  • Generated hypothesis: The hybrid reactor proposals combine photocatalysis, microwave assistance, and continuous-flow operation to improve reaction efficiency and scalability.The proposed mechanisms involve more uniform energy distribution and enhanced mass and photon transport.
  • Generated hypothesis: Taylor Vortex Flow Reactor design adds efficient mixing and mass transfer, while Bayesian optimization enables real-time parameter adjustment.The design is presented as addressing mass-transfer limitations and automating optimization of complex reaction spaces.
  • Iterative refinement: The largest improvement occurs between Rounds 1 and 2 after Bayesian optimization is introduced; Round 3 adds continuous-flow improvements and real-time control.These additions bring the hypothesis close to alignment with the major ground-truth components while preserving novelty.

B Details of the prompt design

The prompt design structures MAIL around critical evaluation, targeted inspiration selection, and feedback-guided hypothesis refinement. It preserves useful prior elements while requiring revisions to address weaknesses and incorporate relevant mechanisms or methods.

  • B.1 Feedback on hypothesis: MAIL prompts the model to evaluate hypotheses for validity, novelty, significance, and potential using structured scoring criteria.The reviewer is instructed to assess plausibility, experimental feasibility, originality, impact, and opportunities for methodological development.
  • B.1 Feedback on hypothesis: The feedback format requires concise reasons and scores for all four evaluation aspects on a 5-point scale.The prompt is designed to produce detailed, consistent, and actionable feedback for the next refinement iteration.
  • B.1 Feedback on hypothesis: The scoring guidelines distinguish hypotheses by their theoretical support, experimental feasibility, conceptual novelty, and prospective field impact.Higher scores correspond to stronger support, more transformative novelty, and greater significance or potential.
  • B.2 Inspiration paper selection: The inspiration-selection prompt asks the model to choose two papers that address weaknesses identified in the feedback.Selected papers should contribute mechanisms, methods, or concepts that improve novelty, specificity, plausibility, or design clarity.
  • B.2 Inspiration paper selection: The inspiration-selection stage receives the research question, background survey, current hypothesis, feedback, accumulated memory, and candidate papers as inputs.The output format requires exactly two paper selections, each paired with a reason.
  • B.3 Hypothesis refinement: The refinement prompt combines prior feedback, newly selected inspirations, and accumulated memory to generate one revised hypothesis.It requires the revision to address the research question, fix weaknesses, integrate at least one new idea or mechanism, and preserve strong elements.
  • B.3 Hypothesis refinement: The refinement stage may leave a strong hypothesis unchanged but otherwise improves it using feedback and inspirational materials.The evaluation context includes specificity, novelty, validity, and significance, alongside the previous-round hypothesis and background inputs.
Loading 2608.28315v1…