IRIS: Interactive Research Ideation System for Accelerating Scientific Discovery
Aniketh Garikaparthi, Manasi Patwardhan, Lovekesh Vig, Arman Cohan
TL;DR
This paper addresses accelerating scientific hypothesis generation by integrating a human-in-the-loop with large language models. It introduces IRIS, an open-source Interactive Research Ideation System that uses a three-agent architecture (Ideation, Review, Retrieval) and an adaptive Monte Carlo Tree Search framework to iteratively generate and refine research briefs, guided by fine-grained feedback and literature retrieval. The approach includes a formal MCTS process with states, actions, and the UCT selection criterion, along with memory and budget controls to balance exploration and exploitation. A user study across disciplines demonstrates improved hypothesis quality (average absolute score increase of ~0.5) and higher AUC-like ELO ratings (≈12 points) at depth 3, with strong user appreciation for steerability and feedback. Overall, IRIS offers a practical, open-source path toward human-AI co-creation in scientific ideation, enabling more controllable and interpretable LLM-assisted discovery.
Abstract
The rapid advancement in capabilities of large language models (LLMs) raises a pivotal question: How can LLMs accelerate scientific discovery? This work tackles the crucial first stage of research, generating novel hypotheses. While recent work on automated hypothesis generation focuses on multi-agent frameworks and extending test-time compute, none of the approaches effectively incorporate transparency and steerability through a synergistic Human-in-the-loop (HITL) approach. To address this gap, we introduce IRIS: Interactive Research Ideation System, an open-source platform designed for researchers to leverage LLM-assisted scientific ideation. IRIS incorporates innovative features to enhance ideation, including adaptive test-time compute expansion via Monte Carlo Tree Search (MCTS), fine-grained feedback mechanism, and query-based literature synthesis. Designed to empower researchers with greater control and insight throughout the ideation process. We additionally conduct a user study with researchers across diverse disciplines, validating the effectiveness of our system in enhancing ideation. We open-source our code at https://github.com/Anikethh/IRIS-Interactive-Research-Ideation-System
