ScientistOne: Autonomous Research Agent
- ScientistOne is an autonomous research agent designed to produce verifiable scientific manuscripts by systematically tracing every claim through a Chain-of-Evidence framework.
- It integrates three stages—literature grounding, discovery engine, and paper writing—to ensure every scientific claim is supported by traceable, structured artifacts.
- The system achieves state-of-the-art audit results with zero hallucinated references and high method-code alignment on rigorous research benchmarks.
ScientistOne is an autonomous research agent designed to produce verifiable, professional-grade scientific manuscripts by systematically maintaining provenance for every scientific claim via the Chain-of-Evidence (CoE) framework. Addressing systematic verifiability failures observed in prior autonomous research systems—such as hallucinated citations, unreproducible scores, and mismatches between described methods and code implementations—ScientistOne provides an end-to-end architecture that grounds claims at every pipeline stage, from literature review through solution discovery to publication. This integration results in outputs that are not only competitive on challenging research benchmarks but are also systematically auditable for claim integrity, provenance, and reproducibility (Meng et al., 25 May 2026).
1. Chain-of-Evidence Framework
At the core of ScientistOne’s design is the Chain-of-Evidence (CoE) framework, which establishes a formal requirement for every scientific claim to be traceable through a chain of intermediate artifacts—such as code, log files, or bibliographic records—to an external, verifiable source.
- Claim Types: Each claim is a tuple , with in citation, numerical, methodological, conclusion.
- Evidence Chain: For each claim , the system constructs an evidence chain , where is a grounding artifact and each references its predecessor via a provenance mapping 0.
- CoE Standard: Required evidence-chain structure varies by claim type:
- Citation claims → real paper records in scholarly indices.
- Numerical claims → evaluator output logs.
- Methodological claims → code functions or modules.
- Conclusion claims → explicit logical steps referencing traceable numerical or methodological claims.
ScientistOne enforces the CoE standard both during generation and via a dedicated verification phase before final manuscript output.
2. ScientistOne System Architecture
ScientistOne comprises three tightly integrated stages, each producing structured, provenance-rich artifacts to enforce systematic verification throughout the research process. The high-level pipeline is as follows:
- Stage 1: Literature Grounding (Problem Investigator)
- Inputs: topic keywords and 2–4 seed papers.
- Actions: citation graph expansion (2 hops, up to 100 full-text downloads via Semantic Scholar API), relevance-based filtering.
- Output: Experiment Brief—includes method taxonomy, baselines, metrics, ablation plans, and full bibliographic provenance.
- Stage 2: Discovery Engine
- Candidate approach generation via an ideator agent, scored for novelty and feasibility.
- Parallel Explore–Exploit (PEE): maintains multiple search branches with iterative solver evaluations and ablation testing.
- Output: solver code, execution logs, evaluator scores, and ablation study results.
- Stage 3: Paper Writing & Claim Verification
- Structured research representation (markdown with embedded evidence tags) produced via LLM calls.
- Automated checks: claim-to-artifact validity, citation existences, baseline traces.
- Iterative LLM critic-and-resolve sub-stages for claim consistency, absence of contradictions, and logical calibration.
- Final composition into LaTeX, followed by per-claim verification: numerical claims versus logs, citation existence, and code-method coherence.
The output manuscript only advances if all claims are sourced and supported per the CoE protocol (Meng et al., 25 May 2026).
3. Algorithms and Verifiability Protocols
ScientistOne’s algorithms are explicitly constructed to guarantee that solver performance, methodological description, and reported results are verifiable at granular detail.
- Discovery Optimization Objective: Seeks
1
subject to absence of specification violations as determined by a filter for rule-breaking behaviors.
- Parallel Explore–Exploit (PEE): Iteratively maintains a candidate set of solution branches, evaluating and pruning to top-performing, non-violating candidates.
- Integrity Audit Checks:
- I1: Score Verification: 2 with 3 accounting for evaluator noise.
- I2: Specification Violation: LLM-judged code compliance with task rules via majority consensus.
- I3: Reference Verification: Bibliography entries verified via API queries to multiple indices (Semantic Scholar, arXiv, CrossRef, OpenAlex).
- I4: Method–Code Alignment: LLM-based judgment of correspondence between methods section and codebase.
ScientistOne achieves perfect integrity audit results on core ADRS benchmarks: zero hallucinated references (4), 100% score verification (5), and 93% method–code alignment (6) (Meng et al., 25 May 2026).
4. Experimental Evaluation and Benchmark Results
ScientistOne has been evaluated against multiple autonomous research agents and human baselines on the ADRS suite (Prism, Cloudcast, EPLB, LLM-SQL, TXN), as well as on generalization tasks from MLE-Bench and Parameter Golf.
- Integrity Audit: Only ScientistOne achieved zero hallucinated references and perfect reproducibility scores across all evaluated papers. Method–code alignment was highest among all compared systems.
- Solver Performance: ScientistOne matched or exceeded the best human or agent baselines on all five ADRS tasks, setting new records on Cloudcast (618.1 vs. human 626.2, lower is better) and EPLB (0.1461 vs. 0.1265, higher is better).
- Automated Peer Review: Using LLM-based ScholarPeer, ScientistOne scored the highest in soundness and achieved a threefold higher accept rate (6/15 vs 2/15 for closest baseline).
- Generalization: Without supplementary tuning, ScientistOne succeeded on six diverse tasks, including two gold medals on high-difficulty MLE-Bench challenges and achieving state-of-the-art solutions under constrained settings (e.g., Parameter Golf, 1.0600, meeting size constraints).
All other baseline autonomous agents showed at least one systematic integrity failure, typically combining unreproducible numerical results, hallucinated citations (up to 21%), or method–code misalignment (20–80%) (Meng et al., 25 May 2026).
5. Integration with Persistent Identity and Profiling
ScientistOne is registered and managed through the AICID (AI Contributor IDentifier) system, which provides an ORCID-modeled, persistent identifier for transparent provenance tracking.
- AICID Metadata Example (for ScientistOne):
- agent_name: "ScientistOne"
- agent_type: "autonomous-agent"
- model_name: "GPT-4"
- model_version: "4.0.1"
- operator_orcid: "0000-0002-3456-7890"
- aicid: "AICID-1234-5678-9012-3456"
- Workflow: On paper submission, both ORCID and AICID are required. Publisher systems resolve AICID metadata to expose the model, version, and operator. Downstream bibliographic databases tag AI-generated works, enabling accurate bibliometrics and provenance-aware search (Vidal et al., 27 Jun 2026).
ScientistOne also supports automated profiling for its operator and model via LLM-based methods. Benchmarked on PubMed data, MeSH-term–based summaries (using GPT-4o-mini) yielded high readability (93.44% rated "Good/Excellent") and moderate semantic similarity to human-written profiles (BERTScore F1 ≈ 0.542), while remaining cost-efficient and easily refreshed (Liang et al., 19 Aug 2025). This infrastructure is recommended as the default for keeping ScientistOne research profiles up to date, with optional manual annotation.
6. Limitations, Open Challenges, and Future Directions
While ScientistOne systematically enforces evidence chains for quantitative, bibliographic, and methodological claims, some open problems remain:
- Citation Support: The current protocol verifies citation existence but not the entailment ("support") of claims by cited sources. Open-book NLI and more nuanced citation entailment checks are underexplored.
- Conclusion Claims: Qualitative claims and high-level conclusions are only checked for logical traceability, not for substantive semantic support, representing an area for further research.
- Domain Generalization: Although effective across a range of experimental and computational science tasks, extension to domains involving theoretical proofs, stochastic phenomena, or highly domain-specific knowledge may require new verification primitives or domain-specialized integrity audits.
The integration of ScientistOne into scholarly ecosystems continues, supported by persistent identity systems (AICID), verifiable profiling pipelines, and emergent best practices for autonomous agent participation in the research workflow. Its architectural commitment to inline verifiability and provenance represents a technical baseline for subsequent autonomous research agents (Meng et al., 25 May 2026, Vidal et al., 27 Jun 2026, Liang et al., 19 Aug 2025).