ArXiv: 2409.04109
🎯 Pitch
AI-generated research ideas are judged as significantly more novel than ideas from human experts—scoring 5.64 vs. 4.84 on a 10-point scale—in the first large-scale, statistically rigorous comparison. This study reveals that while LLMs can outperform humans in creative ideation, their outputs lack diversity and the models cannot reliably evaluate the quality of their own proposals.
1. Executive Summary
This paper conducts a large-scale human study comparing the research ideation capabilities of an LLM agent against over 100 expert NLP researchers, establishing the first statistically significant conclusion on whether current LLMs can generate novel, expert-level research ideas. Using a carefully controlled experimental design on seven NLP prompting topics with blind review by 79 qualified expert reviewers, the study finds that AI-generated ideas are judged as significantly more novel (p < 0.05) than human expert ideas while being judged slightly weaker on feasibility—a result that holds robustly across multiple statistical tests and corrections. The LLM ideation agent employs retrieval-augmented generation (paper retrieval via Semantic Scholar API) and inference-time scaling through overgeneration and reranking (generating 4,000 seed ideas per topic, deduplicating to ~200 unique ideas, then ranking via a Swiss tournament pairwise comparison system), yielding a headline finding that AI ideas score 5.64–5.81 on novelty versus 4.84 for human ideas on a 1–10 scale. The paper further demonstrates that current LLMs lack diversity in idea generation—the percentage of non-duplicate ideas rapidly plateaus as generation scales—and cannot reliably evaluate ideas themselves (LLM evaluators achieve at most 53.3% agreement with human review scores, below the inter-reviewer consistency of 56.1%), establishing that while LLMs can produce more novel ideas than experts, scaling inference compute alone yields diminishing returns due to fundamental limitations in both generation diversity and self-evaluation capability.
2. Context and Motivation
The Core Problem: Can LLMs Actually Generate Novel Research Ideas?
The paper addresses a deceptively fundamental question that sits at the heart of the growing optimism around AI for scientific discovery: can current large language models take the very first step of the research process—generating novel, expert-level ideas—at a level comparable to human experts? This is not merely one task among many. Research ideation serves as a "litmus test for the possibility of autonomous research agents that create their own ideas" (Section 1). Without this capability, visions of LLMs autonomously driving scientific progress remain aspirational rather than achievable.
The significance of this question extends across multiple dimensions. For the AI research community itself, answering it would clarify whether the recent proliferation of research agent prototypes is solving a real problem or operating in a regime where the core bottleneck—creative ideation—remains unaddressed. For the broader scientific enterprise, LLM ideation capabilities could reshape how research is conducted: accelerating hypothesis generation, reducing the burden of literature exploration, and potentially democratizing access to creative research thinking for researchers at under-resourced institutions. For the field of AI safety and evaluation, establishing whether LLMs can produce novel ideas at expert level bears directly on debates about the pace of AI progress, the potential for recursive self-improvement, and the need for oversight mechanisms in AI-assisted research.
The Evaluation Gap in Prior Work
The paper identifies a critical absence in the existing literature: no prior work has conducted a statistically rigorous, head-to-head comparison between LLM ideation and human expert ideation. This gap is not accidental—it reflects genuine methodological challenges that the paper explicitly confronts.
The difficulty of expert evaluation at scale. Evaluating research ideas is an inherently expert-level task. Qualified NLP researchers capable of judging the novelty, feasibility, and potential impact of research proposals are scarce and expensive to recruit. Prior work has largely sidestepped this challenge through various evaluation surrogates, none of which the paper considers adequate:
-
Small numbers of expert reviewers. Works such as Baek et al. (2024), Li et al. (2024), Wang et al. (2024), and Yang et al. (2024) recruit only a handful of expert evaluators, making their results anecdotal rather than statistically meaningful. Sample sizes in these studies are insufficient to distinguish genuine capability from reviewer idiosyncrasy.
-
Constrained idea formats. Some prior work restricts the length and detail of research ideas to enable faster, lower-cost evaluation. Wang et al. (2024) and Yang et al. (2024), for instance, evaluate abbreviated idea descriptions rather than full project proposals. The paper argues this fundamentally changes the nature of what is being evaluated—a one-paragraph research direction is not the same as a detailed, implementable project proposal with experiment plans, test cases, and fallback strategies.
-
LLM-as-a-judge evaluation. Lu et al. (2024) rely entirely on LLM-based evaluation of research ideas, motivated by observations that LLMs can sometimes match inter-human agreement levels. The paper treats this as a significant methodological weakness rather than a solution, devoting Section 7.2 to demonstrating that LLM evaluators cannot reliably judge research ideas—achieving at most 53.3% agreement with aggregated human expert scores, below the 56.1% inter-reviewer agreement level.
The consequence of these methodological shortcuts is that the central motivating question of the field—can LLMs generate novel research ideas?—remained unanswered despite considerable research activity. Prior work demonstrated that LLMs can be made to produce research-like outputs, but could not establish whether those outputs were genuinely competitive with human expert thinking.
The Confounder Problem: Why Naive Comparisons Fail
The paper identifies a more subtle but equally important problem: even with large-scale expert evaluation, a naive comparison between human and LLM ideas would be scientifically invalid due to confounding variables that the paper explicitly designs its protocol to control. These confounders arise from the fact that research idea evaluation involves three separable components:
- The idea itself—the underlying research concept, approach, and reasoning.
- The writeup—how the idea is communicated, including style, formatting, level of detail, and rhetorical structure.
- The evaluation process—the criteria, standards, and biases that reviewers apply.
Without controlling for confounders in components 2 and 3, any observed differences between human and LLM ideas could be measuring something other than ideation quality. The paper identifies several specific confounder risks:
Topic distribution mismatch. If humans and LLMs are simply asked to generate ideas on "prompting research," they may naturally gravitate toward different subtopics. For example, LLMs might disproportionately suggest projects on safer, more well-documented topics while humans might choose more speculative or niche directions. Any evaluation would then confound ideation quality with topic preference—reviewers might rate certain topics as inherently more novel or exciting regardless of idea quality. The paper addresses this by constraining both humans and LLMs to the same set of seven specific NLP topics derived from conference call-for-papers pages and matching the topic distribution exactly between conditions.
Writing style cues. Human researchers write differently from LLMs in ways that can signal sophistication and credibility. Humans might include more implementation details, cite specific prior work, use more engaging or informal language, or structure arguments in ways that reflect genuine research experience. These style cues could influence reviewer judgments independently of idea quality. The paper addresses this through a style normalization module—an LLM-based post-processing step that standardizes the writing style, formatting, and vocabulary of all ideas to match a common template. A small-scale validation study showed that this normalization reduces human judges' ability to distinguish AI from human ideas to approximately 50% accuracy (chance level), confirming that surface-level stylistic confounders are substantially mitigated.
Reviewer bias and idiosyncrasy. Different reviewers apply different standards—some are more lenient, some more strict, some prioritize novelty while others emphasize feasibility. Without careful experimental design, these reviewer effects can mask or exaggerate true differences between conditions. The paper addresses this through several mechanisms: ensuring each reviewer evaluates ideas from multiple conditions (at least one human and one AI idea), collecting multiple reviews per idea (2–4 reviewers), and performing statistical tests that treat reviewer as a random effect (mixed-effects models in Appendix N).
The Method-Centric vs. Evaluation-Centric Gap
The paper explicitly positions itself in opposition to the prevailing research trend. As stated in Section 1:
"Our evaluation-centric approach complements many recent methods-centric works that attempt to instantiate research agents... The majority of these works rely on fast and lower-cost evaluation surrogates... They do not perform the large-scale human comparison studies that are needed to answer the motivating question of our work."
The authors describe their work as a "year-long and high-cost evaluation" that prioritizes establishing ground truth over developing new methods. The LLM agent itself is deliberately minimalist—a "simple but effective" system using standard components (RAG, overgeneration, pairwise ranking) rather than an attempt at methodological innovation. This design choice reflects the paper's core thesis: the field's most urgent need is not better ideation methods but rigorous evaluation protocols that can determine whether any method actually works.
The Tensions and Contradictions in Existing Literature
The paper situates its investigation within a broader landscape of conflicting results about LLM creativity and novelty. In other creative domains, findings have been mixed:
- Chakrabarty et al. (2024) found that AI writing is less creative than professional human writers.
- Anderson et al. (2024) and Zhou et al. (2024) found that LLM-generated content lacks collective diversity and exhibits homogenization effects.
- Ashkinaze et al. (2024), Liu et al. (2024), and Padmakumar and He (2024) conducted human evaluations of human-AI collaboration on creative tasks with mixed conclusions about whether AI exposure helps or hinders novelty and diversity.
These conflicting findings reflect, in the paper's implicit analysis, the absence of standardized evaluation protocols and controlled comparisons. Different studies used different tasks, different evaluation criteria, and different baselines, making it impossible to synthesize a coherent picture of LLM creative capabilities. The paper's contribution is precisely to provide such a standardized protocol for the specific domain of research ideation.
The Practical Stakes: Beyond Academic Interest
The paper's motivation extends beyond the academic question of LLM capability to practical concerns about the future of research:
Publication integrity. The growing accessibility of LLMs raises the prospect of researchers using AI to generate paper submissions with minimal human intellectual contribution. The paper notes this concern explicitly in its ethics section (Section 11), warning about potential "flood of submissions that lack depth or intellectual merit." Establishing baseline measurements of LLM ideation quality—and identifying their failure modes—provides evidence for policy discussions about disclosure requirements and quality standards.
Intellectual credit. When AI contributes substantively to idea generation, traditional frameworks for attributing credit (authorship, citation, intellectual priority) become ambiguous. The paper argues for "transparent documentation practices" but acknowledges that "a complete overhaul of legal and academic norms is beyond the scope of this project."
The training-inference tradeoff in research. The paper's finding that overgeneration and reranking can surface novel ideas from a large pool of LLM-generated candidates parallels broader discussions in the LLM scaling literature about allocating compute between training and inference. If LLMs can generate novel ideas through inference-time scaling (generating thousands of candidates and filtering), this suggests a different resource allocation strategy than simply training larger models and hoping for better ideation—a connection the paper does not explicitly draw but that emerges from its methodology.
How This Paper Differs from What Came Before
To summarize the positioning:
- Prior methods work (Baek et al., Wang et al., Yang et al., Lu et al., Li et al.): Focused on building better ideation agents but evaluated them on small samples or with LLM judges, leaving the core capability question unresolved.
- Prior evaluation work (Chakrabarty et al., Anderson et al., Ashkinaze et al.): Studied LLM creativity in other domains with mixed conclusions, but did not address the specific high-stakes domain of research ideation with expert-level evaluation.
- This paper: Provides the first large-scale, statistically rigorous, confounder-controlled expert comparison, establishing a baseline for LLM research ideation capability while developing evaluation protocols that future work can adopt. The key finding—AI ideas are more novel but less feasible—and the key limitations identified—lack of diversity, unreliable self-evaluation—together form an evidence-based foundation for the next generation of research on AI-assisted scientific discovery.
3. Technical Approach
3.1 Reader Orientation
This paper is primarily an evaluation study rather than a methods contribution—it builds a deliberately simple LLM-based research ideation agent not to advance agent technology, but to serve as a standardized test subject in a rigorously controlled comparison against human expert researchers. The system solves the problem of "given a research topic description, produce a detailed, novel, and feasible project proposal" through a three-stage pipeline of retrieval, generation, and ranking, but the core intellectual contribution lies in the experimental design that makes the comparison scientifically valid rather than in the agent architecture itself.
3.2 Big-Picture Architecture (Diagram in Words)
The overall study architecture has two parallel tracks—the AI ideation pipeline and the human ideation pipeline—that converge at a blind review stage:
AI Ideation Track:
- Paper Retrieval Module: Given a research topic (e.g., "novel prompting methods to reduce hallucination"), an LLM iteratively calls the Semantic Scholar API to retrieve up to 120 relevant papers, then reranks them by relevance and interestingness.
- Idea Generation Module: An LLM generates 4,000 seed ideas per topic (short descriptions), each conditioned on a random sample of 10 retrieved papers and all previously generated titles (to discourage duplication). Seed ideas are deduplicated via embedding cosine similarity (threshold 0.8), yielding approximately 200 unique ideas per topic, which are then expanded into full project proposals following a standardized 7-section template.
- Idea Ranking Module: A pairwise-comparison LLM ranker (trained on ICLR 2024 submission data) evaluates all generated proposals through a Swiss-system tournament, assigning each a score from 0–5. The top-ranked proposals form the "AI Ideas" condition; a separate "AI Ideas + Human Rerank" condition uses the first author's manual selection instead.
Human Ideation Track: 4. Expert Recruitment and Idea Writing: 49 qualified NLP researchers (≥1 publication at a major AI venue, average 12 papers and 477 citations) each select one of seven topics matching their expertise, write a detailed project proposal within 10 days following the identical template, and receive 1,000 bonus for the top 5 ideas.
Convergence and Evaluation: 5. Style Normalization: All human and AI ideas pass through an LLM-based style normalizer that standardizes writing style, formatting, punctuation, and vocabulary to match a common template. A validation study confirmed this reduces human judges' ability to distinguish AI from human ideas to ~50% (chance). 6. Blind Review: 79 expert reviewers (average 15 papers, 635 citations, 72/79 have prior conference reviewing experience) are assigned 2–7 ideas each across their preferred topics, with each idea receiving 2–4 reviews. Reviewers score each idea on 1–10 scales across five metrics (novelty, excitement, feasibility, expected effectiveness, overall) with detailed anchoring descriptions for each score level, and provide free-text rationales. In total, 298 unique reviews are collected.
Information flow: Research topics → [AI: paper retrieval → idea generation → deduplication → expansion → ranking] AND [Human: expert selection → idea writing] → style normalization → reviewer assignment → blind review → statistical analysis across three conditions (Human Ideas, AI Ideas, AI Ideas + Human Rerank).
3.3 Roadmap for the Deep Dive
I will explain the system in this order:
- The experimental design and confounder control first, because every subsequent technical decision about the agent flows from the requirement that the human-AI comparison be scientifically valid—the template structure, style normalization, topic matching, and reviewer assignment protocol all constrain what the agent can and cannot do.
- The paper retrieval module, since it provides the knowledge grounding that the idea generation module depends on—understanding how papers are retrieved, filtered, and fed into the generation prompt is prerequisite to understanding why the agent produces the ideas it does.
- The idea generation module, which is the core creative component—this is where the overgenerate-and-filter paradigm is implemented, and the details of seed generation, deduplication, and expansion explain both the agent's strengths (novelty) and its key limitation (lack of diversity).
- The idea ranking module, which determines which generated ideas enter the human study—the pairwise comparison architecture, Swiss tournament design, and validation against ICLR data reveal both the promise and the unreliability of LLM-based idea evaluation.
- The human participant pipeline, covering recruitment, qualifications, idea writing protocol, review assignment, and review form design—this is where the paper's "evaluation-centric" philosophy is most visible, and understanding the reviewer pool's characteristics is essential for interpreting the statistical results.
3.4 Detailed, Sentence-Based Technical Breakdown
This is primarily an evaluation paper with a methods component, whose core idea is that a carefully controlled experimental design—standardizing topic distribution, writeup format, writing style, and review criteria—can isolate the signal of "research ideation capability" from confounders like writing fluency, topic preference, and reviewer bias, enabling the first statistically rigorous comparison between LLM and human expert idea generation.
Experimental Design: Controlling Confounders in Human-AI Comparison
The fundamental challenge this paper confronts is that research idea quality cannot be directly measured—it must be inferred from expert judgments of written proposals, which introduces three categories of potential confounders that could make any observed differences between human and AI ideas uninterpretable.
Confounder 1: Topic distribution. If humans and LLMs are simply asked to generate ideas on "prompting research," they may naturally select different subtopics. A reviewer might rate AI ideas as less novel not because the ideas are worse, but because the AI gravitated toward well-trodden topics while humans chose more adventurous directions (or vice versa). The paper's solution is to constrain both humans and LLMs to the same seven specific research topics, extracted from the Call for Papers page of the COLM conference:
- Bias: "novel prompting methods to reduce social biases and stereotypes of large language models"
- Coding: "novel prompting methods for large language models to improve code generation"
- Safety: "novel prompting methods to improve large language models' robustness against adversarial attacks or improve their security or privacy"
- Multilingual: "novel prompting methods to improve large language models' performance on multilingual tasks or low-resource languages and vernacular languages"
- Factuality: "novel prompting methods that can improve factuality and reduce hallucination of large language models"
- Math: "novel prompting methods for large language models to improve mathematical problem solving"
- Uncertainty: "novel prompting methods that can better quantify uncertainty or calibrate the confidence of large language models"
For human participants, each expert selects their preferred topic from this list, ensuring they write about something within their expertise. For the AI agent, the authors generate ideas on the exact same set of topics with exactly matching topic distribution—if 11 human experts chose Factuality, then 11 AI ideas on Factuality enter the review pool. This means any differences in review scores cannot be attributed to topic imbalance between conditions.
Confounder 2: Writeup format and detail. A research idea can be communicated at varying levels of specificity. A human might naturally include implementation details, concrete examples, and fallback plans that signal research competence, while a naive LLM generation might produce vague high-level descriptions. Reviewers would then be evaluating communication quality rather than idea quality. The paper's solution is a standardized 7-section project proposal template (Appendix B) that both humans and the AI agent must follow:
- Title: A concise statement of the main research question to be used as the paper title.
- Problem Statement: Clearly define the problem, explain why it is interesting and important.
- Motivation: Explain why existing methods are insufficient, and motivate why the proposed method would work better.
- Proposed Method: Explain how the proposed method works, describe all essential steps.
- Step-by-Step Experiment Plan: Break down every single step of the experiments, covering datasets, models, metrics, and example prompts.
- Test Case Examples: Give at least two concrete examples—one showing baseline failure, one showing proposed method success—with full input/output pairs and explanations.
- Fallback Plan: Propose alternative plans if the method fails, including debugging strategies, ablation analyses, or pivoting to an analysis paper.
Both humans and the LLM agent receive an identical demonstration example (Appendix C)—a manually written project proposal based on the Chain-of-Verification paper (Dhuliawala et al., 2023)—to calibrate expectations about format, detail level, and writing style. Human participants spend an average of 5.5 hours on this task and produce ideas averaging 902 words (Table 3), indicating substantial engagement with the template.
Confounder 3: Writing style and rhetorical cues. Even with identical templates, human researchers may write in subtly more sophisticated ways—using more varied sentence structures, more precise technical vocabulary, more engaging transitions, or different punctuation conventions. These surface-level cues could influence reviewer judgments even when reviewers believe they are evaluating idea content. The paper's solution is a style normalization module (Appendix D): after all ideas are collected, an LLM (Claude-3.5-Sonnet) is prompted to edit each idea to match the standardized template's writing style. The prompt explicitly constrains the LLM to:
- Edit only wording, formatting, punctuation, capitalization, line breaks, and bullet points.
- Standardize vocabulary to match the template's academic register.
- Preserve all content, meaning, model names, dataset names, and method descriptions exactly.
- Remove only citation numbers (e.g., "[1]" or "[3,4,5]") while keeping author-name citations (e.g., "(Si et al., 2023)").
- Standardize section indexing, indentation, and bullet hierarchy.
A critical validation step: the first author manually verified every human idea after normalization to ensure no content was altered. Additionally, a small-scale human study showed that expert judges could distinguish AI from human ideas with only ~50% accuracy after normalization—effectively chance level—confirming that surface-level stylistic confounders are substantially mitigated.
Why this three-pronged confounder control matters. Without it, any observed difference between human and AI ideas could be measuring: (a) humans choosing different topics than LLMs; (b) humans providing more implementation detail than LLMs; (c) humans using more persuasive writing styles; or (d) any interaction among these. With these controls, the remaining variance in review scores should primarily reflect differences in the underlying research ideas themselves—their novelty, feasibility, and potential impact—which is precisely what the study aims to measure.
Eliciting human ideas of appropriate quality. The paper acknowledges a tension: constraining humans to a standardized template on a pre-specified topic within a 10-day deadline may not elicit their absolute best ideas. A post-study survey (Section 6.1) revealed that 37 of 49 participants came up with their idea "on the spot" (only 12 already had the idea), and participants rated their submitted ideas as approximately in the "top 43% of all their past ideas" on average. The paper is transparent about this: the collected human ideas likely represent median-level expert thinking under time pressure, not the product of months of deep contemplation. This is a deliberate tradeoff—the controlled comparison requires standardized conditions, and the results should be interpreted as "LLM vs. expert under comparable constraints" rather than "LLM vs. the best ideas experts have ever had."
Paper Retrieval Module
The ideation agent needs awareness of existing literature to ground its idea generation—without retrieval, the LLM would generate ideas based only on its parametric knowledge, potentially "reinventing" well-known approaches or missing obvious baselines. The paper implements a retrieval-augmented generation (RAG) pipeline using the Semantic Scholar API as the knowledge source.
Retrieval action space. The agent uses claude-3-5-sonnet-20240620 as the backbone model and is given three function-calling actions:
KeywordQuery(keywords): searches Semantic Scholar by keyword and returns the top 20 results.PaperQuery(paperId): retrieves metadata for a specific paper by its Semantic Scholar ID.GetReferences(paperId): retrieves the reference list of a specific paper.
The LLM is prompted to iteratively generate sequences of these function calls, with each call grounded on the results of previous calls (the executed API responses are fed back into the context). This creates an exploratory retrieval process where the agent can follow citation trails, branch into related keyword searches, and discover papers through multiple access paths rather than a single static query.
Retrieval budget and stopping criterion. The agent continues generating function calls until a maximum of N = 120 papers have been retrieved in total. At each function call, only the top k = 20 results are kept. This means the agent has substantial headroom to explore—it can make at least 6 distinct retrieval calls before exhausting the budget, and in practice can make more if earlier calls return fewer than 20 results.
Reranking retrieved papers. After retrieval completes, the LLM scores all 120 (or fewer) retrieved papers on three criteria:
- Direct relevance to the specified research topic.
- Empirical nature: the paper must involve computational experiments (position papers, surveys, and analysis papers are excluded because "their evaluation tends to be very subjective").
- Interestingness and inspirational potential: the paper should suggest directions for new projects.
Each paper receives a score on a 1–10 scale based on these criteria, and the top-ranked papers proceed to the idea generation stage.
Why this design? The iterative function-calling approach mimics how a human researcher might explore a literature: start with a keyword search, find a relevant paper, check its references for foundational work, search for newer papers that cite it, branch into related keyword searches when discovering new terminology, and so on. A single static retrieval query would miss this exploratory richness. The explicit reranking step ensures that the idea generation module sees the most useful papers rather than drowning in marginally relevant results. The exclusion of non-empirical papers reflects the downstream requirement: the generated ideas must propose executable experiments, so grounding them in papers that themselves involve computational experiments is more useful than grounding in theoretical or survey papers.
Idea Generation Module
The heart of the AI ideation pipeline is an overgenerate-and-filter paradigm: generate a very large number of candidate ideas, then use a ranking mechanism to surface the best ones. This reflects the paper's key insight that "only a small fraction of all generated ideas might be high-quality, and we should be willing to expend inference-time compute to generate more candidates" (Section 3.2)—a direct application of inference-time scaling principles from coding and reasoning tasks (Brown et al., 2024, Li et al., 2022) to the creative task of research ideation.
Two-stage generation: seeds then expansion. The agent generates ideas in two phases to manage the API's output length constraints:
Phase 1: Seed idea generation. The LLM is prompted to generate 4,000 seed ideas per topic. A seed idea is a short, structured description containing only: Title, Problem, Existing Methods, Motivation, Proposed Method (brief), and Experiment Plan (brief). This compressed format maximizes the number of distinct ideas explored within a fixed output token budget—the intuition being that breadth of exploration is more important at this stage than depth of specification. A demonstration example of a seed idea is provided (Appendix G), based on the Chain-of-Verification paper.
The generation prompt includes:
- The research topic description.
- A random selection of
k = 10papers from the top-ranked retrieved papers (their titles and abstracts are concatenated). Retrieval augmentation is applied only half the time—the other half, no papers are provided—to balance groundedness with creative freedom. When retrieval is used, the papers are randomly sampled from the top 20 rather than always using the top 10, introducing additional diversity across seed idea batches. - The titles of all previously generated seed ideas on that topic, with an explicit instruction to avoid repetitions. This is a form of in-context diversity constraint: rather than relying on post-hoc deduplication alone, the model is told what it has already generated and asked to produce something different.
The LLM is prompted to generate seed ideas in batches. The paper does not specify the exact batch size, but the total target is 4,000 per topic.
Phase 2: Expansion to full proposals. After deduplication (described below), each surviving seed idea is expanded into a full project proposal following the standardized 7-section template (Appendix B). The expansion prompt provides the seed idea's content and asks the LLM to elaborate each section with full detail—specifying concrete datasets, models, metrics, example prompts with expected outputs, and fallback strategies. The expansion uses the same backbone model (Claude-3.5-Sonnet) and incorporates the same retrieval augmentation strategy as seed generation.
Deduplication via embedding similarity. The 4,000 seed ideas per topic contain substantial redundancy. To identify and remove duplicates, the paper:
- Encodes all seed ideas using
all-MiniLM-L6-v2from the Sentence-Transformers library (Reimers and Gurevych, 2020). This model produces 384-dimensional sentence embeddings that capture semantic similarity. - For each idea, computes its cosine similarity with all previously generated ideas on the same topic.
- Classifies an idea as a duplicate if its maximum cosine similarity to any previous idea exceeds 0.8. This threshold was set based on manual inspection (Appendix H provides examples of idea pairs with similarities of 0.70, 0.77, and 0.81, with the 0.81 pair judged as meaningfully similar and the others as distinct).
- Retains only non-duplicate ideas.
This process is order-dependent: each idea is compared against all ideas generated before it. Ideas generated earlier in the sequence have a lower bar to clear (fewer previous ideas to be compared against), while later ideas face an increasingly stringent test. This matches the intuition that the first occurrence of an idea represents genuine generation, while later occurrences likely represent the model falling back on previously explored territory.
The diversity bottleneck. The deduplication statistics reveal a fundamental limitation. Out of 4,000 seed ideas generated per topic, only approximately 200 (5%) are classified as non-duplicate. Figure 4 (left) shows that the percentage of non-duplicates in each new batch decreases over the course of generation—early batches contain perhaps 40–50% non-duplicates, while later batches drop to near zero. Figure 4 (right) shows the accumulated non-duplicate count plateauing as generation continues, with the curve flattening well before 4,000 total ideas. This means that scaling inference compute by generating more candidates yields rapidly diminishing returns because the LLM converges to a finite set of idea templates and primarily produces variations or repetitions of these templates. This is a critical negative result: the overgenerate-and-filter paradigm that works well for tasks with clear correctness criteria (like code generation, where sampling more solutions increases the chance of finding a correct one) may be fundamentally limited for open-ended creative tasks where the goal is diversity of high-quality outputs rather than probability of a single correct output.
Quality filtering post-expansion. After expanding seed ideas into full proposals, the paper applies two additional filters to remove proposals with obvious fatal flaws:
- Novelty check: The literature review module retrieves the top 10 most relevant papers to the generated idea and asks the LLM to compare each paper against the idea. If any retrieved paper is judged as equivalent to the proposed idea, the proposal is filtered out.
- Feasibility check: The proposal is filtered if it requires "extensive manual labor or hardware resources beyond the capacity of a typical academic lab" or contains "any inconsistency in the experimental setups or assumptions." For example, if a proposal assumes only black-box API access but then describes experiments requiring internal weight access, it is filtered.
These automated checks remove approximately 1% of generated proposals—a small fraction, suggesting that the generation and deduplication pipeline already produces mostly reasonable outputs.
Idea filtering post-expansion. The deduplication and quality filtering leave approximately 200 unique, expanded project proposals per topic. Across 7 topics, this yields roughly 1,400 candidates that proceed to the ranking stage.
Idea Ranking Module
With ~1,400 candidate ideas across all topics, the system needs a mechanism to select the top ideas for comparison against human experts. The paper explores this ranking problem as both a practical necessity for the study and a research question in its own right: can LLMs reliably evaluate research ideas?
The ranking approach: pairwise comparison with Swiss tournament. Rather than asking an LLM to assign absolute scores to ideas (which the paper shows LLMs do poorly—see Section 7.2), the system uses pairwise comparisons: given two idea proposals, predict which one is better. This is a simpler judgment that LLMs perform more reliably.
The pairwise ranker is fine-tuned (or rather, prompted) on a proxy dataset: 1,200 ICLR 2024 submissions related to LLMs (keyword-filtered). For each submission, the paper has access to the actual review scores and acceptance decisions. The submissions are converted into the standard project proposal format, and accepted-rejected pairs are constructed. The LLM (Claude-3.5-Sonnet) is prompted to predict which of two submissions was accepted, achieving 71.4% accuracy with zero-shot prompting. For comparison, GPT-4o achieves 61.1% and Claude-3-Opus achieves 63.5% on the same task. The paper notes that few-shot and chain-of-thought prompting did not significantly improve accuracy, so the simpler zero-shot approach is used.
Why pairwise comparison over direct scoring? The paper found that LLMs are "poorly calibrated when asked directly to predict the final scores or decisions" of ICLR submissions—they tend to produce scores clustered in narrow ranges that don't correlate well with actual review outcomes. Pairwise comparison converts the evaluation into a relative judgment ("which of these two is better?") rather than an absolute one ("what score does this deserve?"), which is a more natural task for current LLMs and aligns with findings from other domains (e.g., Qin et al., 2024 on text ranking).
Swiss tournament scoring. To rank all ~1,400 ideas, the paper uses a Swiss system tournament over N rounds:
- In each round, each idea is paired against another idea with a similar accumulated score (so ideas doing well compete against other strong ideas, and ideas doing poorly compete against other weak ideas).
- For each pairing, the LLM ranker predicts which idea is better. The winner gains 1 point; the loser gains 0.
- After
Nrounds, each idea has a total score in[0, N].
This pairwise comparison design is non-trivial: a full round-robin tournament (every idea compared against every other idea) would require O(K^2) comparisons for K ideas, which is computationally infeasible for K ≈ 1,400. The Swiss system reduces this to O(K log K) comparisons while still producing a meaningful ranking, since ideas are primarily compared against others of similar quality—the comparisons that matter most for distinguishing top candidates.
Why N = 5 rounds? The paper validates the Swiss tournament design on the 1,200 ICLR submissions (where ground-truth review scores are available). Table 1 shows the average ICLR review scores of the top-10 and bottom-10 papers ranked by the LLM ranker at different values of N:
| N rounds | Top-10 avg score | Bottom-10 avg score | Gap |
|---|---|---|---|
| 1 | 6.28 | 5.72 | 0.56 |
| 2 | 6.14 | 5.24 | 0.90 |
| 3 | 5.83 | 4.86 | 0.97 |
| 4 | 5.94 | 4.99 | 0.95 |
| 5 | 6.42 | 4.69 | 1.73 |
| 6 | 6.11 | 4.81 | 1.30 |
The gap between top-10 and bottom-10 average review scores is largest at N = 5 (1.73 points), suggesting this number of rounds provides the best discrimination. The paper selects N = 5 for all experiments. The top-ranked proposals from this tournament form the AI Ideas condition of the human study.
The AI Ideas + Human Rerank condition. Recognizing that the LLM ranker is imperfect (71.4% accuracy means nearly 30% of pairwise judgments are wrong, and these errors compound over tournament rounds), the paper introduces a second AI condition: the first author of the paper manually reranked all generated proposals and selected the top ideas, forming the AI Ideas + Human Rerank condition. This serves as an upper bound on what the AI ideation pipeline could produce with perfect ranking—it measures the quality of the best ideas in the generation pool, regardless of whether the automated ranker can identify them.
Table 12 shows the overlap between the AI Ideas and AI Ideas + Human Rerank conditions: only 17 out of 49 ideas appear in both conditions, while 32 are unique to the human reranked set. This substantial discrepancy indicates that the LLM ranker and the human expert differ considerably in their quality judgments—the LLM ranker is missing many ideas that a human considers top-tier, and is elevating some ideas that the human would not. This is consistent with the paper's later finding (Section 7.2) that LLMs cannot evaluate ideas reliably.
Human Participant Pipeline
The human side of the comparison is as carefully designed as the AI agent, with attention to participant qualifications, task incentives, and review protocol to ensure the comparison is meaningful.
Idea writing participant recruitment and qualifications. The paper recruited 49 idea writers through multiple channels: the OpenNLP Slack channel (1,426 NLP researchers from 71 institutions), Twitter/X, Slack channels of various NLP groups, the official NAACL 2024 conference chat app, and in-person recruitment at NAACL 2024 and local NLP events (including distributing name cards and wearing T-shirts with sign-up links). All US-based participants were screened based on Google Scholar profiles, with a minimum requirement of at least one publication at a major AI venue (defined as *ACL, NeurIPS, ICLR, ICML, or AAAI).
The resulting pool (Table 13) consists primarily of PhD students (36 of 49, or 73%), with smaller numbers of Master's students (9), Postdocs (1), Research Scientists (1), Machine Learning Engineers (1), and one Undergraduate. Their research profile metrics (Table 2) show substantial experience: mean 12 papers (range 2–52), mean 477 citations (range 2–4,553), mean h-index 5 (range 1–21), and mean i10-index 5 (range 0–32). They come from 26 different institutions (Table 15), with the largest contingents from Stanford (11), University of Southern California (6), University of Maryland (3), University of Illinois Urbana-Champaign (3), and Johns Hopkins University (3).
Idea writing protocol. Each participant selects one of the seven topics based on their expertise (Table 4 shows the distribution: Factuality 11, Multilingual 10, Coding 9, Uncertainty 6, Safety 5, Bias 4, Math 4). They are given 10 days to write one idea following the standardized template, with the same demonstration example provided to the AI agent. An honor code statement requires participants to not use AI tools in their idea writing. The paper collected 50 ideas originally; one was filtered out for being "essentially a paraphrase of an existing paper's abstract," leaving 49 in the final pool. Compensation was 1,000 bonus for the top 5 ideas as scored by expert reviewers—a substantial incentive designed to elicit genuine effort.
Idea statistics (Table 3). The human ideas averaged 902 words (SD 253.5, range 444–1,704), with participants reporting moderately high familiarity with their selected topic (mean 3.7 on a 1–5 scale) and moderate perceived difficulty (mean 3.0 on a 1–5 scale). They spent an average of 5.5 hours (SD 2.7, range 2–15) on the task. For comparison, AI-generated ideas (after expansion) averaged 1,186 words (SD 233.7) for the AI Ideas condition and 1,174 words (SD 211.0) for the AI Ideas + Human Rerank condition—roughly 30% longer than human ideas on average, which the paper does not explicitly discuss as a potential confounder.
Reviewer recruitment and qualifications. The paper recruited 79 reviewers through similar channels, with the same minimum publication requirement. The reviewer pool (Table 14) consists primarily of PhD students (63 of 79, or 79%) and Postdocs (7), with smaller numbers of Master's students (5), Research Scientists (3), and one Machine Learning Engineer. Their metrics (Table 2) are comparable to or slightly higher than the idea writers: mean 15 papers, mean 635 citations, mean h-index 7, mean i10-index 7. Critically, 72 out of 79 reviewers had previously reviewed for major AI conferences or journals, establishing that they are experienced evaluators familiar with the standards and expectations of peer review. Reviewers come from 32 institutions (Table 16), with Stanford the largest (25), followed by UC Berkeley (4), UT Austin (4), University of Maryland (4), and Princeton (3).
Review assignment protocol. The assignment process is designed to ensure balance and avoid confounds:
- Each reviewer selects their top two preferred topics and their preferred reviewing load (2–7 ideas).
- Reviewers are randomly assigned ideas within their preferred topics.
- The assignment balances the number of ideas from each condition (Human, AI, AI+Rerank) for each reviewer, and ensures each reviewer sees at least one human idea and one AI idea—so every reviewer serves as their own control, comparing across conditions.
- Every idea is reviewed by 2–4 different reviewers.
- Reviewers are not assigned ideas from authors at their own institution to prevent contamination.
The resulting assignment statistics (Table 5): each reviewer wrote an average of 3.8 reviews (range 2–7), covering 2.5 conditions on average (range 2–3), and 1.5 topics (range 1–3). In total, 298 unique reviews were collected.
Review form design (Appendix E). The review form is modeled on AI conference reviewing practices (ICLR and ACL) and includes five numerical scores, each on a 1–10 scale with detailed anchoring descriptions:
-
Novelty Score: "Whether the idea is creative and different from existing works on the topic, and brings fresh insights." Anchors include: 1 = "Not novel at all—there are many existing ideas that are the same"; 5 = "Somewhat novel—there are differences from existing ideas but not enough to turn into a new paper"; 6 = "Reasonably novel—there are some notable differences from existing ideas and probably enough to turn into a new paper"; 10 = "Very novel—very different from all existing ideas in a very interesting and clever way."
-
Feasibility Score: "How feasible it is to implement and execute this idea as a research project? Specifically, how feasible the idea is for a typical CS PhD student to execute within 1–2 months of time. You can assume that we have abundant OpenAI/Anthropic API access, but limited GPU compute." Anchors range from 1 = "Impossible" to 10 = "Easy: The whole proposed project can be quickly executed within a few days without requiring advanced technical skills."
-
Expected Effectiveness Score: "How likely the proposed idea is going to work well (e.g., better than existing baselines)." Anchors range from 1 = "Extremely Unlikely: The idea has major flaws and definitely won't work well" to 10 = "Definitely Effective: You are very confident that the proposed idea will outperform existing methods by significant margins on many benchmarks."
-
Excitement Score: "How exciting and impactful this idea would be if executed as a full project. Would the idea change the field and be very influential." Anchors include: 1 = "Poor: You cannot identify the contributions of this idea, or it's not interesting at all and you would fight to have it rejected at any major AI conference"; 6 = "Learning positive: exciting enough to be accepted at a major AI conference, but still has some weaknesses or somewhat incremental"; 10 = "Transformative: would change the research field profoundly and worth a best paper award at major AI conferences."
-
Overall Score: A holistic assessment on a scale where 5 = "Decent idea but has some weaknesses or not exciting enough, marginally below the acceptance threshold of major AI conferences"; 6 = "Marginally above the acceptance threshold of major AI conferences"; 7 = "Good idea, would be accepted by major AI conferences"; 8 = "Top 50% of all published ideas on this topic at major AI conferences, clear accept"; 9 = "Top 15% of all published ideas on this topic at major AI conferences, strong accept"; 10 = "Top 5% of all published ideas on this topic at major AI conferences, will be a seminal paper."
For each numerical score, reviewers must provide a free-text rationale of at least 2–3 sentences. The form also collects reviewer familiarity with the topic (1–5 scale, with definitions from "You have never read about this topic before" to "You have co-authored multiple papers on this topic or have published at least one first-author paper on this topic"), confidence in the review (1–5 scale), and time spent.
Review quality indicators (Table 6). The collected reviews demonstrate substantial engagement: average time spent 31.7 minutes (SD 16.8, range 5–120), average length 232 words (SD 112.1, range 41–771), average reviewer familiarity 3.7/5, and average reviewer confidence 3.7/5. As a baseline comparison, the paper computed the same statistics for the 1,200 ICLR 2024 submissions related to language models: those reviews had average confidence 3.7/5 and average length 247 words (counting only strengths and weaknesses sections, to match the format). The close correspondence suggests the review quality is comparable to standard conference reviewing. Additionally, 80 out of 298 reviews included links to existing papers in their rationales, demonstrating active literature engagement rather than superficial evaluation.
Honor code and AI usage prohibition. The review form includes an explicit honor code statement: "I confirm that I will not use ChatGPT, Claude, Gemini, or any other AI tools when writing my reviews." While impossible to enforce perfectly, this establishes a clear norm against AI-assisted reviewing and distinguishes this study from work that relies on LLM evaluators.
Summary of Design Choices and Their Justifications
- Standardized 7-section template over free-form ideation: ensures both humans and LLMs communicate at comparable levels of specificity, removing "writing quality" as a confounder while still capturing the richness of full project proposals rather than abbreviated idea descriptions.
- Style normalization via LLM editing over no normalization or human rewriting: cost-effective at scale (49 human ideas), validated to reduce human-AI distinguishability to chance, and verified by manual inspection to preserve content—a pragmatic middle ground between doing nothing (leaving style confounds) and having humans rewrite all ideas (introducing new biases and being prohibitively expensive).
- Seven fixed topics with matched distribution over open-ended ideation: prevents topic preference from confounding ideation quality while still allowing comparison across diverse subfields of NLP prompting research.
- Overgenerate-and-filter (4,000 → 200 ideas) over generating a small number of carefully prompted ideas: leverages inference-time scaling to increase the probability of finding high-quality outputs in the long tail, following the "diamond in the rough" intuition validated in coding and reasoning tasks—though the paper's own diversity analysis shows this approach has fundamental limits.
- Pairwise comparison with Swiss tournament over direct LLM scoring: converts an unreliable absolute judgment task into a more reliable relative judgment task, validated against ICLR review data, and computationally tractable for ~1,400 candidates via
O(K log K)comparisons rather thanO(K^2). - Two AI conditions (LLM-ranked and human-reranked) over a single condition: disentangles the quality of the generation pool from the quality of the automated ranker, providing both a realistic deployment scenario and an upper bound.
- Multiple reviews per idea with within-reviewer condition balancing over single-review or unbalanced designs: enables statistical tests that account for reviewer idiosyncrasy (mixed-effects models, per-reviewer difference tests), increases reliability through aggregation, and ensures every reviewer contributes to comparing conditions directly.
- Anchored 10-point scales with detailed per-level descriptions over unanchored or binary scales: calibrates reviewer standards across the 79 reviewers, reducing variance from different interpretations of abstract terms like "novel" or "feasible" while still providing sufficient granularity for statistical analysis.
- Reviewer recruitment from the same population as idea writers (primarily PhD students at top institutions): ensures reviewers have the expertise to evaluate the ideas meaningfully, since they are active researchers publishing in the same venues—though it also means the "expert" baseline is primarily early-career researchers rather than senior faculty, which may affect generalizability.
4. Key Insights and Innovations
Innovation 1: The Evaluation Protocol as the Primary Contribution—Establishing That Rigorous Human Studies Are Feasible for Research Ideation
The most intellectually distinctive contribution of this paper is not the finding that AI ideas are more novel than human ideas—that is an empirical outcome contingent on the specific models, topics, and participant pools studied. Rather, the core conceptual move is treating the evaluation methodology itself as the primary research object, and demonstrating that a large-scale, confounder-controlled, statistically rigorous human comparison is achievable for a task as subjective and expertise-intensive as research ideation.
What the field did before. Prior work on LLM research ideation (Baek et al., 2024; Li et al., 2024; Lu et al., 2024; Wang et al., 2024; Yang et al., 2024) adopted evaluation strategies that were individually reasonable but collectively insufficient to answer the field's motivating question. These strategies included: recruiting small numbers of expert reviewers (yielding anecdotal evidence), constraining ideas to abbreviated formats (measuring something other than full research thinking), relying on LLM-as-judge evaluation (which Section 7.2 of this paper shows to be unreliable), or evaluating on constrained problem spaces with predefined benchmarks (which tests execution more than ideation). Each of these approaches represented a reasonable response to the genuine difficulty of expert evaluation—qualified researchers are scarce, their time is expensive, and reviewing research ideas is inherently subjective. The implicit assumption in the field was that a large-scale, rigorous human study was simply too costly or impractical to execute, and that surrogate evaluations would have to suffice.
What this paper does differently. The authors spent over a year designing and executing a study that treats the evaluation problem as solvable rather than sidesteppable. The key conceptual innovations in the evaluation design are:
-
Three-way confounder control (topic, format, style) that isolates the signal of idea quality from surface-level variation. This is not merely good experimental hygiene—it represents a reframing of the evaluation problem from "can we measure idea quality?" to "what are the specific confounders that would make our measurement invalid, and how do we neutralize each one?" The paper explicitly names each confounder (topic distribution mismatch, writeup detail variation, writing style cues) and designs a targeted intervention for each (matched topic distribution, standardized template, LLM-based style normalization), with validation checks that each intervention worked (e.g., the ~50% human-AI distinguishability result for style normalization).
-
A review protocol that enables multiple statistical framings. Rather than collecting a single review per idea and running a simple t-test, the paper designs the review assignment so that three different statistical tests are possible—treating each review as independent (Test 1), treating each idea as independent by averaging reviews (Test 2), and treating each reviewer as their own control by computing within-reviewer condition differences (Test 3)—plus fitting linear mixed-effects models that simultaneously account for reviewer, idea, and topic random effects (Appendix N). This multiplicity is not statistical fishing; it is a deliberate response to the fact that, for a task as subjective as research ideation, there is no single "correct" statistical model. Different reasonable models make different assumptions about what the independent unit of analysis should be (reviews? ideas? reviewers?), and the paper shows that the core finding—AI ideas are more novel—is robust across all of them. This is methodologically more convincing than any single analysis could be.
-
Transparency about human baseline quality. The paper explicitly measures and reports that the human participants' ideas represent roughly their median-level thinking (top 43% of their past ideas, with 37/49 coming up with the idea on the spot within the 10-day deadline). This transparency is intellectually honest in a way that strengthens rather than weakens the paper's contribution: it frames the finding not as "LLMs outperform the best ideas experts have ever had" (which would be misleading) but as "under comparable time-constrained conditions, LLM-generated ideas are judged as more novel than what experts produce." This framing has practical relevance—many research ideas in practice are generated under time pressure, in response to deadlines, or in brainstorming sessions—while acknowledging the boundary condition that deep, long-contemplated human ideas may be different.
Why this is fundamental, not incremental. This contribution is fundamental because it changes what the field should consider the standard of evidence. Before this paper, a researcher building a new ideation agent could reasonably claim their system "generates novel research ideas" based on a small expert evaluation or an LLM-judge score. After this paper, that claim implicitly carries a higher burden: the community now has a demonstration that large-scale, confounder-controlled expert comparison is possible, and future work will be judged against this standard. The paper provides not just a methodology but a replicable infrastructure—the review form, the template, the style normalization prompt, the statistical analysis approach—that other researchers can adopt. This is analogous to how the ImageNet benchmark standardized computer vision evaluation or how the GLUE/SuperGLUE benchmarks standardized NLP evaluation: the contribution is not a new model but a new evaluation regime that raises the bar for what counts as credible evidence.
Evidence anchor. The entire architecture of the paper—the matched topic distribution (Table 4), the style normalization validation, the reviewer qualification statistics (Tables 2, 6), the three statistical tests (Tables 7–9), and the mixed-effects models (Table 17)—constitutes the evidence for this innovation. The key claim is not a numerical result but a demonstrated capability: rigorous evaluation of research ideation is feasible at scale.
Innovation 2: The Diversity Bottleneck as a Fundamental Limit of Inference-Time Scaling for Creative Tasks
The paper's second major conceptual contribution is the empirical demonstration that simply scaling inference compute by generating more candidates yields rapidly diminishing returns for open-ended creative tasks, due to a fundamental lack of diversity in LLM generation. This finding challenges the straightforward extrapolation of inference-time scaling principles from domains with clear correctness criteria (coding, math reasoning) to domains where the goal is novelty rather than accuracy.
What the field assumed. The inference-time scaling paradigm—exemplified by works like Brown et al. (2024) and Li et al. (2022)—has shown that generating many candidate solutions and selecting the best one (via verifier, majority vote, or reranking) can substantially improve performance on reasoning and coding tasks. The underlying logic is that the LLM's sampling distribution has a long tail of correct solutions, and more samples increase the probability of hitting one. This paradigm has been implicitly adopted by many research ideation systems, which operate by generating many ideas and filtering them. The assumption is that idea quality, like solution correctness, follows a distribution where more samples increase the chance of finding a "diamond in the rough."
What this paper reveals. The paper provides direct quantitative evidence that this assumption breaks down for research ideation. The key finding is in Figure 4: as the LLM generates more and more seed ideas on a given topic, the percentage of non-duplicate ideas in each new batch steadily decreases, and the accumulated number of unique ideas plateaus. Out of 4,000 seed ideas generated per topic, only approximately 200 (~5%) are classified as non-duplicate using a cosine similarity threshold of 0.8 on sentence embeddings. The plateau is stark—the model converges to a finite repertoire of idea templates, and additional generation primarily produces variations or near-repetitions of these templates.
This is not merely an inefficiency that could be solved by better prompting or larger models. The paper's analysis suggests it is a fundamental property of the LLM's generation distribution for creative tasks: the model's output space, when constrained to a specific research topic, has limited support (the set of meaningfully distinct outputs it can produce). Increasing the number of samples drawn from this distribution cannot expand the support; it can only increase the density of samples within the already-explored regions. This contrasts with coding and reasoning tasks, where the space of possible correct solutions is combinatorially large and the model's sampling distribution has broad support—more samples genuinely explore new territory.
The connection to homogenization. This finding aligns with and provides a mechanistic explanation for observations in other creative domains. Anderson et al. (2024) found that LLMs homogenize human creative ideation when used as collaborators. Zhou et al. (2024) found that LLMs "hallucinate alike"—different LLMs produce similar outputs on creative tasks. The paper's contribution is to quantify this homogenization in the specific context of research ideation and to demonstrate that it acts as a hard ceiling on what inference-time scaling can achieve: beyond a certain point, generating more ideas does not produce more different ideas; it produces more similar ideas. The overgenerate-and-filter paradigm works for tasks where the goal is finding a needle in a haystack (a correct solution among many incorrect ones), but breaks down when the goal is finding different needles—because after you've found the few needles that exist in the model's output space, the rest of the haystack contains only copies.
Why this is a diagnostic contribution rather than a methodological fix. The paper does not solve the diversity problem; it diagnoses it. This is an intellectual contribution of a different kind—not "here is how to make ideation better" but "here is why the naive approach to making ideation better (more compute) cannot work indefinitely." The implication is that future work on LLM ideation should focus on expanding the diversity of generation rather than simply scaling the quantity—through techniques like training on more diverse data, incorporating explicit diversity objectives, introducing structured exploration mechanisms, or combining multiple models with different inductive biases. The paper's identification of the diversity bottleneck provides the conceptual motivation for this research direction.
Evidence anchor. Figure 4 provides the core quantitative evidence, showing the declining non-duplicate percentage (left panel) and the plateauing accumulated unique ideas (right panel) across 4,000 generations per topic. The specific numbers—~200 unique ideas from 4,000 generations, representing a ~95% duplication rate—quantify the severity of the bottleneck.
Innovation 3: Verifier Over-Optimization in Research Ideation—LLMs Cannot Reliably Evaluate Their Own Ideas
The paper's third conceptual contribution is the empirical demonstration that LLMs cannot serve as reliable evaluators of research ideas, even when their pairwise comparison accuracy appears close to human inter-reviewer agreement. This finding challenges the growing practice of using LLM-as-judge for evaluating creative or subjective outputs, and identifies a specific failure mode: LLM evaluators achieve non-trivial but ultimately insufficient accuracy, and more importantly, their errors are systematic rather than random, introducing bias rather than just variance.
What the field assumed. The use of LLM evaluators for research ideas has been motivated by observations that LLMs can sometimes match or exceed inter-human agreement levels on evaluation tasks (Lu et al., 2024). The implicit assumption is that if an LLM's agreement with human judgments is comparable to human-human agreement, then the LLM is a valid substitute for human evaluation—particularly for tasks where human evaluation is expensive or slow. This assumption has enabled a range of research agent papers that rely primarily or exclusively on LLM judges to evaluate idea quality.
What this paper reveals. The paper provides multiple lines of evidence that this assumption is flawed:
-
Direct LLM scoring is essentially random. When prompted to directly assign scores to ideas (the approach used by Baek et al., Li et al., and Yang et al.), GPT-4o achieves 50.0% accuracy on the binary top-vs-bottom ranking task—exactly random performance (Table 11, second block). Claude-3.5 achieves 51.7%. These models cannot extract meaningful quality signals from idea proposals when asked for absolute judgments.
-
Pairwise comparison is better but still below human agreement. The paper's own pairwise ranker—the best LLM evaluator tested, and one that was specifically trained on ICLR review data—achieves 53.3% accuracy on the same task. This is higher than random but below the human inter-reviewer consistency of 56.1% (Table 11, first block). More importantly, it is substantially lower than the ~71% accuracy the same ranker achieves on the ICLR validation set (the task it was validated on), indicating that the evaluation difficulty is domain-specific and does not transfer straightforwardly.
-
The AI ranker and human expert disagree substantially on which ideas are best. Table 12 shows that only 17 out of 49 ideas overlap between the AI Ideas condition (ranked by LLM) and the AI Ideas + Human Rerank condition (ranked by the first author). This 35% overlap means the LLM ranker is missing nearly two-thirds of the ideas that a human expert considers top-tier, and is promoting ideas the human would not select. This is not a minor calibration issue—it represents fundamentally different quality judgments.
-
AI Ideas + Human Rerank consistently outperforms AI Ideas. Across all metrics in Tables 7–9, the human-reranked ideas score higher than the LLM-ranked ideas (e.g., overall score 5.34 vs. 4.85, excitement 5.46 vs. 5.19). This means the LLM ranker is leaving performance on the table—the generation pool contains better ideas than the ranker can identify.
The deeper insight: trading variance for bias. The paper notes a subtle but critical point about LLM evaluators: "Even if AI-human agreement eventually matches or exceeds human-human agreement, simply meeting this baseline does not imply that AI-as-a-reviewer is meaningful, since we may be trading variance for bias, where AI reviewers are more consistent but rely on spurious correlations" (Section 7.2, citing Durmus et al., 2022). This is a conceptual move that reframes the evaluation problem: the goal is not merely high agreement with humans but calibrated agreement that reflects genuine quality assessment rather than exploitation of surface-level patterns. An LLM evaluator that achieves 70% agreement by learning to detect writing style, citation density, or template adherence is not a valid evaluator even if its agreement exceeds human inter-reviewer rates—it is measuring confounders, not idea quality.
The connection to the over-optimization literature. This finding parallels observations from RLHF and test-time compute scaling: optimization against an imperfect verifier eventually leads to exploitation of verifier weaknesses rather than genuine improvement in the target capability. In this paper's context, the "optimization" is the overgenerate-and-rank pipeline—generating thousands of ideas and using the LLM ranker to select the best ones. The fact that the human-reranked condition outperforms the LLM-ranked condition demonstrates that the LLM ranker is not a sufficiently reliable verifier to extract the full value from the generation pool. The implication is that improving idea evaluation is at least as important as improving idea generation, and that relying on LLM evaluators creates a ceiling on what automated ideation pipelines can achieve.
Why this is a negative result with positive implications. Demonstrating that something doesn't work is intellectually valuable when the thing was widely assumed to work. The paper's careful characterization of LLM evaluation failure modes—direct scoring is near-random, pairwise comparison is better but domain-specific, LLM rankings diverge substantially from human expert rankings—provides specific guidance for future work. Rather than abandoning automated evaluation entirely, researchers can focus on: (a) improving pairwise comparison accuracy through better training data or architectures, (b) developing hybrid human-AI evaluation pipelines where LLMs pre-screen and humans make final judgments, or (c) identifying the specific types of ideas or evaluation criteria where LLM evaluators are most reliable and restricting their use to those contexts.
Evidence anchor. Table 11 provides the core quantitative evidence, comparing multiple LLM evaluators against human inter-reviewer consistency. Table 12 (the overlap analysis) and the consistent score gap between AI Ideas and AI Ideas + Human Rerank across Tables 7–9 provide convergent evidence that the LLM ranker's errors are systematic and consequential.
Innovation 4: Novelty and Feasibility as a Fundamental Tradeoff, Not a Model Deficiency
The paper's fourth conceptual contribution is the identification of a novelty-feasibility tradeoff in LLM-generated research ideas, and the reframing of this tradeoff from "a weakness of LLMs" to "a structural feature of creative ideation that affects humans and LLMs differently."
What the field assumed. Prior work on LLM research ideation implicitly treated idea quality as roughly one-dimensional: better ideas are more novel, more feasible, more exciting, and more effective. A good ideation system should maximize all these dimensions simultaneously. When LLM-generated ideas were observed to have weaknesses—being infeasible, vague, or poorly motivated—these were treated as system failures to be fixed through better prompting, better filtering, or better training.
What this paper reveals. The paper's data suggests a more nuanced picture. AI ideas score significantly higher on novelty (5.64 vs. 4.84, p < 0.05; Table 7) but directionally lower on feasibility (6.34 vs. 6.61, not statistically significant at the study's sample size). The qualitative analysis of free-text reviews (Section 8.1) identifies specific failure modes of AI ideas—being too vague on implementation details, misusing datasets, missing baselines, making unrealistic assumptions, being too resource-demanding—that are precisely the opposite of the weaknesses observed in human ideas. Human ideas, by contrast, are criticized for being "more grounded in existing research and practical considerations, but may be less innovative" (Section 8.1), for "applying existing techniques to new problems," making "incremental changes to existing techniques," or being "more focused on common problems or datasets in the field."
This pattern suggests a structural tradeoff: human experts, with their deep knowledge of what is practically executable, what datasets are available, what baselines are appropriate, and what assumptions are realistic, naturally constrain their ideation within the bounds of feasibility. This grounding produces ideas that are implementable but potentially incremental. LLMs, lacking this grounded understanding of research practice, range more freely across the space of possible ideas—producing more novel concepts but also more concepts that are disconnected from practical constraints. This is not a "bug" that can be fixed by making LLMs more grounded; it is a direct consequence of the same property that enables their novelty advantage. Grounding the LLM more heavily in existing literature and practical constraints would likely reduce both its infeasibility and its novelty advantage.
The reframing. The paper's contribution is to identify this tradeoff explicitly and to suggest that it represents a complementarity rather than a deficiency. Human experts are good at feasibility-filtering and practical grounding; LLMs are good at novelty and conceptual exploration. The optimal system is not one that makes LLMs more like humans or humans more like LLMs, but one that combines their strengths—for instance, using LLMs to generate a large pool of novel ideas (sacrificing feasibility at the generation stage) and then having human experts filter, refine, and ground the most promising candidates (adding feasibility at the selection stage). The AI Ideas + Human Rerank condition, which consistently outperforms both the AI Ideas condition and the Human Ideas condition across multiple metrics (Tables 7–9), provides preliminary evidence for this complementarity: the combination of LLM generation with human curation outperforms either alone.
Why this matters beyond the immediate findings. The novelty-feasibility tradeoff connects to broader debates about the role of AI in creative work. If LLMs and humans have different creativity profiles—LLMs more novel but less grounded, humans more grounded but less novel—then the question is not "can LLMs replace human researchers?" but "how should human and AI creativity be combined to produce outcomes neither could achieve alone?" This reframing shifts the research agenda from automation to collaboration, and from evaluation (which is better?) to optimization (what is the optimal division of labor?). The paper's finding about the diversity bottleneck (Innovation 2) and the unreliability of LLM evaluators (Innovation 3) both support this collaborative framing: LLMs alone cannot generate diverse enough ideas or evaluate them reliably enough to close the research loop autonomously, but they can serve as powerful ideation engines whose outputs are curated and refined by human experts.
Evidence anchor. The quantitative evidence comes from the divergent patterns in Tables 7–9: novelty scores consistently and significantly favor AI ideas; feasibility scores directionally favor human ideas (though not significantly at the study's sample size). The qualitative evidence comes from the free-text review analysis in Section 8.1, which catalogs the specific ways AI ideas fail on feasibility (vagueness, dataset misuse, missing baselines, unrealistic assumptions, resource demands) and human ideas fail on novelty (incremental application of existing techniques, combination of known methods, focus on common problems). The AI Ideas + Human Rerank condition's consistent outperformance of both pure conditions provides convergent evidence for the complementarity interpretation.
5. Experimental Analysis
Evaluation Methodology
-
Dataset. The study evaluates research ideas on seven NLP prompting topics (Bias, Coding, Safety, Multilingual, Factuality, Math, Uncertainty) derived from the COLM conference Call for Papers page (Appendix A). Each condition (Human Ideas, AI Ideas, AI Ideas + Human Rerank) contains 49 idea proposals, for a total of 147 evaluated ideas. All ideas follow a standardized 7-section template covering problem statement, motivation, proposed method, experiment plan, test cases, and fallback plan. The ideas are evaluated through blind expert review by 79 qualified NLP researchers who produce 298 unique reviews, with each idea receiving 2–4 reviews. An honor code prohibits reviewers from using AI tools when writing their evaluations.
-
Base model(s). The LLM ideation agent uses
claude-3-5-sonnet-20240620as its backbone model for all components: generating Semantic Scholar API function calls during paper retrieval, scoring and reranking retrieved papers, generating 4,000 seed ideas per topic, expanding seed ideas into full proposals, performing novelty and feasibility filtering, and executing pairwise comparisons in the Swiss tournament ranker. For the LLM evaluator benchmarks (Table 11, second block), the paper also tests GPT-4o, Claude-3-Opus, and the "AI Scientist" reviewer agent (Lu et al., 2024). The choice of Claude-3.5-Sonnet reflects its strong performance on the pairwise ranking validation task (71.4% accuracy vs. 61.1% for GPT-4o and 63.5% for Claude-3-Opus; Section 3.3), and the paper notes that "the pipeline should generalize to other LLMs as well." -
Metrics. Five numerical scores are collected per review, each on a 1–10 scale with detailed anchoring descriptions (Appendix E): (1) Novelty Score — whether the idea is creative and different from existing works; (2) Feasibility Score — how implementable the idea is for a typical CS PhD student within 1–2 months, assuming abundant API access but limited GPU compute; (3) Expected Effectiveness Score — how likely the idea is to outperform existing baselines; (4) Excitement Score — how impactful and influential the idea would be if executed; (5) Overall Score — a holistic assessment anchored to major AI conference acceptance thresholds (5 = marginally below acceptance, 6 = marginally above, 7 = good idea/would be accepted, 8 = top 50% of published ideas, 9 = top 15%, 10 = top 5%/seminal). Each score is accompanied by a free-text rationale of at least 2–3 sentences. Reviewers also report their familiarity with the topic (1–5 scale), confidence in their review (1–5 scale), and time spent. The primary statistical tests use these scores as dependent variables comparing across the three experiment conditions.
-
Baselines. The central comparison is between three conditions: (1) Human Ideas — idea proposals written by 49 recruited expert NLP researchers (≥1 publication at a major AI venue, mean 12 papers and 477 citations; Table 2), each selecting one of seven topics, writing within 10 days following the identical template; (2) AI Ideas — the top-ranked proposals from the LLM ideation agent after the Swiss tournament ranking (N = 5 rounds); (3) AI Ideas + Human Rerank — proposals drawn from the same generation pool but manually selected by the first author rather than the LLM ranker, serving as an upper-bound estimate of AI idea quality. For the LLM evaluation reliability analysis (Table 11), baselines include: NeurIPS 2021 reviewer consistency (66.0% balanced accuracy, from Beygelzimer et al., 2021), ICLR 2024 reviewer consistency computed on 1,200 LLM-related submissions (71.9%), and multiple LLM evaluator configurations (GPT-4o Direct, GPT-4o Pairwise, Claude-3.5 Direct, Claude-3.5 Pairwise, and the "AI Scientist" reviewer from Lu et al., 2024).
-
Generation budget / compute accounting. The AI ideation agent's generation budget is measured in number of seed ideas generated: 4,000 per topic across 7 topics, totaling 28,000 seed idea generations. After deduplication at cosine similarity threshold 0.8 (using
all-MiniLM-L6-v2embeddings), approximately 200 unique ideas per topic survive, yielding roughly 1,400 candidates that proceed to full expansion and ranking. The Swiss tournament ranking requires O(K log K) pairwise comparisons rather than O(K²) for a full round-robin, making it computationally tractable at this scale. The paper does not report total API costs or compute FLOPs for the ideation pipeline. For human participants, the "budget" is 10 days of ideation time per idea writer (mean 5.5 hours spent; Table 3) and approximately 32 minutes per review (Table 6), with compensation of 25 per review. Difficulty estimation—the human baseline quality in the post-study survey—is collected but not used in allocation decisions (unlike the pretraining-inference tradeoff literature where difficulty determines strategy). -
Cross-validation / statistical protocol. Three distinct statistical tests are performed to account for different possible confounders (Section 5): Test 1 treats each of the 298 reviews as an independent datapoint, comparing conditions using two-tailed Welch's t-tests with Bonferroni correction (Table 7); Test 2 averages scores across multiple reviews for each idea, treating each of the 49 ideas per condition as one datapoint, again using two-tailed Welch's t-tests with Bonferroni correction (Table 8); Test 3 treats each of the 79 reviewers as their own control, computing per-reviewer mean score differences between conditions and testing whether these differences are significantly different from zero using one-sample t-tests with Bonferroni correction (Table 9). Additionally, linear mixed-effects models are fitted (Appendix N, Table 17) that treat Condition as a fixed effect and Topic, ReviewerID, and IdeaID as random effects, accounting for the hierarchical structure of the data. Reviewer assignment is balanced so each reviewer evaluates ideas from at least two conditions (Table 5: mean 2.5 conditions per reviewer). Two-fold cross-validation is not used for strategy selection (unlike the example paper's compute-optimal policy) because this study does not optimize strategy hyperparameters; it compares fixed conditions.
Main Quantitative Results
AI Ideas Are Judged as More Novel Than Human Expert Ideas
The headline finding is established across all three statistical tests (Section 5, Tables 7–9):
Test 1 results (Table 7): Treating each review as independent (N = 119 reviews for Human Ideas, N = 109 each for AI Ideas and AI Ideas + Human Rerank), the mean novelty score for Human Ideas is 4.84 (SD = 1.79, median = 5). Both AI conditions score significantly higher: AI Ideas mean = 5.64 (SD = 1.76, p < 0.01 with Bonferroni correction) and AI Ideas + Human Rerank mean = 5.81 (SD = 1.66, p < 0.001). This represents an effect size of approximately 0.8–1.0 points on the 10-point scale. In this test, AI ideas also score significantly higher on excitement (Human: 4.55; AI Ideas: 5.19, p < 0.05; AI+Rerank: 5.46, p < 0.01), and the AI+Rerank condition scores significantly higher on overall score (Human: 4.68; AI+Rerank: 5.34, p < 0.05). Feasibility scores are directionally lower for AI ideas (Human: 6.61; AI Ideas: 6.34; AI+Rerank: 6.44) but the difference is not statistically significant after correction (p = 1.00 for both comparisons). Expected effectiveness shows no significant differences (Human: 5.13; AI Ideas: 5.47; AI+Rerank: 5.55; all p > 0.05 after correction).
Test 2 results (Table 8): Averaging scores per idea (N = 49 ideas per condition), the novelty advantage persists: Human Ideas mean = 4.86 (SD = 1.26), AI Ideas mean = 5.62 (SD = 1.39, p < 0.05), AI+Rerank mean = 5.78 (SD = 1.07, p < 0.01). The excitement advantage for AI+Rerank also holds (Human: 4.56; AI+Rerank: 5.45, p < 0.01), though AI Ideas alone no longer reaches significance on excitement (5.18, p = 0.08). No other metrics show significant differences in this test. The reduction in significance for some metrics compared to Test 1 reflects the reduced statistical power when aggregating to 49 datapoints per condition.
Test 3 results (Table 9): Computing per-reviewer mean score differences between conditions (N = 70 reviewers who evaluated both AI and human ideas, N = 65 for AI+Rerank vs. human), the novelty advantage is again significant: mean difference AI Ideas vs. Human = +0.94 (p < 0.01), mean difference AI+Rerank vs. Human = +0.86 (p < 0.01). Excitement differences are also significant: AI Ideas vs. Human = +0.73 (p < 0.05), AI+Rerank vs. Human = +0.87 (p < 0.01). The overall score difference for AI+Rerank vs. Human is +0.66 (p < 0.05). Feasibility differences are negative but not significant (AI Ideas vs. Human: -0.29, p = 0.36; AI+Rerank vs. Human: -0.08, p = 0.74). Effectiveness differences are positive but not significant (AI Ideas vs. Human: +0.42, p = 0.16; AI+Rerank vs. Human: +0.39, p = 0.16).
Mixed-effects models (Table 17): The linear mixed-effects models that account for Topic, ReviewerID, and IdeaID as random effects confirm the novelty finding: Condition[AI Ideas] coefficient = +0.756 (p = 0.023), Condition[AI Ideas + Human Rerank] coefficient = +0.902 (p = 0.003). The excitement advantage also holds (AI Ideas: +0.626, p = 0.039; AI+Rerank: +0.879, p = 0.003). Condition[AI Ideas] is significant for expected effectiveness (+0.310, p = 0.027) in the mixed-effects model, though this does not survive Bonferroni correction in the other tests. The feasibility coefficients are negative but not significant (AI Ideas: -0.300, p = 0.307; AI+Rerank: -0.183, p = 0.561). The reviewer variance component is larger than the idea variance component across all metrics (e.g., for novelty: Idea Var = 0.412, Reviewer Var = 0.803; for overall: Idea Var = 0.262, Reviewer Var = 1.071), indicating that differences between reviewers account for more score variability than differences between ideas.
AI Ideas + Human Rerank Consistently Outperforms AI Ideas Alone
Across all five metrics and all three statistical tests, the AI Ideas + Human Rerank condition achieves higher mean scores than the AI Ideas condition (Tables 7–9). For example, in Test 1 (Table 7): Novelty 5.81 vs. 5.64, Excitement 5.46 vs. 5.19, Feasibility 6.44 vs. 6.34, Effectiveness 5.55 vs. 5.47, Overall 5.34 vs. 4.85. While the pairwise differences between the two AI conditions are not themselves tested for statistical significance (the paper only tests each against the Human baseline), the consistent directional advantage—and the fact that AI+Rerank achieves significance on overall score and excitement in multiple tests where AI Ideas alone does not—indicates that the human expert reranker selects substantively better ideas than the LLM ranker. This is corroborated by the overlap analysis (Table 12): only 17 out of 49 ideas (approximately 35%) appear in both AI conditions, while 32 are unique to the human-reranked set, representing major disagreement between the LLM ranker and the human expert.
Reviewers Prioritize Novelty and Excitement Over Feasibility
The pairwise correlation analysis (Table 10) reveals that the overall score is most strongly correlated with excitement (r = 0.854) and novelty (r = 0.725), while having almost no correlation with feasibility (r = 0.097). Novelty and excitement are themselves strongly correlated (r = 0.719). Feasibility has weak correlations with all other metrics (0.251 with effectiveness, −0.073 with novelty, −0.031 with excitement). Expected effectiveness shows moderate correlations with overall (r = 0.642), excitement (r = 0.565), and novelty (r = 0.357). This correlation structure implies that reviewers' overall judgments are primarily driven by how novel and exciting they find an idea, with feasibility playing a negligible role in their holistic assessment—a finding that contextualizes why AI ideas' novelty advantage translates to higher overall scores despite their directional feasibility disadvantage.
Diversity of AI Generation Plateaus Rapidly
Figure 4 quantifies the diversity bottleneck in LLM idea generation. Two panels present complementary views:
Left panel (Non-duplicate percentage over generations): As the agent generates successive batches of seed ideas on a given topic, the percentage of non-duplicate ideas in each new batch steadily declines. Early batches may contain ~40–50% non-duplicate ideas, but later batches drop to near zero. The curve is monotonically decreasing and appears to asymptotically approach zero, indicating that the model's output space for a fixed topic has finite effective support.
Right panel (Accumulated non-duplicate ideas): The cumulative number of unique ideas grows rapidly initially and then plateaus. By 4,000 total generated ideas, only approximately 200 non-duplicate ideas have been accumulated per topic—a ~95% duplication rate. The plateau is visually clear: the curve flattens well before the full 4,000 generations, meaning additional generations beyond a certain point contribute essentially zero new unique ideas. The paper reports this finding averaged across all seven topics, and the pattern is consistent (though per-topic breakdowns are not shown).
The practical implication is that the overgenerate-and-filter paradigm—generating 4,000 seed ideas to find ~200 unique ones—operates at a 20:1 ratio of raw to useful output. More importantly, it cannot be improved by simply scaling generation further; the plateau means there is a hard ceiling on how many distinct ideas the current model can produce on a given topic.
LLM Evaluators Cannot Reliably Judge Research Ideas
Table 11 reports reviewer agreement using the balanced accuracy metric from Beygelzimer et al. (2021) and Lu et al. (2024), where reviewer consistency is measured by splitting reviewers of each idea in half, using one half to rank the top and bottom 25% of ideas, and measuring agreement with the held-out half. The results are:
Human inter-reviewer consistency (first block):
- Random baseline: 50.0%
- NeurIPS 2021 reviewer consistency: 66.0% (from Beygelzimer et al., 2021)
- ICLR 2024 LLM-related submissions: 71.9% (computed by the authors on 1,200 submissions)
- This study: 56.1%
The lower consistency in this study compared to conference reviewing (56.1% vs. 66.0% and 71.9%) is attributed by the authors to "the higher subjectivity involved when evaluating ideas without seeing the actual experiment results" (Section 6.3). This is an important baseline: it establishes the noise ceiling for any evaluator—even expert humans disagree substantially when judging research ideas.
LLM evaluator consistency (second block):
- GPT-4o Direct (assigning scores given review criteria): 50.0% (random)
- GPT-4o Pairwise: 45.0% (worse than random)
- Claude-3.5 Direct: 51.7%
- Claude-3.5 Pairwise: 53.3%
- "AI Scientist" Reviewer (Lu et al., 2024): 43.3%
None of the LLM evaluators match or exceed the human inter-reviewer consistency of 56.1%. The best performer—Claude-3.5 Pairwise at 53.3%—falls nearly 3 percentage points below human agreement and only slightly above random guessing. The pairwise comparison approach that worked reasonably well on the ICLR validation set (71.4% accuracy at distinguishing accepted from rejected papers) does not transfer effectively to the ideation evaluation task, where the quality differences are presumably more subtle and the evaluation criteria more subjective.
Discrepancy between AI ranking and human reranking (Table 12): The 35% overlap between AI Ideas and AI Ideas + Human Rerank provides convergent evidence. If the LLM ranker were merely noisy but unbiased, the overlap might be higher (since both are selecting from the same pool). The fact that the human expert selects a substantially different set of ideas—and that these ideas score consistently higher—indicates the LLM ranker's errors are systematic rather than random.
Ablation Studies and Robustness Checks
The paper is primarily an evaluation study rather than a methods paper, so traditional ablations (varying model components, removing retrieval, changing prompts) are not the central analytical tool. Instead, the paper's robustness checks take the form of multiple statistical framings of the same data, analysis of reviewer behavior, and investigation of agent limitations. The key robustness analyses are:
Three complementary statistical tests (Tables 7–9, plus Table 17): The paper does not rely on a single statistical model but demonstrates that the core novelty finding is significant under three different assumptions about the appropriate unit of analysis—treating reviews as independent (Test 1), treating ideas as independent by averaging reviews (Test 2), and treating reviewers as their own controls by analyzing within-reviewer differences (Test 3). The mixed-effects models (Table 17) provide a fourth framing that simultaneously accounts for reviewer, idea, and topic random effects. The consistency of the novelty result across all four approaches establishes that the finding is not an artifact of any particular statistical assumption. If the result had appeared only in Test 1 (where the larger sample size provides more power) but disappeared in Tests 2 or 3 (which have more conservative independence assumptions), it would suggest the effect was driven by a small number of outlier reviews or reviewers. The fact that it holds across all tests strengthens the conclusion.
Per-topic score breakdowns (Figure 5, Appendix O): The paper provides score distributions broken down by the seven research topics, shown as a grid of bar plots. Across most topics, the pattern of AI ideas scoring higher on novelty and excitement while comparable on feasibility and effectiveness is qualitatively visible, though the smaller per-topic sample sizes mean statistical significance is not tested at the topic level. The paper notes that "due to the smaller sample sizes for the per-topic breakdown, most results are not statistically significant and only offer an intuitive understanding of the trends." This is a necessary limitation—with only 4–11 ideas per topic per condition (Table 4 shows the topic distribution: Factuality 11, Multilingual 10, Coding 9, Uncertainty 6, Safety 5, Bias 4, Math 4), within-topic statistical comparisons would be underpowered. The per-topic plots serve as a qualitative check that the aggregate results are not driven by a single outlier topic.
Review quality validation (Table 6): The paper establishes that the collected reviews are of comparable quality to major conference reviewing through several metrics: average review length (232 words vs. 247 words for ICLR 2024 LLM submissions' strengths and weaknesses sections), average reviewer confidence (3.7/5 in both studies), and time spent (mean 31.7 minutes per review). Additionally, 80 out of 298 reviews included links to existing papers in their rationales, indicating active literature engagement. These statistics address the potential concern that paid reviewers ($25 per review) might provide lower-quality evaluations than volunteer conference reviewers. The data suggests the review quality is comparable.
Human idea quality characterization (Section 6.1): The post-study survey provides critical context for interpreting the human baseline: 37 of 49 participants came up with their idea "on the spot" during the study (only 12 already had the idea), and participants estimated their submitted ideas as on average the "top 43% of all their past ideas." This suggests the human ideas represent median-level expert thinking under time pressure rather than exceptional creative output. This is both a strength (it makes the comparison fair—both humans and LLMs were operating under time constraints) and a limitation (it means the study does not test whether LLMs can match the best ideas humans produce under optimal conditions).
Style normalization validation (Section 2, referenced in the Idea Writeup discussion): The style normalization module—which uses an LLM to standardize writing style across all ideas—was validated through a small-scale human study showing that expert judges could distinguish AI from human ideas with only approximately 50% accuracy after normalization (chance level). This is an important but imperfect validation: while it shows surface-level stylistic cues are substantially mitigated, it does not rule out more subtle signals (e.g., the types of datasets mentioned, the specificity of experiment plans) that might still allow reviewers to infer an idea's origin. The paper acknowledges this limitation implicitly through its detailed qualitative analysis of failure modes (Section 8.1), which catalogs specific substantive differences between AI and human ideas that go beyond writing style.
LLM evaluator comparison across model families and methods (Table 11, second block): The paper tests not just one LLM evaluator but multiple configurations—GPT-4o and Claude-3.5 in both direct scoring and pairwise modes, plus the "AI Scientist" reviewer agent from Lu et al. (2024). This provides an ablation over evaluation methodology within the LLM-as-judge paradigm. The finding that pairwise comparison (53.3%) outperforms direct scoring (51.7% for Claude-3.5, 50.0% for GPT-4o) is consistent with the paper's design choice for the Swiss tournament ranker, but the absolute performance is still insufficient. The "AI Scientist" reviewer performs worst (43.3%), suggesting that more complex review agent architectures do not necessarily improve evaluation accuracy and may even degrade it.
Idea execution agent pilot (Appendix Y, Table 18): While not a traditional ablation, the paper's attempt to build an automated execution agent that implements generated ideas into runnable code serves as an additional validity check. The agent successfully executes code for 17/30 safety ideas and 18/30 factuality ideas, and the style evaluator (checking whether all proposed method components are implemented) passes for 13/30 and 14/30 respectively. However, the proposed method outperforms baselines for only 5/30 and 1/30 ideas respectively. Manual inspection reveals implementation errors that would mislead if results were taken at face value—for example, implementing a keyword-based baseline that is trivial for any LLM method to beat, or evaluating the wrong task (sentiment classification accuracy instead of adversarial prompt detection). The paper treats this as a negative result demonstrating that automated execution is not yet reliable, but it also serves as a robustness check: the gap between idea quality (as judged by reviewers) and implementation quality (as produced by the execution agent) highlights that research ideation and research execution are distinct capabilities.
Overlap analysis between AI ranking and human reranking (Table 12): The 35% overlap (17/49 ideas) between the two AI conditions quantifies the degree of disagreement between the LLM ranker and the human expert. With 49 total ideas per condition, if the LLM ranker were making random selections from the pool of ~1,400 candidates, the expected overlap with any fixed set of 49 would be much lower (approximately 49 × 49/1400 ≈ 1.7 ideas by chance). The observed overlap of 17 indicates the LLM ranker is substantially better than random but still disagrees with the human expert on nearly two-thirds of selections. This is consistent with the ~53% accuracy figure from Table 11—an evaluator that agrees with aggregated human judgments ~53% of the time would be expected to show substantial but imperfect overlap with any individual expert's rankings.
Critical Assessment
On the Central Claim: "AI-generated ideas are judged as more novel than human expert ideas (p < 0.05)"
What the experiments actually demonstrate: The experiments demonstrate that under a specific set of conditions—seven NLP prompting topics, a standardized template, style normalization, time-constrained human ideation (10 days, mean 5.5 hours), an LLM agent using Claude-3.5-Sonnet with RAG and overgeneration, and blind review by 79 primarily PhD-student reviewers—LLM-generated ideas receive statistically significantly higher novelty scores than human-generated ideas. This is a robust within-study finding supported by multiple statistical tests.
What the experiments do NOT demonstrate: Several important boundaries on this claim must be noted:
-
The human baseline represents median expert output under time pressure, not best-possible expert output. The post-study survey (Section 6.1) reveals that participants rated their submitted ideas as top-43% on average, with 75% (37/49) developing the idea from scratch within the 10-day window. This is a reasonable and ecologically valid baseline—many real research ideas are generated under time constraints—but it means the claim should be interpreted as "LLMs can generate ideas that are more novel than what experts produce under comparable time-constrained conditions," not "LLMs outperform the best ideas experts are capable of producing." An experiment that gave human experts months to develop ideas, or that collected ideas they had been incubating for years, might produce a different comparison. The paper is transparent about this (Section 6.1, Discussion Question 1), but the headline claim in the abstract does not include this qualification.
-
The finding is specific to prompting-based NLP research. The paper explicitly limits its scope to seven prompting topics derived from the COLM conference CFP. Whether the novelty advantage generalizes to other NLP subfields, to other AI domains (computer vision, robotics, theory), or to other scientific disciplines entirely, is unknown. The characteristics of prompting research—relatively low barriers to entry, well-defined experimental paradigms, rapid iteration cycles—may make it particularly amenable to LLM ideation in ways that other research areas are not. The paper acknowledges this limitation (Discussion Question 3) and notes that the next phase of the study targets EMNLP 2024 papers for a broader comparison.
-
"More novel" does not mean "better" in a holistic sense. The correlation analysis (Table 10) shows that overall scores are driven primarily by novelty and excitement, with feasibility having near-zero correlation. This means the novelty advantage translates to higher overall scores partly because reviewers weigh novelty more heavily than feasibility. But in actual research practice, an idea's value depends on whether it can be successfully executed—a highly novel but infeasible idea may produce no publishable results, while a moderately novel but highly feasible idea may yield a solid paper. The study design cannot distinguish between these outcomes because it evaluates ideas rather than executed projects. The paper acknowledges this (Discussion Question 2) and has designed a follow-up execution study to address it.
-
The AI system had advantages that the human participants did not. The LLM agent generated 4,000 seed ideas and selected the best through a tournament, effectively exploring an enormous idea space that no human could match in 10 days. The human participants generated exactly one idea each. The comparison is thus between "best of 4,000 LLM attempts after automated filtering and ranking" and "single attempt by a human expert." This is not necessarily an unfair comparison—it reflects how AI systems might be deployed in practice—but it means the study measures a different capability than "can an LLM, given one attempt, produce a more novel idea than a human expert given one attempt?" The human-reranked condition partially addresses this by showing what the generation pool can produce, but it does not change the asymmetry in generation budget.
-
Effect sizes are modest relative to the scale. On the 10-point novelty scale, the AI advantage is approximately 0.8–1.0 points (4.84 vs. 5.64 in Test 1). While statistically significant, this represents moving from "somewhat novel—differences from existing ideas but not enough to turn into a new paper" (anchor 5) to just above "reasonably novel—some notable differences and probably enough for a new paper" (anchor 6). The practical significance of this difference—whether it translates to meaningfully different research outcomes—is not established by the study.
Verdict: The claim is supported with qualifications. The statistical evidence for the novelty advantage is robust. The paper's transparency about the human baseline quality, scope limitations, and asymmetry in generation budget is commendable. The key qualification is that the finding should be interpreted as "under specific, controlled conditions, LLMs can generate ideas judged as more novel than what experts produce when both are time-constrained," not as a blanket superiority claim.
On the Claim: "LLMs lack diversity in idea generation"
What the experiments actually demonstrate: Figure 4 provides clear quantitative evidence that, for a fixed topic and a fixed LLM, the rate of unique idea generation declines rapidly and the cumulative number of unique ideas plateaus. The specific numbers—~200 unique ideas from 4,000 generations, representing a 95% duplication rate—quantify the severity of the limitation.
What the experiments do NOT demonstrate:
-
The diversity ceiling may be model-specific or prompt-specific. The experiment uses a single model (Claude-3.5-Sonnet) with a specific generation prompt. Different models, different prompts, or different decoding strategies (higher temperature, different sampling parameters) might produce different diversity characteristics. The paper does not ablate across models, temperatures, or prompt designs for the diversity analysis.
-
The 0.8 cosine similarity threshold is a design choice, not a natural boundary. The paper sets the deduplication threshold at 0.8 based on "manual inspection" (Appendix H provides three example pairs with similarities of 0.70, 0.77, and 0.81, with the 0.81 pair judged as duplicates). A different threshold would produce different absolute numbers. More importantly, cosine similarity on sentence embeddings captures semantic similarity, but two ideas with high cosine similarity might still differ in important details that would lead to different projects. The paper does not validate the deduplication threshold against human judgments of idea distinctness at scale.
-
The diversity bottleneck may be topic-dependent. The paper reports results "averaged across all topics" for Figure 4, suggesting some topics might plateau earlier or later, or at different absolute numbers of unique ideas. Per-topic diversity curves are not shown.
-
The "duplicate" classification may conflate genuinely distinct ideas that share similar framing. The paper's seed idea format is highly structured (Title, Problem, Existing Methods, Motivation, Proposed Method, Experiment Plan). Ideas that propose genuinely different methods might still have high embedding similarity if they share similar problem statements, motivations, or experiment plans—particularly since embedding models may weight certain vocabulary patterns heavily.
Verdict: The claim that diversity is limited is well-supported. The claim that there is a "hard ceiling" or "fundamental limit" is suggested by the data but not conclusively established—it could be a limitation of this specific model, prompt, and generation strategy rather than a fundamental property of LLM ideation.
On the Claim: "LLMs cannot evaluate ideas reliably"
What the experiments actually demonstrate: Multiple LLM evaluator configurations achieve below-human agreement on the balanced accuracy metric, with the best (Claude-3.5 Pairwise) at 53.3% vs. human inter-reviewer consistency of 56.1%. The LLM ranker selects a substantially different set of top ideas than the human expert reranker (35% overlap). These findings together indicate that current LLM evaluators are not adequate substitutes for human expert evaluation of research ideas.
What the experiments do NOT demonstrate:
-
The 56.1% human consistency figure is the noise ceiling, not a validity threshold. The paper's rhetorical structure implies that because LLM evaluators fall below human consistency, they are unreliable. But human consistency is itself quite low (56.1%, only slightly above chance), which means the "ground truth" is noisy. An LLM evaluator that achieved 56.1% would match human consistency but might still be making systematically different errors than humans. The paper acknowledges this point (Section 7.2: "we may be trading variance for bias"), but does not analyze the error patterns of LLM evaluators vs. human evaluators to determine whether they are making the same kinds of mistakes.
-
The evaluation task is extremely difficult and the human ceiling is low. The 56.1% inter-reviewer consistency means that even expert humans disagree about which ideas are in the top vs. bottom 25% nearly half the time. This is not a failure of LLM evaluators specifically—it reflects the inherent subjectivity of judging research ideas from proposals alone. The practical question is whether LLM evaluators could serve a useful role in a human-AI hybrid evaluation pipeline (e.g., pre-screening to filter out clearly weak ideas, flagging potentially strong ones for human review) even if they cannot match human consistency on fine-grained ranking.
-
Performance may improve with better prompting, fine-tuning, or different model architectures. The paper tests a limited set of LLM evaluator configurations. A model specifically fine-tuned on research proposal evaluation data, or using more sophisticated review prompts, might perform better. The paper's negative result establishes a baseline but does not demonstrate that the limitation is fundamental.
Verdict: The claim that current LLMs, in the configurations tested, are not reliable evaluators of research ideas is well-supported. The broader claim that LLMs cannot serve any useful role in idea evaluation is not established—and the paper's own use of an LLM ranker as part of the ideation pipeline (where it achieves 71.4% accuracy on the ICLR validation task) suggests LLMs can contribute to evaluation in contexts where the task is more constrained.
On the Claim: "Scaling inference compute alone yields diminishing returns"
What the experiments actually demonstrate: Figure 4 shows that generating more seed ideas beyond a certain point yields fewer and fewer new unique ideas. This is a diminishing returns pattern for diversity of generation. However, the paper does not demonstrate that quality (as judged by reviewers) plateaus—the AI Ideas and AI Ideas + Human Rerank conditions are both selected from the full pool of ~1,400 candidates, and the paper does not show how review scores would change if only the first 500, 1,000, or 2,000 generations were used.
What is missing: An experiment that varies the generation budget (e.g., 500 vs. 1,000 vs. 2,000 vs. 4,000 seed ideas), runs the full ranking and review pipeline for each budget level, and shows how the quality of the top-ranked ideas changes with budget. Without this, the claim that diversity limits quality is inferential rather than directly demonstrated. It is possible that even with 95% duplication, the best ideas from a 4,000-generation pool are significantly better than the best ideas from a 500-generation pool—the long tail may contain genuinely superior ideas even if it contains few genuinely new ideas.
Verdict: The claim that diversity plateaus is directly supported. The claim that this imposes a ceiling on quality improvements from inference-time scaling is plausible and consistent with the data but not directly tested.
On the Claim: "AI Ideas + Human Rerank outperforms pure AI or pure human conditions"
What the experiments actually demonstrate: The AI+Rerank condition has higher mean scores than both AI Ideas and Human Ideas across most metrics in Tables 7–9. For example, in Test 1, AI+Rerank overall score is 5.34 vs. AI Ideas 4.85 and Human 4.68; novelty is 5.81 vs. 5.64 and 4.84.
What the experiments do NOT demonstrate: The paper tests AI+Rerank against the Human baseline, not against the AI Ideas baseline directly. The statistical tests in Tables 7–9 compare each AI condition to Human Ideas; they do not report whether the difference between AI Ideas and AI+Rerank is statistically significant. The consistent directional advantage is suggestive but does not constitute a formal statistical demonstration that human reranking improves upon AI ranking. An alternative interpretation is that both AI conditions outperform humans on novelty, and the differences between them reflect noise in the ranking process rather than a genuine quality improvement from human curation.
Verdict: The claim is suggested by the data but not statistically established at conventional significance levels. The paper would need to report a direct comparison between AI Ideas and AI+Rerank to support this claim.
Overall Experimental Design Strengths
The paper's experimental design has several genuine strengths that are worth noting explicitly:
-
Large sample of expert reviewers (79) relative to prior work. This provides statistical power and reduces the influence of any individual reviewer's idiosyncratic judgments. The mixed-effects model's finding that reviewer variance exceeds idea variance (Table 17) actually strengthens the case for large reviewer samples—with high reviewer variability, more reviewers per idea are needed to get stable estimates of idea quality.
-
Balanced within-reviewer design. By ensuring each reviewer evaluates ideas from at least two conditions, the study enables within-reviewer comparisons (Test 3) that control for individual differences in rating severity. This is a stronger design than between-subjects comparisons where different reviewers evaluate different conditions.
-
Transparency about limitations. The paper explicitly reports: the human baseline quality (top-43% of past ideas, 75% generated on the spot), the LLM evaluation failure (Table 11), the limited scope (prompting research in NLP only), the diversity bottleneck (Figure 4), and the gap between idea evaluation and execution outcomes. This transparency allows readers to calibrate their interpretation appropriately.
-
Multiple convergent analyses. The paper does not rely on a single statistical test or a single metric. The three statistical tests, the mixed-effects models, the per-topic breakdowns, the qualitative review analysis, the correlation analysis, and the LLM evaluator benchmarks together create a multi-faceted picture where the core findings are reinforced from multiple angles.
Overall Experimental Design Weaknesses
-
The human baseline is a single data point per expert with no within-expert variance. Each of the 49 human experts contributes exactly one idea. There is no measurement of how much an individual expert's idea quality varies across topics, across time, or across prompts. This means we cannot distinguish between "this expert's typical idea quality" and "this particular idea happened to be strong/weak." The AI agent, by contrast, generates thousands of ideas and selects the best—its "performance" is the maximum of a large sample, which will naturally be higher than a single draw from the same distribution. This asymmetry in sampling makes the comparison structurally favorable to the AI system in a way that the paper acknowledges but does not quantify.
-
The style normalization introduces an LLM into the human idea pipeline. Human ideas are passed through an LLM-based style normalizer before review, while AI ideas may require less normalization (since they are already in a somewhat standardized LLM style). The paper states that the first author manually verified all human ideas to ensure content was preserved, but this verification is itself subjective and does not rule out subtle semantic shifts introduced by the normalization LLM. If the normalization process subtly reduces the specificity or precision of human ideas (e.g., standardizing domain-specific terminology to more generic phrasing), it could artificially narrow the gap between human and AI ideas.
-
No measurement of reviewer ability to detect AI-generated ideas. The paper reports that style normalization reduces distinguishability to ~50% in a small-scale study, but does not report whether reviewers in the main study could guess which ideas were AI-generated, or whether such guesses correlate with their scores. If reviewers suspected certain ideas were AI-generated (despite the normalization), this could influence their novelty judgments in either direction—potentially inflating novelty scores (if AI is perceived as more creative) or deflating them (if AI-generated ideas are viewed more skeptically).
-
Single model family for the AI agent. All AI ideas are generated by Claude-3.5-Sonnet. The findings about novelty advantage, diversity bottleneck, and evaluation unreliability may be specific to this model. A comparison across GPT-4, Claude-3-Opus, Gemini, or open-source models would establish whether these are general properties of current LLMs or specific to Claude's training and architecture.
-
The reviewer pool, while expert, skews junior. 79% of reviewers are PhD students, and 73% of idea writers are PhD students (Figures 3, Tables 13–14). While these are qualified experts (all have published at major venues, mean 15 papers and 635 citations for reviewers), senior researchers with decades of experience might evaluate novelty differently—they might have a broader reference frame for what constitutes "novel" and might be less impressed by ideas that appear novel to someone earlier in their career. The paper does not analyze whether reviewer seniority correlates with score patterns.
-
No inter-rater reliability metrics beyond the balanced accuracy partition. The paper uses the balanced accuracy metric from Lu et al. (2024) and Beygelzimer et al. (2021) but does not report more standard inter-rater reliability statistics like intraclass correlation coefficients (ICC) or Krippendorff's alpha for the continuous scores. The paper explains that Krippendorff's alpha is not suitable due to non-overlapping reviewer assignments producing a sparse matrix, but alternative approaches exist for computing reliability with incomplete designs. The 56.1% balanced accuracy on a binary classification of the top/bottom quartile is a relatively coarse measure and does not capture how much reviewers agree on the full 1–10 scale.
-
The execution agent pilot (Appendix Y) reveals a gap that is not explored in the main results. The execution agent's poor performance—only 5/30 and 1/30 proposed methods outperforming baselines, with implementation errors that inflate apparent success—suggests that the ideas judged as promising by reviewers may be difficult to implement faithfully, and that automated implementation introduces additional failure modes. This finding is relegated to an appendix and not integrated into the main paper's discussion of what idea quality means in practice. If many highly-rated ideas cannot be reliably executed, the practical significance of the novelty advantage is diminished.
6. Limitations and Trade-offs
Limitation 1: Difficulty Estimation and Style Normalization Introduce Unmeasured Overhead Costs
The assumption or constraint. The paper's experimental design introduces two forms of overhead that are not accounted for in any budget or cost calculation: (1) the difficulty of eliciting comparable human ideas through template standardization, participant compensation (1,000 bonus), and recruitment of 49 qualified experts; and (2) the style normalization pipeline that processes all human ideas through an LLM to standardize writing style, which the paper acknowledges "has the possibility of substantively changing the content of the ideas" (Section 2, Idea Writeup). While the paper validates that human judges achieve ~50% accuracy at distinguishing AI from human ideas after normalization, and the first author "manually verified each human idea proposal to ensure all contents of the original ideas were preserved," this verification is itself a human judgment process whose reliability is not measured.
The consequence. These overheads matter for two distinct reasons. First, they make the human baseline not a "natural" baseline but an artifact of a carefully controlled study—a practitioner wanting to compare a new ideation system to human experts cannot simply ask a few colleagues for ideas and expect comparable quality; they would need to replicate the recruitment, compensation, template, and normalization infrastructure. The 15,000 for 49 ideas, plus 7,500 in reviewer compensation) establishes that rigorous human-AI comparison is expensive, which limits the practical replicability of the evaluation protocol. Second, if the style normalization process subtly shifts human ideas toward LLM-like writing patterns—standardizing vocabulary, sentence structure, and formatting to match the template that the AI agent was also trained to follow—this could artificially narrow the gap between human and AI idea quality in ways that cannot be disentangled from genuine ideation capability. The paper acknowledges that the LLM normalizer is instructed to "only edit the wording and formatting" and "not change any content," but this instruction is given to the same type of model being studied, and its compliance is verified only by a single author's manual inspection.
What evidence exists in the paper. The small-scale validation study showing ~50% human-AI distinguishability after normalization is mentioned in Section 2 (Idea Writeup) but the sample size, methodology, and exact accuracy figure are not reported in detail. The paper does not report an ablation comparing review scores with and without style normalization, nor does it report inter-annotator agreement on the first author's content-preservation verification.
Mitigation status. The paper acknowledges the possibility that normalization could change content and states that the first author manually verified all ideas, but this is a partial mitigation at best. A stronger design would have used multiple independent verifiers, computed inter-verifier agreement, and reported whether any human ideas were modified beyond surface-level changes. The paper treats the normalization as a solved confounder-control problem, but it introduces a new confounder—LLM-mediated editing of human ideas—whose effects are not measured.
Limitation 2: The Human Baseline Represents Median Effort Under Time Pressure, Not Best-Possible Expert Output
The assumption or constraint. The paper's human baseline consists of ideas written within a 10-day window by researchers who are **compensated 1,000 bonus for top-5 ideas). The post-study survey (Section 6.1) reveals critical characteristics of this baseline: 37 out of 49 participants (75%) came up with their idea "on the spot" during the study rather than drawing on pre-existing ideas they had already developed, and participants rated their submitted ideas as on average "about the top 43% of all their past ideas." The paper explicitly acknowledges this limitation in Section 6.1 ("Human Experts May Not Be Giving Their Best Ideas") and in the Discussion (Question 1: "Do these collected expert ideas represent their best ideas?"), but frames it primarily as a question to be addressed in future work rather than as a constraint on interpreting the current results.
The consequence. The comparison underlying the headline finding is fundamentally asymmetric: the LLM agent explores 4,000 candidate ideas per topic, generates full proposals for approximately 200 unique ideas, and selects the best through a ranking tournament—effectively reporting the maximum of a large sample from its idea distribution. Each human expert contributes exactly one idea—a single draw from their idea distribution. The paper's finding that AI ideas are more novel (5.64 vs. 4.84, p < 0.05) is thus the comparison of max(LM_samples ≈ 200) against single_human_draw, not a comparison of single_LM_draw against single_human_draw. This asymmetry is appropriate for studying how AI systems could be deployed in practice (where generating thousands of candidates is feasible), but it does not support the interpretation that "LLMs are more creative than human experts" in any dispositional sense. If human experts were asked to generate 200 ideas each and select their best—or if the comparison were restricted to a single AI generation vs. a single human generation—the results might differ substantially. The top-43% self-rating further suggests that even within the time-constrained setting, there is substantial room above the observed human performance: the best ideas these experts are capable of producing (their top-10% or top-1% ideas, developed over longer periods) are not represented in the baseline.
What evidence exists in the paper. The post-study survey data is reported in Section 6.1 (37/49 developed ideas on the spot; mean self-rating top 43%). The asymmetry in generation budget is implicit in the agent design (Section 3.2: 4,000 seed ideas, ~200 after deduplication) but is not discussed as a limitation of the comparison—the paper presents the AI agent's overgenerate-and-filter approach as a feature of the system rather than as an asymmetry in the experimental design. Table 3 shows human ideas averaged 902 words (SD 253.5) vs. AI ideas at 1,186 words (SD 233.7 for AI Ideas condition), a ~30% length difference that may reflect the AI's ability to generate more detailed proposals from the seed expansion process.
Mitigation status. The paper acknowledges the human baseline quality concern in the discussion and proposes a future experiment comparing AI ideas to accepted papers at EMNLP 2024 (Section 10, Question 1), which would provide a baseline of expert ideas developed over longer timeframes and vetted through peer review. The pre-registration of this follow-up study (https://osf.io/z6qa4) adds credibility. However, the current paper's headline finding does not carry the qualification "compared to time-constrained expert output" in the abstract, which could mislead readers who do not examine the baseline characteristics carefully. This is a partially acknowledged limitation where the acknowledgment exists but is not integrated into the main claim.
Limitation 3: Scope Is Restricted to Prompting-Based NLP Research on Seven Topics With a Single Model Family
The assumption or constraint. The entire study is conducted on seven specific NLP prompting topics (Bias, Coding, Safety, Multilingual, Factuality, Math, Uncertainty) derived from the COLM conference Call for Papers, all using Claude-3.5-Sonnet as the backbone model for the AI agent. The paper explicitly acknowledges this scope constraint (Discussion, Question 3): "The scope of our study is limited to prompting research ideas within NLP. We chose this design to facilitate the next phase of our execution experiment, where we prefer research ideas that are less resource-demanding and can be executed relatively quickly." The paper suggests that "the evaluation protocols we established should be applicable to other research domains as well, although the conclusions could be different depending on the research fields."
The consequence. This scope constraint creates two distinct uncertainty problems. First, task generalizability: prompting-based NLP research has characteristics that may make it unusually amenable to LLM ideation—it operates within a well-defined paradigm (prompt engineering), uses standardized evaluation benchmarks (GSM8K, HotpotQA, FLORES, etc.), and requires minimal infrastructure beyond API access. These characteristics mean that an LLM trained on vast amounts of NLP literature may have particularly good "coverage" of the relevant idea space. In research domains where the literature is sparser, the experimental paradigms are less standardized, or the required background knowledge is more specialized (e.g., theoretical machine learning, computational neuroscience, climate modeling), the LLM's ideation advantage might shrink or disappear. Second, model generalizability: all AI ideas are generated by Claude-3.5-Sonnet. The novelty advantage, the diversity bottleneck (Figure 4), and the evaluation unreliability (Table 11) may be specific to this model's training data, architecture, or decoding behavior. Other models—GPT-4, Gemini, open-source models like LLaMA-3—might exhibit different ideation characteristics, but the paper provides no comparative data.
What evidence exists in the paper. The per-topic score breakdowns (Figure 5, Appendix O) provide some within-scope variation, showing that the novelty advantage direction is consistent across all seven topics, though per-topic sample sizes are too small for statistical significance (4–11 ideas per topic per condition; Table 4). The paper does not report whether the diversity bottleneck (Figure 4) varies by topic—the curves are "averaged across all topics." The ICLR validation data for the pairwise ranker (Table 1) uses submissions from a different venue and a broader set of LLM-related topics, providing weak evidence of cross-domain transfer, but the LLM evaluator performance drops substantially from the ICLR validation (71.4% accuracy) to the ideation evaluation task (53.3% balanced accuracy; Table 11), suggesting domain specificity in evaluation capability.
Mitigation status. The paper is transparent about scope (Section 10, Question 3) and frames it as a deliberate choice to enable the follow-up execution study. The pre-registered EMNLP 2024 comparison (comparing AI ideas to accepted papers on 23 EMNLP topics) will provide evidence about generalizability across a wider range of NLP topics. However, generalizability to non-NLP domains and to other model families is not addressed and is left to future work. A practitioner in computer vision, robotics, or scientific discovery cannot assume the findings transfer without domain-specific validation.
Limitation 4: LLM Evaluators Are Unreliable—Creating a Circular Bottleneck in the Overgenerate-and-Rank Paradigm
The assumption or constraint. The ideation agent's pipeline depends fundamentally on the LLM ranker to select the best ideas from the generation pool—without reliable ranking, the overgenerate step cannot deliver high-quality outputs to the review stage. The paper validates the ranker on ICLR 2024 submissions (71.4% pairwise accuracy at distinguishing accepted from rejected papers; Section 3.3) and deploys it via a Swiss tournament (N = 5 rounds) to rank ~1,400 generated proposals. However, the paper's own analysis (Section 7.2, Table 11) subsequently demonstrates that LLM evaluators cannot reliably judge research ideas: Claude-3.5 Pairwise achieves only 53.3% balanced accuracy at distinguishing top-quartile from bottom-quartile ideas, below the human inter-reviewer consistency of 56.1% and substantially below the 71.9% human consistency on ICLR submissions.
The consequence. This creates a circular bottleneck: the overgenerate-and-filter paradigm requires a reliable filter, but the paper demonstrates that the filter is unreliable. The practical consequence is visible in the 35% overlap between the AI Ideas condition and the AI Ideas + Human Rerank condition (Table 12)—only 17 of 49 ideas appear in both sets, meaning the LLM ranker and the human expert disagree on nearly two-thirds of what constitute "top ideas." Furthermore, the AI Ideas + Human Rerank condition consistently outscores the AI Ideas condition across all metrics in Tables 7–9 (e.g., overall score 5.34 vs. 4.85 in Test 1, excitement 5.46 vs. 5.19), indicating that the LLM ranker is systematically leaving quality on the table. A deployed system that relies solely on LLM ranking would therefore produce measurably worse outputs than one with human curation. This bottleneck cannot be overcome by generating more ideas (Limitation 2 documents why diversity plateaus) or by using a different LLM evaluator (Table 11 shows none of the tested configurations exceed 53.3% accuracy). The implication is that fully automated ideation pipelines are fundamentally limited by evaluation capability, not by generation capability—a finding that the paper demonstrates but does not resolve.
What evidence exists in the paper. Table 11 provides the core evidence: Claude-3.5 Pairwise at 53.3% vs. human consistency at 56.1%. Table 12 quantifies the disagreement between LLM ranker and human expert (35% overlap). Tables 7–9 show the consistent score gap between AI Ideas and AI Ideas + Human Rerank. Section 7.2 discusses the broader implications for LLM-as-judge in research evaluation. The ICLR validation data (Table 1) shows that the ranker performs better on the ICLR task (71.4% accuracy, clear top-vs-bottom separation), suggesting the evaluation difficulty is domain-specific and the ideation task is harder.
Mitigation status. The paper partially mitigates this limitation for its own study by introducing the AI Ideas + Human Rerank condition, which uses human curation to extract the best ideas from the generation pool. This establishes an upper bound on AI ideation quality but does not solve the automation problem—a deployed system cannot rely on the first author manually reranking ideas. The paper identifies LLM evaluation reliability as an open problem (Section 10, implicitly) and provides evidence that better evaluation is needed, but does not propose or test solutions (e.g., training specialized evaluator models on ideation data, developing hybrid human-AI ranking pipelines, or identifying subsets of evaluation criteria where LLMs perform better). A practitioner building an automated ideation system faces the unresolved challenge that the system's output quality is bottlenecked by a component demonstrated to be unreliable, with no clear path to improvement beyond adding human oversight—which reintroduces the scalability bottleneck that automation was meant to solve.
Limitation 5: Idea Quality Is Measured by Expert Judgment Alone, Not by Execution Outcomes—Leaving the Practical Significance Unresolved
The assumption or constraint. The paper's evaluation stops at expert review of written proposals, explicitly acknowledging that "Ideas that sound novel and exciting might not necessarily turn into successful projects" (Section 10, Question 2). The correlation analysis (Table 10) reveals a structural feature of reviewer behavior: overall scores are driven primarily by novelty (r = 0.725) and excitement (r = 0.854), with feasibility having near-zero correlation (r = 0.097). This means the study's primary outcome measure—review scores—rewards the dimension on which AI excels (novelty) and largely ignores the dimension on which AI shows directional weakness (feasibility). The qualitative review analysis (Section 8.1) catalogs specific feasibility failures of AI ideas: being too vague on implementation details, misusing datasets, missing or inappropriate baselines, making unrealistic assumptions, being too resource-demanding, and not adequately following existing best practices.
The consequence. The paper's headline finding—AI ideas are more novel—may not translate to better research outcomes if the novelty advantage is offset by feasibility problems that emerge during execution. A highly novel but infeasible idea produces no publishable results; a moderately novel but highly feasible idea may yield a solid paper. The study design cannot distinguish between these scenarios. The execution agent pilot (Appendix Y) provides suggestive evidence that this gap is real: of 30 AI-generated safety ideas and 30 factuality ideas that the agent attempted to implement, only 5 and 1 respectively showed the proposed method outperforming baselines (Table 18). Manual inspection revealed implementation errors that would mislead if results were taken at face value—for example, a keyword-based baseline that any LLM method would trivially beat, or evaluating the wrong task entirely (sentiment classification accuracy instead of adversarial prompt detection). While the execution agent's failures are partly due to implementation quality rather than idea quality, they demonstrate that the path from "promising idea" to "working system" is long and failure-prone, and that the idea evaluation stage may systematically undervalue characteristics (feasibility, implementability, robustness to practical constraints) that determine whether an idea succeeds in practice.
What evidence exists in the paper. Table 10 (feasibility-overall correlation r = 0.097) provides quantitative evidence that reviewer judgments discount feasibility. Section 8.1 catalogs feasibility failures of AI ideas from free-text reviews. Appendix Y (Table 18) provides the execution agent pilot data showing low success rates. The paper's qualitative analysis of human ideas (Section 8.1) identifies the mirror pattern: human ideas "sometimes prioritize feasibility and effectiveness rather than novelty and excitement," with reviewers noting "I don't think this will be a groundbreaking finding, but it will probably work." The paper acknowledges this limitation explicitly in the Discussion (Question 2): "In the next phase, we will recruit researchers to execute some AI and human-generated ideas into full projects. This will enable reviewers to assess the complete experimental outcomes, providing a more reliable basis for evaluation."
Mitigation status. The paper treats this as a motivation for future work rather than a limitation of the current findings. The follow-up execution study—where researchers implement and evaluate both human and AI ideas—is described as already planned and open for sign-up (https://tinyurl.com/execution-study). However, for the current paper, the gap between idea evaluation and project outcomes means the practical significance of the novelty advantage remains unresolved. A practitioner deciding whether to integrate LLM ideation into their research workflow needs to know not just whether the ideas sound better to reviewers, but whether they work better when executed. The current study cannot answer this question, and the execution pilot suggests the answer may be sobering—only ~17% (6/35) of implemented AI ideas showed improvement over baselines, and even this figure is unreliable due to implementation errors. The paper's contribution is to establish that AI ideas are judged as more novel; whether this judgment translates to more successful research projects is left as an open question.
7. Implications and Future Directions
How This Work Changes the Landscape
This paper shifts the conversation around AI-assisted research from "can we build autonomous research agents?" to "how do we rigorously evaluate whether those agents actually work?" The conceptual contribution is not a new method but a new evaluation regime—a demonstration that large-scale, confounder-controlled, statistically rigorous human comparison is feasible for a task as subjective as research ideation. This matters because it changes the evidentiary standard the field should demand.
Before this work, the dominant approach to evaluating LLM research ideation was to build a system, generate some ideas, and either (a) show them to a few expert colleagues, (b) have an LLM judge score them, or (c) constrain the evaluation to a narrow benchmark with predefined correct answers. Each of these approaches individually seemed reasonable given the genuine difficulty and expense of expert evaluation. Collectively, they meant the field's motivating question—can LLMs generate novel, expert-level research ideas?—remained unanswered. The paper demonstrates that this answerability was a failure of methodology, not a fundamental impossibility. By spending a year recruiting over 100 qualified NLP researchers, designing a three-way confounder control system (topic matching, template standardization, style normalization), and collecting nearly 300 blind reviews, the paper establishes that the evaluation problem is solvable—expensive, but solvable.
This is analogous to how benchmark datasets like ImageNet or GLUE transformed their respective fields: the primary contribution is a shared evaluation protocol that enables meaningful comparison. The paper's templates, review forms, style normalization prompts, and statistical analysis approach provide a replicable infrastructure that other researchers can adopt. Future work that claims LLMs can generate novel research ideas will need to contend with the standard this paper sets—either by replicating its protocol, improving upon it, or explicitly arguing why a lighter-weight evaluation is sufficient for their specific claims.
The paper also reframes what "better" means for AI ideation. The finding that AI ideas are judged as more novel (5.64 vs. 4.84, p < 0.05; Table 7) but directionally less feasible (6.34 vs. 6.61, not significant) is not simply a scorecard—it identifies a structural complementarity between human and AI creativity. Human experts, grounded in practical constraints and implementation experience, produce ideas that are feasible but often incremental. LLMs, unencumbered by these constraints, range more freely and produce ideas that are novel but often infeasible. This reframing moves the conversation from "can AI replace human researchers?" to "how should human and AI creativity be combined?" The AI Ideas + Human Rerank condition's consistent outperformance of both pure conditions (e.g., overall score 5.34 vs. 4.85 for AI Ideas and 4.68 for Human Ideas in Test 1; Table 7) provides preliminary evidence that the combination—LLM generation with human curation—outperforms either alone.
The paper resolves a latent tension in prior work. Studies of LLM creativity in other domains have reached conflicting conclusions: Chakrabarty et al. (2024) found AI writing less creative than human writing; Anderson et al. (2024) found LLMs homogenize human ideation; Ashkinaze et al. (2024) found mixed effects of AI exposure on creativity. These conflicts reflected, in part, different evaluation protocols, different tasks, and different baselines. By providing a standardized protocol for one specific domain (research ideation), the paper demonstrates that these conflicts are not necessarily contradictions—they reflect the sensitivity of creativity evaluation to methodology. The paper's finding that LLMs can be more novel on one dimension while less grounded on another suggests that prior studies may have been measuring different aspects of creativity with different instruments, and that a multi-dimensional evaluation framework is necessary.
The paper also identifies the diversity bottleneck (Figure 4) as a hard limit on inference-time scaling for creative tasks. The overgenerate-and-filter paradigm—generating thousands of candidates and selecting the best—works for tasks with clear correctness criteria because more samples increase the probability of hitting a correct solution. For creative tasks where the goal is novelty rather than correctness, the paper shows that this paradigm breaks down: the LLM converges to a finite repertoire of idea templates, and additional generation produces variations on these templates rather than genuinely new ideas (~200 unique ideas from 4,000 generations, a 95% duplication rate). This finding redirects research attention from "generate more" to "generate differently"—improving diversity through better training, explicit diversity objectives, or multi-model ensembles rather than simply scaling inference compute.
Finally, the paper provides the first rigorous evidence that LLMs cannot reliably evaluate research ideas (Table 11), with the best LLM evaluator (Claude-3.5 Pairwise) achieving 53.3% balanced accuracy vs. human inter-reviewer consistency of 56.1%. This finding challenges the growing practice of using LLM-as-judge for evaluating creative or subjective outputs in research agent papers. It demonstrates that even when LLM evaluation appears promising on one task (71.4% accuracy on ICLR acceptance prediction), the capability does not transfer to related but more subjective tasks. The implication is that fully autonomous research pipelines—where AI both generates and evaluates ideas—are currently bottlenecked by evaluation, not generation. Improving idea evaluation is at least as important as improving idea generation, and relying on LLM evaluators creates a ceiling on what automated pipelines can achieve without human oversight.
Follow-Up Research This Work Enables
Characterizing whether the novelty advantage survives execution. The paper's headline finding—AI ideas are judged as more novel—is based on expert review of written proposals. The correlation analysis (Table 10) reveals that overall scores are driven by novelty (r = 0.725) and excitement (r = 0.854) but not feasibility (r = 0.097), meaning the study's primary outcome measure rewards the dimension where AI excels and discounts where it struggles. The execution agent pilot (Appendix Y, Table 18) provides suggestive evidence that this gap matters: only ~17% of implemented AI safety and factuality ideas showed improvement over baselines (5/30 and 1/30 respectively), and manual inspection revealed implementation errors that inflated apparent success. The paper's pre-registered follow-up study—recruiting researchers to execute both human and AI ideas into full projects—directly addresses this gap. A strong follow-up would measure not just whether AI ideas score higher on novelty during review, but whether they produce more publishable results, stronger empirical findings, or more citations when executed. Even a null result here would be informative: if AI ideas' novelty advantage evaporates upon execution (because infeasibility, vague implementation details, or unrealistic assumptions prevent successful completion), it would fundamentally qualify the paper's headline finding and suggest that idea evaluation without execution is measuring something other than research potential.
Developing and validating cheap, reliable difficulty estimation for research ideation. The paper's human baseline required substantial investment: 49 expert researchers compensated 1,000 bonus for top-5 ideas), a 10-day writing window, and post-hoc style normalization. Replicating this protocol for every new model, domain, or ideation method would be prohibitively expensive. A critical practical question is whether lighter-weight proxies can substitute for full-scale expert evaluation without sacrificing validity. Candidates include: (a) LLM evaluators with specialized fine-tuning on ideation data (the paper shows zero-shot LLM evaluation fails; fine-tuning on expert review data might close the gap); (b) smaller panels of expert reviewers with structured deliberation (the paper uses 2–4 independent reviewers per idea; a panel of 3–5 reviewers who discuss and reach consensus might achieve higher reliability at lower total cost); (c) automated metrics that correlate with expert judgments (the paper identifies novelty as the dimension where AI excels and feasibility as the weakness; a metric that captures both dimensions might predict overall expert judgment). The paper's release of all review scores (https://github.com/NoviScl/AI-Researcher) enables training and validating such proxies. A strong follow-up would train a proxy evaluator on the paper's review data, validate it on the pre-registered EMNLP 2024 comparison (Section 10, Question 1), and measure whether the proxy can reproduce the paper's core findings (AI novelty advantage, human-AI complementarity) at a fraction of the cost.
Analyzing whether the diversity bottleneck is model-specific, prompt-specific, or fundamental. The paper's diversity analysis (Figure 4) uses a single model (Claude-3.5-Sonnet), a single generation prompt, and a single deduplication threshold (cosine similarity 0.8 on all-MiniLM-L6-v2 embeddings). Each of these choices could affect the observed plateau. A systematic follow-up would vary: (a) model family—does GPT-4, Gemini, or LLaMA-3 show different diversity characteristics? If diversity plateaus at different levels or after different numbers of generations across models, the bottleneck is model-specific and could be addressed by model improvement or ensembling; if all models plateau similarly, the bottleneck is more likely fundamental to current LLM architectures. (b) Generation temperature and sampling strategy—the paper does not report decoding parameters. Higher temperature or nucleus sampling might increase diversity but potentially reduce idea quality. There may be a diversity-quality tradeoff that the paper does not explore. (c) Deduplication methodology—the paper uses embedding cosine similarity, which captures semantic similarity but might conflate genuinely distinct ideas that share similar vocabulary. Human annotation of idea pairs as "distinct" vs. "duplicate" at various similarity thresholds would calibrate the deduplication metric and establish whether the 95% duplication rate reflects genuine redundancy or an overly aggressive threshold. (d) Topic breadth—the paper studies seven prompting topics. A follow-up could study whether the diversity bottleneck is tighter for narrow topics (where the idea space is genuinely limited) vs. broader research areas, establishing whether the plateau is a property of the model or of the constrained ideation task.
Stress-testing whether human reranking can be replaced by improved LLM ranking, or whether human curation is irreducibly necessary. The paper demonstrates that the LLM ranker is unreliable (53.3% balanced accuracy, below human consistency of 56.1%; Table 11) and that human reranking recovers better ideas (AI+Rerank consistently outscores AI Ideas; Tables 7–9). But the human reranker in this study is the first author—someone with deep knowledge of the ideation pipeline, the topic space, and the evaluation criteria. A critical open question is whether LLM ranking can be improved to match expert curation, or whether there is irreducible human expertise required for identifying promising research ideas. Concrete experiments: (a) fine-tune a ranker on the paper's collected review data (298 reviews with scores and rationales), then test whether the fine-tuned ranker achieves higher agreement with aggregated human judgments than the zero-shot Claude-3.5 ranker; (b) decompose the ranking task—can LLMs reliably identify clearly bad ideas (bottom quartile) even if they struggle with fine-grained ranking of good ideas? If so, LLM pre-screening followed by human curation of a smaller pool might achieve near-human quality at substantially reduced cost; (c) test whether providing the LLM ranker with the same information human reviewers received—the review criteria with anchored scales, the free-text rationales, the familiarity and confidence self-ratings—improves its agreement with human judgments. If improved prompting or fine-tuning can close the gap between LLM and human ranking, the overgenerate-and-rank paradigm becomes more viable for autonomous systems. If the gap persists despite these interventions, it suggests that evaluating research ideas requires forms of expertise and judgment that current LLMs fundamentally lack, and that human-in-the-loop curation is necessary for extracting value from LLM ideation.
Extending the evaluation protocol to non-prompting research domains and non-NLP fields to map the generality of the novelty advantage. The paper's scope is deliberately narrow: seven prompting-based NLP topics. The pre-registered EMNLP 2024 comparison will extend this to 23 broader NLP topics, but remains within NLP. A natural follow-up would apply the same evaluation protocol—standardized template, style normalization, blind expert review—to research ideation in other domains: (a) computer vision (e.g., novel architectures, training strategies, or evaluation methods); (b) machine learning theory (e.g., new generalization bounds, optimization guarantees); (c) scientific applications (e.g., protein design, climate modeling, materials discovery). The key question is whether the LLM's novelty advantage depends on the domain's characteristics—in particular, whether domains with more standardized experimental paradigms, more accessible literature, and more template-like idea structures favor LLMs, while domains requiring deeper theoretical insight, more specialized knowledge, or less codified evaluation criteria favor humans. A finding that the novelty advantage scales with domain "templatability" would suggest that LLM ideation is most useful for routine or incremental research and less useful for paradigm-shifting work. Conversely, if the advantage persists across diverse domains, it would strengthen the case for LLMs as general-purpose research ideation tools.
Investigating whether LLM ideation can be integrated into real research workflows without homogenizing the research community's output. The paper identifies idea homogenization as a risk (Section 11): "wide adoption of LLMs can result in idea homogenization, where the generated ideas only reflect a narrow set of perspectives or have systematic biases." The diversity bottleneck (Figure 4) provides a mechanistic basis for this concern—if all researchers use similar LLMs to generate ideas, and those LLMs converge to a finite set of idea templates, the research community's collective output might narrow. This is a sociotechnical question that requires studying LLM ideation in situ: if a research group adopts an LLM ideation tool, does the diversity of their research output increase (because LLMs surface ideas the researchers wouldn't have thought of) or decrease (because the LLM's narrow idea distribution constrains their thinking)? An experiment could assign research groups to either an LLM-assisted ideation condition or a control condition, track the ideas they develop over several months, and measure both the novelty and diversity of their output using a combination of automated metrics and expert evaluation. This is methodologically challenging—it requires longitudinal tracking, control groups, and careful measurement of idea diversity—but directly addresses the paper's concern about homogenization. A negative result (LLM assistance reduces diversity) would motivate work on diversity-preserving ideation tools; a positive result (LLM assistance increases diversity without reducing novelty) would strengthen the case for deployment.
Practical Applications and Downstream Use Cases
Conference program committees integrating LLM ideation into the review process for calibration and consistency assessment. The paper's finding that AI ideas are judged as more novel than human expert ideas on average (5.64 vs. 4.84; Table 7) has a concrete application for conference reviewing: AI-generated ideas can serve as calibration anchors in reviewer training. Before reviewing real submissions, reviewers could evaluate a set of AI-generated ideas with known review score distributions, helping them calibrate their standards for novelty, feasibility, and excitement. The paper's detailed anchoring descriptions for each score level (Appendix E; e.g., novelty 6 = "reasonably novel—there are some notable differences from existing ideas and probably enough to turn into a new paper") combined with AI-generated exemplars at each level could reduce reviewer variance. The mixed-effects models (Table 17) show that reviewer variance (0.803 for novelty) exceeds idea variance (0.412)—meaning differences between reviewers account for more score variability than differences between ideas—which is precisely the problem that calibration could address. Program chairs for NLP conferences could adopt the paper's review form, generate AI ideas as calibration examples, and measure whether reviewer consistency improves relative to baselines like the NeurIPS 2021 consistency experiment (66.0% balanced accuracy; Table 11).
Research labs using LLM ideation as a brainstorming amplifier with human-in-the-loop curation. The paper's demonstration that AI Ideas + Human Rerank outperforms both pure AI and pure human conditions (Tables 7–9) suggests a practical workflow for research groups: use an LLM to generate a large pool of candidate ideas (exploiting its novelty advantage), then have human experts curate, refine, and ground the most promising candidates (adding the feasibility that LLMs lack). A lab preparing for a new project cycle could run the paper's ideation agent on a set of topics relevant to their research agenda, generate ~200 unique ideas per topic (following the deduplication protocol), have lab members rank or score the ideas based on their domain expertise, and develop the top candidates into full projects. The paper provides a concrete cost model: the ideation agent generates 4,000 seed ideas per topic (~200 unique after deduplication) using Claude-3.5-Sonnet API calls; the human curation step requires expert time comparable to reviewing (~32 minutes per idea; Table 6). For a lab exploring 5 research topics, this would mean generating ~1,000 unique candidate ideas and having lab members evaluate perhaps 50–100 of the most promising ones—a few person-days of reviewing effort to explore an idea space that would take months to generate manually. The key risk—that AI ideas are infeasible or poorly grounded—is mitigated by the human curation step, which the paper shows recovers better ideas than LLM ranking alone.
Conference program committees and publishers developing AI-use disclosure standards informed by measured capabilities rather than speculation. The paper's ethics section (Section 11) raises concerns about "a deluge of submissions that lack depth or intellectual merit" if researchers use LLMs to generate paper ideas without substantive human contribution. The paper's findings provide evidence-based boundaries for such policy discussions: (a) AI ideas are more novel but less feasible, suggesting that AI-generated submissions might be identifiable by a characteristic signature—high novelty scores paired with vague implementation details, missing baselines, or unrealistic assumptions (the failure modes cataloged in Section 8.1); (b) AI ideas + human reranking outperforms pure AI, suggesting that disclosure requirements combined with demonstration of substantive human contribution (e.g., the human author must describe how they refined the AI-generated idea, what feasibility challenges they addressed, what baselines they added) could distinguish responsible AI use from low-effort generation; (c) the paper's review form and reviewer training materials could be adapted by venues to help reviewers identify and appropriately evaluate AI-assisted submissions—for instance, by including specific guidance on what constitutes "sufficient human intellectual contribution" and by flagging common AI idea failure modes. The EMNLP 2024 comparison (comparing AI ideas to accepted papers on the same topics) will provide additional evidence on whether AI-generated ideas can already pass peer review undetected, which would strengthen the case for disclosure policies.
AI research tool companies building ideation assistants that explicitly scaffold the human-AI complementarity demonstrated in the paper. The paper's core finding—LLMs excel at novelty, humans at feasibility—suggests a specific product design: an ideation tool that separates the divergent and convergent phases of research thinking, using LLMs for divergent generation (producing many novel candidate ideas) and structured human input for convergent filtering (evaluating feasibility, adding implementation details, identifying missing baselines). The tool could: (a) generate candidate ideas using the paper's RAG + overgeneration pipeline, calibrated to produce ~200 unique ideas per topic; (b) present ideas to researchers with the paper's review criteria (novelty, feasibility, excitement, effectiveness) and anchored scales, allowing structured evaluation; (c) for ideas rated highly on novelty but low on feasibility, prompt the LLM to generate specific feasibility improvements (e.g., "identify three concrete datasets that could be used to evaluate this idea," "suggest appropriate baselines from the literature," "identify assumptions in the proposed method that may not hold in practice"); (d) maintain a log of human modifications to AI-generated ideas, enabling intellectual credit attribution and demonstrating the human contribution for disclosure purposes. The paper's release of agent implementation code and review scores enables building such a tool on the demonstrated pipeline rather than starting from scratch. The target users would be researchers who are domain experts but may not be prolific idea generators—junior PhD students exploring dissertation topics, researchers entering new subfields, or interdisciplinary teams where domain knowledge exists but idea generation benefits from external stimulation.