论文精选

FirstResearch: 可审计LLM科学发现问题生成框架

FirstResearch: Auditable Question Formation for LLM Scientific Discovery Agents

精选理由

这篇论文搞了个FirstResearch框架,用研究问题证书让LLM提的科学问题更透明可查,比现有方法得分高出一截,适合研究AI科学发现的同学看看。

AI 摘要

FirstResearch引入结构化研究问题证书,包含10个字段如原始定义、假设、机制模型和可证伪假设。在10个LLM代理研究主题上,基于DeepSeek盲审协议得分为4.86/5,超过最强基线AI Scientist-v2的4.38/5。独立Gemini-2.5-Flash重评分保持排名,Pearson一致性为0.865。消融实验显示移除证书后得分降至1/5以下。这些初步结果采用LLM评判而非人类专家,但表明显式推导约束可提升可审计性。

原文 · arXiv: DeepSeek

FirstResearch: Auditable Question Formation for LLM Scientific Discovery Agents

LLM systems for scientific discovery increasingly assist with ideation, literature synthesis, experiment planning, and report generation, but the first research question they propose can remain difficult to audit: it may sound plausible without exposing the mechanism, falsifier, or assumption that a scientist should inspect. We introduce FirstResearch, a first-principles research-question formation framework for scientific LLM agents whose core artifact is a structured Research Question Certificate. The certificate records primitive definitions, assumptions, a mechanism model, a tension or contradiction, a falsifiable hypothesis, a minimal decisive test, and a failure update rule, making the proposed question inspectable before downstream execution. On ten LLM-agent research topics, FirstResearch outperforms controlled prompt-level baselines inspired by AI co-scientist, Agent Laboratory, and AI Scientist-v2 under a primary DeepSeek-blind-judge protocol. A Gemini-2.5-Flash independent-judge rescore of the same 40 baseline packages preserves the system-level ranking, with FirstResearch scoring 4.86/5 versus 4.38/5 for the strongest baseline and Pearson agreement of 0.865 on average score. A one-repeat ablation checkpoint further suggests that the certificate-centered core is the strongest component: certificate-only scoring reaches 4.90/5 under DeepSeek and 4.88/5 under Gemini, while removing certificates drops below 1/5 under both judges. These results are preliminary and use LLM judges rather than human domain experts, but they support a narrow scientific-discovery claim: explicit derivation constraints are a promising mechanism for making LLM-generated scientific questions more auditable. Code, prompts, saved outputs, and reproduction scripts are available at https://github.com/louiswang524/FirstResearch.