DiscoPER:通过迭代元反思实现自主科学发现

Autonomous Scientific Discovery via Iterative Meta-Reflection

精选理由

DiscoPER能自己挖掘数据规律,在生态基准上检出率接近90%,比传统因果方法好用多了。

AI 摘要

DiscoPER是一个基于大语言模型的自主科学发现框架,能够在不预设研究目标的情况下动态生成和探索假设。该系统通过代码执行分析数据集,并通过统计检验验证每个发现,在iNatDisco多模态生态知识基准上恢复了9个已知模式中的8个,假设支持率达72.7%。相比经典因果发现和LLM基线方法,DiscoPER性能更优,消融实验也证实了其第二阶元反思机制的有效性。

原文 · arXiv cs.AI

Autonomous Scientific Discovery via Iterative Meta-Reflection

Autonomous scientific discovery systems offer the potential to accelerate research by automating the process of hypothesis generation and validation. However, current systems operate within constrained search spaces or require predefined research questions, limiting their capacity for true open-ended inquiry. Furthermore, while they generate hypotheses iteratively, they largely lack the ability to explicitly synthesize their own accumulated findings to uncover complex, interconnected phenomena. We introduce DiscoPER, an autonomous large language model-powered framework that conducts open-ended research by dynamically generating and executing code to explore datasets without pre-specified research objectives. To ensure rigorous scientific validity, every proposed discovery must pass statistical testing. To overcome the limitations of isolated search, our framework introduces a second-order reasoning mechanism that periodically analyzes its own accumulated discoveries. By treating prior discoveries as empirical data, DiscoPER identifies structural patterns, confounds, and epistemic gaps, actively redirecting hypothesis exploration toward uncharted regions of the search space. The search space is further expanded by incorporating tool use, enabling the system to explore hypotheses beyond structured metadata by seamlessly processing and extracting useful information from multimodal sources like images. Evaluated on iNatDisco, a new multimodal ecological knowledge benchmark with pattern-level ground truth obtained from peer-reviewed literature, DiscoPER recovers 8 of 9 known patterns with a 72.7% hypothesis support rate, outperforming both classical causal discovery and LLM-guided baselines. Ablations show that DiscoPER scales with more data, and confirms the benefits of second-order meta-reflection.