AICLLGJun 28

Evidence-Informed LLM Beliefs for Continual Scientific Discovery

arXiv:2606.2918216.3
Predicted impact top 27% in AI · last 90 daysOriginality Incremental advance
AI Analysis

For researchers using LLMs for open-ended scientific discovery, this work addresses the need for continual belief updating to avoid redundant hypotheses and improve discovery efficiency.

The authors identify that AutoDiscovery's static Bayesian surprise fails to account for evolving beliefs, leading to spurious rewards. They introduce evidence-informed LLM beliefs with retrieval-augmented generation, filtering 37.5% of static surprisals as spurious, and modify search to increase non-stationary surprisal by 30.62% on average across five domains.

Open-ended scientific discovery with large language models (LLMs) increasingly operates as a long-horizon loop of hypothesis search and verification, where a reward signal guides which hypotheses to test next. A notable recent example is AutoDiscovery, which uses "Bayesian surprise" - the belief shift an LLM undergoes after observing evidence for a hypothesis - as both a discovery metric and a reward for search. We first observe that AutoDiscovery treats surprisal as a static quantity, while surprisal in human reasoning is non-stationary - it is defined relative to beliefs that evolve with experience, a prerequisite for continual scientific discovery. We address this mismatch with evidence-informed LLM beliefs: priors updated with evidence from previous hypotheses to compute non-stationary surprisal for new hypotheses. We compare in-context belief-updating mechanisms and find that embedding-based retrieval-augmented generation over prior discoveries best anticipates eventual posteriors, identifying 37.5% of static surprisals as spurious. We then modify search to avoid these spurious rewards and prioritize hypotheses that remain surprising under non-stationary beliefs. Concretely, we introduce two complementary changes to the original search procedure: belief-update filtering and diversity maximization. Across five discovery domains, our method increases accumulated non-stationary surprisal by 30.62% on average compared to the original search procedure, demonstrating that continual scientific discovery with LLMs requires not only better belief measurement but also search procedures that avoid redundancy and encourage diversity.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes