Idea2Story: An Automated Pipeline for Transforming Research Concepts into Complete Scientific Narratives
Tengyue Xu, Zhuoyang Qian, Gaoge Liu, Li Ling, Zhentao Zhang, Biao Wu, Shuo Zhang, Ke Lu, Wei Shi, Ziqi Wang, Zheng Feng, Yan Luo, Shu Xu, Yongjin Chen, Zhibo Feng, Zhuo Chen, Bruce Yuan, Harry Wang, Kris Chen
TL;DR
Idea2Story tackles the inefficiency and unreliability of runtime-only autonomous scientific discovery by introducing a two-stage, pre-computation driven pipeline. It offline builds a structured knowledge graph of reusable methodological units from a curated pool of peer reviewed work, extracting core units and organizing them as canonicalized nodes and their composition relationships. At runtime, underspecified user intents are grounded by retrieving and composing these learned patterns from the graph, followed by a review-guided refinement loop to ensure novelty and feasibility. The approach yields coherent, methodologically grounded, and novel research patterns, demonstrated through qualitative analyses and end-to-end demonstrations, and is supported by a publicly available codebase. This offline knowledge grounding provides a scalable foundation for reliable autonomous discovery and mitigates context window bottlenecks inherent to large language models.
Abstract
Autonomous scientific discovery with large language model (LLM)-based agents has recently made substantial progress, demonstrating the ability to automate end-to-end research workflows. However, existing systems largely rely on runtime-centric execution paradigms, repeatedly reading, summarizing, and reasoning over large volumes of scientific literature online. This on-the-spot computation strategy incurs high computational cost, suffers from context window limitations, and often leads to brittle reasoning and hallucination. We propose Idea2Story, a pre-computation-driven framework for autonomous scientific discovery that shifts literature understanding from online reasoning to offline knowledge construction. Idea2Story continuously collects peer-reviewed papers together with their review feedback, extracts core methodological units, composes reusable research patterns, and organizes them into a structured methodological knowledge graph. At runtime, underspecified user research intents are aligned to established research paradigms, enabling efficient retrieval and reuse of high-quality research patterns instead of open-ended generation and trial-and-error. By grounding research planning and execution in a pre-built knowledge graph, Idea2Story alleviates the context window bottleneck of LLMs and substantially reduces repeated runtime reasoning over literature. We conduct qualitative analyses and preliminary empirical studies demonstrating that Idea2Story can generate coherent, methodologically grounded, and novel research patterns, and can produce several high-quality research demonstrations in an end-to-end setting. These results suggest that offline knowledge construction provides a practical and scalable foundation for reliable autonomous scientific discovery.
