HyperAIHyperAI

Command Palette

Search for a command to run...

OmniScientist: 전양상 전학문 AI 과학자

Bobo Li Hao Fei Tianjie Ju Mong-Li Lee Wynne Hsu

초록

파운데이션 모델의 최근 발전으로 AI 과학자는 가설 생성과 코드 실행부터 원고 작성에 이르기까지 점점 더 완전한 연구 워크플로를 자동화할 수 있게 되었다. 그러나 워크플로의 포괄성만으로는 과학적 발견이 의존하는 전체 증거에 접근할 수 없다. 기존 시스템은 일반적으로 텍스트, 코드, 레이블 또는 사전 계산된 요약을 바탕으로 추론하므로, 과학적으로 결정적인 공간적·시간적·채널 간·절차적 관계를 에이전트가 활용할 수 없다. 본 논문에서는 이질적인 원시 증거로부터 직접 다학제 연구를 수행하는 종단 간 전양상 AI 과학자 OmniScientist를 소개한다. 지각 계층과 아이디어, 실험, 집필을 담당하는 3개의 자율 에이전트가 결정적 파이프라인 안에서 작동하여, 관측 결과가 연구 생애주기 전반에 걸쳐 연구 질문, 실험 결정, 최종 주장을 형성할 수 있게 한다. 아이디어, 엄밀성, 주장 검사를 코드로 실행함으로써 시스템은 신규성 선별, 통계적 타당성, 실행 출처, 수치 추적 가능성을 강제한다. 5개 학문 계열, 4개 과학적 증거 계열, 그리고 이미지, 신호, 오디오, 비디오, 3차원 구조, 궤적, 표, 수식, 그래프를 포함한 양상들에 걸친 36개의 실제 데이터 사례에서 OmniScientist를 평가한다. 이 시스템은 36개 사례 모두에서 원시 데이터부터 컴파일된 원고까지의 전체 경로를 완료하며, 참조 추론 백본을 사용했을 때 평균 종합 논문 점수 6.3을 달성한다. 사전 계산된 스칼라 특징만을 받는 블라인드 변형과의 짝 비교에서 직접 지각은 7개 평가 차원 모두를 개선하고 일대일 판정의 85%에서 승리한다. 이러한 결과는 생애주기 전반의 지각이 증거에 기반한 과학적 발견에 필수적이며, 광범위하게 유능한 AI 과학자를 향한 실용적 경로를 제공함을 보여준다.

One-sentence Summary

Researchers from the National University of Singapore and University of Oxford propose OmniScientist, an end-to-end omni-modal AI scientist that couples a perception layer with three autonomous agents for ideation, experiment, and writeup while enforcing novelty, validity, provenance, and traceability checks, achieving a mean overall paper score of 6.3 across 36 real-data cases and winning 85% of head-to-head comparisons against scalar-only perception.

Key Contributions

  • OmniScientist is an end-to-end, omni-modal AI scientist that conducts multidisciplinary research directly from heterogeneous raw evidence, including images, signals, audio, video, 3-D structures, trajectories, tables, formulae, and graphs.
  • A multimodal perception layer and three autonomous agents for ideation, experiment, and writeup operate in a deterministic, code-controlled pipeline, with idea, rigour, and claim checks enforcing novelty screening, statistical validity, execution provenance, and numerical traceability.
  • On 36 real-data cases spanning 5 discipline families, OmniScientist completes the raw-data-to-manuscript process in all cases, achieves a mean overall paper score of 6.3 with the reference reasoning backbone, and outperforms a blind precomputed-feature variant on all 7 evaluation dimensions, winning 85% of head-to-head judgments.

Introduction

Recent advances in foundation models have produced AI scientists that can automate much of the research workflow, from hypothesis generation and experiments to manuscript drafting, but these systems remain limited by how scientific evidence reaches them. They typically consume data through text, code, labels, or precomputed summaries, which can erase spatial, temporal, statistical, and procedural relations before inquiry begins. Existing multimodal scientific benchmarks also fix the observation and question in advance, while agent-based systems use perception only at isolated stages, so raw observations rarely redirect the study. The authors introduce OmniScientist, an end-to-end, omni-modal AI scientist that keeps raw evidence available throughout ideation, experimentation, and writeup, and pairs open-ended agent reasoning with code-enforced checks for novelty, statistical validity, provenance, and anti-HARKing. They evaluate the system across 36 multidisciplinary cases spanning images, waveforms, audio, video, 3D structures, trajectories, tables, formulae, and graphs.

Dataset

The authors describe a demonstration suite for evaluating a scientific AI system.

Evidence taxonomy:

  • Perceptual: images, micrographs, spectra, waveforms, 3-D structures.
  • Symbolic: natural language or formal notation, including documents, formulae, sequences, knowledge graphs.
  • Quantitative-statistical: tables, measurements, distributions.
  • Procedural: trajectories, simulations, agent traces.

Dataset suite composition:

  • 5 top-level discipline categories and 36 second-level cases.
  • Each case uses one real, publicly downloadable dataset with a canonical citation.
  • Scale ranges from 12 symbolic-regression equations to a biomedical knowledge graph with 5 million edges.
  • Modalities include images, spectra, waveforms, audio, video, 3-D structures, tables, and symbolic graphs.
  • Perceptual evidence covers 28 of the 36 cases.
  • The remaining 8 cases are breadth controls across symbolic, quantitative-statistical, and procedural families.

Task schema:

  • Each task is a single specification file containing a dataset, scientific subject, target property, and corresponding raw data.
  • Nothing else is supplied, and the methodology is left entirely to the model.

How the data is used:

  • The model receives the specification file and raw data, then produces an evidence-grounded paper.
  • The suite is used to evaluate cross-disciplinary capability through end-to-end runs.
  • Expanding to a new discipline requires only an additional specification file, without domain-specific code changes.

Processing notes:

  • Perceptual and procedural evidence can be serialized into tokens.
  • The authors caution that captions and unordered scalar summaries can remove local spatial or temporal structure.
  • The suite uses raw records so structural cues required for scientific conclusions remain available.

The provided excerpt does not describe filtering rules, cropping, or train/dev/test splits.

Method

The authors introduce the OmniScientist framework, an end-to-end AI scientist system designed for multidisciplinary discovery. The architecture integrates a lifecycle-wide perception layer with three autonomous agents responsible for ideation, experimentation, and writeup.

Perception Layer To function effectively across diverse disciplines, the system must perceive raw artifacts directly rather than relying on precomputed summaries. The perception layer organizes observations hierarchically, categorizing artifacts into evidence families based on the reasoning paradigms they require. Within a family, specific modalities define the representation, such as images, tables, or time-series signals. To balance thoroughness with computational efficiency, the framework prioritizes native numeric analysis, extracting properties like FFT peaks or trend points directly from raw data. Visual rendering is invoked only when spatial or structural patterns are essential, and visual perception is budget-constrained to prevent unnecessary processing.

Ideation The ideation stage requires the agent to formulate a concrete, novel, and falsifiable question answerable from the supplied data. Driven by a ReAct loop, the agent establishes grounding by inventorying materials and deciding whether to inspect raw observations. It then contextualizes findings by searching literature via OpenAlex, using Crossref as a fallback. The agent develops multiple candidate ideas, assesses novelty risk and feasibility, and selects the strongest candidate. To mitigate hallucination and overconfidence, the output passes a code-enforced check that validates structural completeness, requiring a clear research question, hypothesis, experiment sketch, and falsification criterion. The system also enforces leakage checks and visual audits to prevent methodological flaws.

Experiment During experimentation, the agent translates the finalized idea into a methodological design and implements it through iterative code generation within a controlled run_python environment. The agent operates in a continuous debugging loop, analyzing execution errors and regenerating scripts until successful. It utilizes the perception layer to inspect raw input data or verify structural patterns in generated plots. The experimental design incorporates a comprehensive suite of analyses, combining a main hypothesis test with controls such as baselines, ablation studies, or sensitivity sweeps.

Once execution concludes, a code-enforced exit check verifies result provenance and statistical validity. This rigour check confirms that the agent genuinely accessed the dataset and generated figures matching the raw execution trace. It enforces strict multiple-comparison correction to account for every test attempted during the debugging loop, preventing artificial reductions in the correction denominator.

Writeup The writeup stage adapts the structure to the specific discipline, utilizing structural specifications that fix the skeleton and length of each venue style. For instance, machine learning papers include Related Work and Limitations, while chemistry papers merge Results and Discussion. Drafting proceeds from a section-level outline into full paragraphs, where each section is expanded only from the relevant slice of the structured experiment record. This ensures methodological detail reaches the methods section and decisive numbers reach the results section.

A thesis planner selects the headline claim from supported analyses and assigns other results to supporting evidence or robustness checks. References are retrieved through the OpenAlex API. Finally, a meta-audit performs a claim check, matching reported numbers and claims against the experimental record to ensure the manuscript contains fully traced numbers and supported claims before compiling the final PDF.

Experiment

The evaluation tests the framework across 36 datasets with multiple reasoning backbones, a fixed perception model, external judges, and seven metrics covering peer-review quality, multimodal grounding, and factual accuracy. Main results show consistently high manuscript quality across disciplines and modalities, with factual accuracy ranking highest, while ablations demonstrate that direct multimodal perception outperforms a scalar-only baseline and that prior-art search, the iterative agentic loop, and provenance enforcement contribute substantially. Mechanism analyses confirm that perception changes the research trajectory rather than only improving style, and the two case studies illustrate how raw waveform and radiograph observations lead to robust, verified findings in seismology and medical imaging.

The demonstration suite is designed to evaluate omni-modal scientific discovery across five top-level discipline categories and 36 cases, each anchored by one real, publicly downloadable dataset. Its scale spans orders of magnitude, from a dozen symbolic-regression equations to a biomedical knowledge graph with five million edges. The suite covers all four evidence families and many observation modalities, including images, spectra, waveforms, audio, video, 3-D structures, trajectories, tables, sequences, fields, and graphs. The suite spans five top-level discipline categories and 36 cases, each using one real, publicly downloadable dataset. Dataset size varies across orders of magnitude, from a dozen symbolic-regression equations to a graph with five million edges. Coverage includes perceptual, symbolic, quantitative-statistical, and procedural evidence across numerous modalities, including images, spectra, waveforms, audio, video, 3-D structures, trajectories, tables, sequences, fields, and graphs.

Scientific evidence is organized into four discipline-independent families: perceptual, symbolic, quantitative-statistical, and procedural or dynamic. The perceptual family includes imagery, audio, and 3-D structure, while procedural evidence covers experimental steps, code execution, simulations, and protocols. Current AI-scientist systems primarily process text and numerical data, leaving perceptual and procedural evidence relatively unexamined. The taxonomy separates evidence requiring spatial, temporal, or cross-channel interpretation into perceptual and procedural families, distinct from symbolic and quantitative-statistical forms. Current systems process symbolic and quantitative-statistical evidence more often, while perceptual and procedural artifacts remain less examined despite being serializable. Raw perceptual and procedural relations can be lost when artifacts are reduced to captions, summaries, or scalar representations.

Across the evaluated reasoning backbones, Claude Sonnet 5, GLM-5.2, and Kimi K2.7 form a high-performing cluster with small differences in peer-review and overall quality, while Qwen3.5 backbones fall clearly behind. Factual accuracy is the strongest dimension for every listed backbone, and factual accuracy and soundness are the dimensions that most closely track backbone strength. Clarity shows the least degradation across backbones. Claude Sonnet 5, GLM-5.2, and Kimi K2.7 cluster near the top on overall and peer-review scores, while Qwen3.5 backbones trail clearly. Factual accuracy is the highest-scoring dimension across all listed backbones, and clarity remains relatively stable as backbone strength changes.

The primary backbone completed every case it attempted and maintained one of the highest composite scores. GLM 5.2 achieved a slightly higher mean score but on a much smaller set of completed runs, while several open-weight backbones attempted most of the suite yet averaged lower scores. Smaller open-weight models completed fewer cases and received the lowest mean scores. Sonnet 5 completed every attempted case and recorded a comparatively high mean composite score. Open-weight backbones generally showed lower mean composite scores, with the smallest models completing fewer cases and scoring lowest.

Aggregated backbone quality remains stable across evidence modalities and discipline families, with composite scores clustering in a narrow band. Cross-domain differences are not statistically significant under a case-level permutation test. Dashes indicate categories where a backbone produced no scored papers. Composite scores remain tightly clustered across evidence modalities and discipline families. Cross-domain differences are statistically negligible under a case-level permutation test. The highest-scoring manuscripts broadly span diverse domain categories, indicating strong generalization.

The evaluation suite tests omni-modal scientific discovery across five top-level disciplines and 36 real-data cases spanning perceptual, symbolic, quantitative-statistical, and procedural evidence modalities such as images, audio, 3-D structures, trajectories, and graphs. Comparisons of reasoning backbones indicate that Claude Sonnet 5, GLM-5.2, and Kimi K2.7 form a high-performing cluster, with factual accuracy as the strongest dimension and clarity as the most stable across backbones. The primary backbone completed every attempted case with a high composite score, while smaller open-weight models completed fewer cases and scored lower. Aggregated quality remained stable across evidence modalities and discipline families, with no statistically significant cross-domain differences, suggesting broad generalization.


AI로 AI 구축

아이디어에서 출시까지 — 무료 AI 코코딩, 즉시 사용 가능한 환경, 최적의 GPU 가격으로 AI 개발을 가속화하세요.

AI 협업 코딩
바로 사용 가능한 GPU
최적의 가격

HyperAI Newsletters

최신 정보 구독하기
한국 시간 매주 월요일 오전 9시 에 이번 주의 최신 업데이트를 메일로 발송합니다
이메일 서비스 제공: MailChimp