Command Palette
Search for a command to run...
아이디어에도 게놈이 있다: 과학적 계보 추론 및 계보 기반 아이디어 생성 벤치마킹
아이디어에도 게놈이 있다: 과학적 계보 추론 및 계보 기반 아이디어 생성 벤치마킹
초록
과학적 아이디어는 백지 상태에서 시작되는 경우가 거의 없다. 생물학적 게놈과 매우 유사하게, 기존 메커니즘을 계승하고 알려진 한계를 수정하며 이전 연구의 조각들을 재조합한다. 현재 벤치마크들은 AI 시스템이 이러한 계승 구조를 따를 수 있는지에 대해 거의 말해주지 않는다. 우리는 과학적 계보 추론 및 계보 기반 아이디어 생성을 위한 벤치마크인 IdeaGene-Bench(IG-Bench)를 제시한다. IG-Bench는 IdeaGene 프레임워크를 중심으로 구성된다: 각 논문이나 제안서는 최소한의 유형화되고 증거에 기반한 Idea Genome 객체들의 집합으로 표현되며, GenomeDiff는 이러한 객체들을 정렬하여 여섯 가지 작동적 진화 역학 하에서 계승, 변이, 소실, 외부 도입, 새로운 삽입을 기록한다. 이 벤치마크는 10개 과학 분야에 걸쳐 1,961개의 골든 계보 추적, 1,085개의 큐레이션된 Idea Genome 객체, 920개의 쌍별 GenomeDiff 기록을 포함한다. 이는 두 가지 평가를 지원한다. IG-Exam(42개 과제 유형, 1,029개 인스턴스)은 Idea Genome 추상화, 계승 추적, 진화적 추론, 계보 검증 전반에 걸친 폐쇄형 계보 추론을 테스트한다. IG-Arena는 계보 조건부 개체군 진화 점수(PES)를 통해 생성을 평가하며, 제안서가 주어진 계보 개체군의 일관된 후손으로 삽입될 수 있는지 묻는다: 올바른 Idea Genome 객체를 계승하고, 인접 연구와 의미 있게 다르며, 미래 연구를 위한 선택 가치를 제공해야 한다. 14개 LLM 기반 과학자에 대한 실험은 구성적 병목 현상을 드러낸다. 가장 강력한 시스템조차 계보 추론에서 27.3%의 정확한 정확도에 그쳤으며, 구조화된 계보 맥락은 모든 참가자에게 균일하게 도움이 되기보다 시스템 순위를 재편성한다.
One-sentence Summary
A team from Shanghai Jiao Tong University, Carnegie Mellon University, and other institutions introduces IdeaGene-Bench (IG-Bench), a benchmark that employs typed Idea Genome objects and GenomeDiff records to assess scientific lineage reasoning and lineage-grounded idea generation, finding that even the strongest LLM-based scientists achieve only 27.3% exact accuracy and that structured lineage context reshuffles rankings.
Key Contributions
- The IdeaGene framework represents scientific work as typed Idea Genome objects and uses GenomeDiff records to capture inheritance, mutation, loss, external import, and novel insertion under six evolutionary dynamics.
- IG-Bench contains 1,961 golden lineage traces, 1,085 curated Idea Genome objects, and 920 pairwise GenomeDiff records across 10 domains, and supports IG-Exam (42 task types for closed-form lineage reasoning) and IG-Arena (a lineage-conditioned Population-Evolution Score for idea generation).
- Experiments on 14 LLM-based systems show a compositional bottleneck, with the strongest model reaching 27.3% exact accuracy on lineage reasoning, and structured lineage context reshuffles system rankings rather than uniformly improving performance.
Introduction
LLM-based auto-research systems are typically evaluated on retrieval quality, factuality, writing fluency, or workflow competence, but these metrics overlook a critical question: when a proposal claims to extend a research direction, does it correctly inherit the parent mechanism, repair the stated limitation, and stay coherent with the lineage it builds on? Prior work treats scientific progress as topical proximity, so papers that share a task but not a mechanism can be conflated, and a generated idea can sound novel without carrying forward the core mechanism. The authors address this gap with the IdeaGene framework, which represents papers as typed Idea Genome objects and uses GenomeDiff records to trace inheritance, mutation, and other evolutionary dynamics. They instantiate it as IG-Bench, a benchmark with closed-form lineage reasoning tasks (IG-Exam) and a lineage-grounded generation arena (IG-Arena) scored by a heredity-variation-selection metric. Experiments on 14 systems show that plausible research text does not imply lineage competence: the best system reaches only 27.3% exact accuracy, and structured lineage context separates systems rather than uniformly helping them.
Dataset
The authors create IG-Bench, a benchmark built from curated scientific lineage traces. It consists of two evaluation subsets: IG-Exam for closed-form lineage understanding and IG-Arena for lineage-grounded idea generation.
-
Overall composition and sources IG-Bench contains 1,961 golden lineage traces spanning 10 scientific domains: NLP, computer vision, multimodal learning, biology, chemistry, physics, materials, medicine, and mathematics. These traces are derived from landmark and frontier papers in each domain. Within the traces, 1,085 Idea Genome objects capture typed paper components, and 920 pairwise GenomeDiff records annotate how ideas evolve between papers.
-
Key details for each subset
-
IG-Exam: 1,029 evaluation instances across 42 task types. Each instance is a tuple (capability axis, anonymized context, answer space, gold target, metadata). The four task families test reading a single Idea Genome, tracing inheritance across multiple objects, explaining a transition under GenomeDiff criteria, and verifying proposed lineage claims. Scoring uses strict exact match; a lineage answer is considered unreliable if it identifies the right parent but assigns the wrong driver or object fate.
-
IG-Arena: Used for pairwise battles in idea generation (details not expanded here).
-
Data construction and processing Construction proceeds in four stages:
- Seed collection – experts nominate landmark and frontier papers per domain.
- Trace expansion – candidate predecessors and successors are added through citation links, semantic search, and domain curation, yielding lineage traces of 3–7 papers.
- Genome extraction and diff alignment – multi-pass LLM-assisted extraction converts each paper into typed Idea Genome objects, which experts audit. Pairwise GenomeDiff records add object alignment, fate annotation, and driver labels.
- Benchmark-level audit – programmatic checks and held-out annotators verify schema validity, answer contracts, temporal consistency, anonymization leakage, and trace coherence.
Quality assurance involved 50 graduate annotators who validated GenomeDiff labels, IG-Exam difficulty through stratified human solving, and IG-Arena battles. Inter-annotator agreement on dynamics labels reached 84.7% before adjudication.
- How the paper uses the data IG-Bench is used purely for evaluation. IG-Exam measures a model’s ability to understand and reason about scientific lineage in closed-form tasks; IG-Arena evaluates open-ended idea generation grounded in lineage. No training split is derived from the benchmark; it serves as a reusable artifact to test lineage understanding and generation capabilities.
Method
The authors introduce IdeaGene, a framework designed to make the inheritance structure of scientific work explicit and auditable. At its core, IdeaGene operationalizes the metaphor of an evolutionary lineage, enabling systematic evaluation of how ideas are inherited, mutated, lost, or recombined across papers. The framework consists of three tightly coupled components: Idea Genome objects, a genome extraction operator, and GenomeDiff alignments. Together, they transform lineage reasoning from a subjective narrative into a structured, evidence-grounded process.
The foundation of the framework is the Idea Genome, a typed, minimal, and lineage-relevant idea object extracted from a paper or proposal. Formally, a paper p is represented as a set of Idea Genome objects:
G(p)={gi=(ti,zi,ei,ci)}i=1mp.
Each object gi carries a functional role type ti∈{niche,mechanism,observation,limitation,delta,claim}, a content description zi, an evidence pointer ei to the source text, and optional constraints ci. The role types encode the object's function in lineage reasoning: a niche defines the problem environment, a mechanism captures an inheritable method or design, an observation marks an empirical pattern, a limitation identifies a bottleneck, a delta specifies a design change relative to prior work, and a claim states the asserted outcome. This typing ensures that later alignment can distinguish, for example, an inherited mechanism from a repaired limitation.
Genome extraction is the abstraction operator E:p↦G(p) that converts a paper into its Idea Genome. Unlike general summarization, the operator is constrained by four requirements: each object must be typed, evidence-grounded (pointing to a specific span, figure, or equation), minimally self-contained (small enough to be independently inherited or lost, yet complete enough to express a single functional idea), and lineage-relevant (its presence, absence, or modification must affect whether a successor is a coherent descendant). This disciplined extraction produces an auditable representation that directly supports downstream alignment.
Given a predecessor ps and a successor pt, a GenomeDiff Δs→t aligns the Idea Genome objects of G(ps) to those of G(pt) by type and semantic role. Source objects are classified as INHERITED, MUTATED, or LOST, while unaligned target objects are labeled NOVEL or EXTERNAL. Each alignment record also captures the primary transition driver, the relation to the surrounding task or domain setting, and an evidence-backed rationale. The authors construct these records through LLM-assisted extraction followed by expert audit, ensuring reliability.
A critical distinction in the alignment is between lineage and co-location. Shared benchmarks, datasets, or community conventions form an EcologyContext that explains why papers occupy the same research environment, but they do not by themselves establish descent. Genome continuity—the inheritance of mechanism-level objects—is what constitutes a lineage claim. Shared setting without driver inheritance is treated as niche competition; inherited mechanisms moving into a new setting are treated as adaptive radiation.
Finally, the framework classifies GenomeDiff patterns into operational evolutionary dynamics. The primary check is driver inheritance: without evidence for it, the relation is considered co-located rather than lineal. When evidence is present, ambiguous cases are resolved by a fixed priority rule: Hybridization before Speciation, Speciation before Niche Competition, and Adaptive Radiation before Mutation when the setting shift is the driver. These categories provide a consistent vocabulary for evaluating scientific lineages without claiming to exhaust every possible pattern of development.
Experiment
The IG-Bench benchmark evaluates AI scientists through IG-Exam (closed-form lineage understanding) and IG-Arena (lineage-grounded generation), using controlled information settings to isolate parametric ideation, paper-level context, and structured lineage context. IG-Exam reveals that lineage reasoning is compositionally difficult, with accuracy declining sharply from single-genome reading to full lineage verification, and tool scaffolds aid information gathering but not compositional consistency. IG-Arena shows that providing structured lineage improves proposal quality primarily by increasing heredity (grounding in parent mechanisms), while variation remains high across settings, and systems often produce plausible but lineage-incoherent ideas. Overall, the experiments indicate that paper-level evidence alone is insufficient, verification capability is tightly linked to generation quality, and current models overproduce surface plausibility relative to true lineage coherence.
IG-Bench is the only evaluation paradigm that represents ideas as an explicit Idea Genome, tracks evolutionary differences, and directly measures both understanding and generation. Prior paradigms operate on paper-level summaries, embeddings, or workflow traces, lacking a structured unit of idea inheritance. This gap motivates a benchmark that can distinguish lineage-grounded coherence from surface plausibility. IG-Bench uniquely provides an Idea Genome unit and explicit GenomeDiff tracking, unlike literature-grounded ideation (partial, implicit) and automated research agents (no fixed unit). Only IG-Bench evaluates both understanding and generation directly; other paradigms assess only factual or structural understanding, or generation without lineage grounding. Paper-level evidence and unordered summaries are insufficient to capture which idea components are inherited, mutated, or lost—lineage setting with GenomeDiff adds essential signal. Automated research agents lack a fixed unit of analysis and do not explicitly model differences, making their generation evaluation indirect.
Idea evolution can be classified into six dynamics based on whether a driver mechanism is inherited and whether the niche is shared. Lineage-grounded recombination, verified through GenomeDiff criteria, yields coherent population insertion, while current systems often produce plausible but lineage-incoherent ideas that lack proper inheritance of parent mechanisms. Adaptive radiation preserves a driver mechanism but applies it to a new task or domain, as seen when self-attention moved from token sequences to image patches. Hybridization combines driver objects from two distinct lineages, such as merging a CLIP-style visual encoder with an instruction-tuned language model. Lineage-setting Heredity strongly drives Population Insertion Score (PES), while Variation remains high across all dynamics, indicating that plausibility often outpaces coherent inheritance. Verification tasks that require identifying parent mechanisms and compatible Idea Genome objects are the hardest for systems, bridging understanding and generation quality. Retrieval-heavy research agents add little lineage-reasoning capability over a direct LLM, and multi-step pipelines can even reduce generation coherence.
The IG-Exam benchmark spans 42 task types and 1,029 instances across four capability axes: Genome Abstraction, Inheritance Tracing, Evolutionary Reasoning, and Lineage Verification. Lineage-grounded evaluation reveals that systems often produce plausible but lineage-incoherent proposals, with Heredity driving the gap in population insertion scores. Verification tasks prove hardest, and retrieval-heavy tool scaffolds amplify retrieval-dependent capabilities but leave compositional reasoning largely unchanged. T4 Lineage Verification tasks are the most challenging, requiring detection of intruders, wrong steps, missing links, citation conflicts, or parent mismatches. Lineage-conditioned PES gains, especially in Heredity, show that GenomeDiff structure carries signal beyond unordered paper summaries.
Lineage understanding remains extremely difficult for current systems, with the best direct model reaching only modest exact accuracy and tool-augmented harnesses providing limited gains. Improvements from tool scaffolding concentrate on retrieval-heavy subtasks like inheritance tracing, while compositional reasoning and verification—the capabilities most critical for generation—see little to no benefit. In open-ended generation, systems tend to produce plausible but lineage-incoherent ideas, as high variation persists while heredity drives the quality gap. The strongest direct LLM achieves 23.1% exact accuracy on IG-Exam, and the best tool-augmented harness reaches only 27.3%. Performance declines steeply from genome abstraction (T1) to lineage verification (T4), mirroring the added compositional burden. CLI harnesses substantially improve T2 Inheritance Tracing but show negligible gains on T3 Evolutionary Reasoning and T4 Lineage Verification. Research agents with retrieval-heavy workflows perform similarly to the base LLM, adding little lineage-reasoning capability. In generation, Heredity drives the PES gap while Variation stays high, indicating an overproduction of plausibility without lineage coherence.
IG-Bench evaluates idea evolution by representing ideas as an explicit Idea Genome and tracking differences via GenomeDiff, enabling direct measurement of both lineage-grounded understanding and generation. Experiments classify idea dynamics such as adaptive radiation and hybridization, and show that current systems often produce plausible but lineage-incoherent outputs, with Heredity driving the quality gap while Variation remains high. The IG-Exam benchmark spans four capability axes from genome abstraction to lineage verification, revealing that tool-augmented harnesses improve retrieval-heavy tasks but offer negligible gains on compositional reasoning and verification, and that the hardest verification tasks bridge understanding and generation quality. Overall, lineage understanding remains extremely challenging, and retrieval-heavy research agents add little lineage-reasoning capability beyond a direct LLM.