AI Research · Neuro-Symbolic AI · Drug Discovery23 Aug 2026 · Seoul
2025–2026 Research Synthesis/Neuro-Symbolic AI/Multimodal Foundation Models/Multi-Agent Co-Scientist

보는 모델에서
검증하는 과학자로

Neuro-Symbolic Scientific World Models for Multimodal Multi-Agent AI Co-Scientists in Drug Discovery

Central thesis

신약개발 AI가 더 큰 모델을 갖는 것만으로 과학자가 되는 것은 아니다. 과학자는 그럴듯한 가설을 만드는 사람인 동시에, 그 가설이 어떤 규칙을 어기는지 묻고, 반대 증거를 찾고, 틀렸을 때 생각을 고치는 사람이다. Neuro-Symbolic AI의 의미는 바로 이 두 번째 능력을 계산구조 안에 넣는 데 있다.

2025년 이후 문헌을 함께 놓고 보면 세 흐름이 선명하다. Google Co-Scientist, Robin, Virtual Lab 같은 agentic scientist는 가설 생성과 실험 루프를 확장했고, TxGemma·BioMatrix 같은 scientific foundation model은 molecule·protein·structure·language의 경계를 허물었다. 동시에 Logic Tensor Network, knowledge graph, symbolic constraints, reaction rules, deterministic reasoning을 neural model과 결합하는 연구가 drug discovery와 biomedical decision-making에 진입하고 있다.

Evidence boundary

과학특화 멀티모달 파운데이션 모델, Neuro-Symbolic reasoning, 멀티에이전트 AI Co-Scientist, 그리고 prospective drug-discovery experiment를 모두 하나의 표준 end-to-end 시스템으로 묶은 대표 연구는 아직 드물다. 따라서 이 글의 통합 아키텍처는 여러 선행연구의 수렴을 바탕으로 한 연구설계 제안이며, 단일 논문이 이미 입증한 결과가 아니다.

다만 방향 자체는 문헌에서 이미 드러난다. 2026년 Drug Discovery Today의 molecular-design review는 향후 자율 분자설계가 unified foundation model과 hybrid neuro-symbolic architecture 쪽으로 발전할 필요가 있다고 제안한다. 문제는 이제 “Neuro-Symbolic AI가 필요한가”보다 “과학적 추론의 어느 지점에, 어떤 형식으로, 어떻게 검증 가능하게 넣을 것인가”에 가깝다.

Part I · Definition & Problem

신경망은 잘 보지만, 과학은 보는 것만으로 끝나지 않는다

Neuro-Symbolic AI를 단순히 “LLM + KG”로 부르지 않고, neural discovery와 symbolic verification의 결합으로 엄밀하게 정의한다.

§1 · Definition

Neuro-Symbolic AI는 무엇을 결합하는가

Neuro-Symbolic AI는 neural model의 학습·인지·생성 능력과 symbolic system의 명시적 지식·논리·제약·계획 능력을 하나의 계산과정 안에서 결합하는 AI다.

Neural side

LLM, multimodal foundation model, GNN, molecular/protein language model, diffusion model, structure predictor, learned affinity·QSAR·ADMET model

+
Symbolic side

Knowledge Graph, ontology, first-order/fuzzy logic, reaction rules, chemical constraints, causal graph, planner, theorem/constraint solver

중요한 경계가 하나 있다. KG를 검색한다고 모두 Neuro-Symbolic AI인 것은 아니다. 2026년 clinical neuro-symbolic LLM systematic review는 symbolic component가 inference에 실제로 개입해 출력을 inform, constrain, verify 또는 post-process하는 경우를 neuro-symbolic system으로 보았다. 단순 RAG와 domain fine-tuning은 이 정의에서 빠진다.

LLM → KG 검색 → 답변은 구조화된 RAG일 수 있다. 반면 LLM prediction → ontology/KG/logic → constraint checking → violation 시 수정이라는 폐쇄루프는 Neuro-Symbolic architecture에 훨씬 가깝다.
§2 · Problem definition

잠재표현만으로는 “왜 이 가설을 믿어야 하는가”에 답하기 어렵다

멀티모달 파운데이션 모델은 수많은 패턴을 latent representation 안에 압축한다. 예를 들어 “Compound A가 EGFR T790M mutant에 결합할 가능성이 높다”고 예측할 수 있다. 그러나 실제 연구자는 곧바로 다른 질문을 던진다. 구조적 근거는 무엇인가. 알려진 화학 규칙과 충돌하지 않는가. 어떤 assay 조건에서 검증됐는가. 합성 가능한가. 독성 제약을 위반하지 않는가. 반대 evidence는 무엇인가. 다음에 어떤 실험을 하면 불확실성이 가장 많이 줄어드는가.

반대로 symbolic AI만으로는 새로운 molecular pattern, 복잡한 3D geometry, omics signal을 충분히 학습하기 어렵다. 그래서 핵심 연구문제는 둘 중 하나를 선택하는 것이 아니다.

\[\text{Neural Discovery}+\text{Symbolic Scientific Reasoning}+\text{Agentic Experimentation}\]

멀티모달 evidence \(X\), neural model \(f_\theta\), symbolic knowledge base \(K\), agent 집합 \(A\), candidate hypothesis \(h\)를 두면 다음과 같은 연구목표로 생각할 수 있다.

\[h^*=\arg\max_h\left[U_{\mathrm{neural}}(h\mid X)+\lambda R_{\mathrm{symbolic}}(h\mid K)+\gamma E(h)-\mu V(h,K)\right]\]

여기서 \(U_{\mathrm{neural}}\)은 neural plausibility, \(R_{\mathrm{symbolic}}\)은 지식·규칙 일관성, \(E\)는 evidence와 experimental testability, \(V\)는 constraint violation을 뜻한다. 신약개발에서는 여기에 chemistry, biology, safety, provenance 같은 hard constraint를 별도로 둘 수 있다.

\[C_{\mathrm{chem}}(h)\land C_{\mathrm{bio}}(h)\land C_{\mathrm{safety}}(h)\land C_{\mathrm{provenance}}(h)=\mathrm{True}\]
Part II · Introduction & Motivation

세 갈래의 기술이 같은 문제를 향해 움직인다

AI Scientist, multimodal scientific foundation model, symbolic constraint가 2025–2026년에 어떻게 같은 구조로 수렴하는지 읽는다.

§3 · Agentic scientist

AI는 조언자에서 과학적 workflow의 운영자로 이동한다

2026년 Nature의 Co-Scientist는 Generation, Reflection, Ranking, Evolution, Proximity, Meta-review와 Supervisor를 이용해 가설을 생성하고 비판하고 순위를 매기며 진화시킨다. AML drug repurposing, liver fibrosis target discovery, antimicrobial-resistance mechanism을 실제 biomedical validation과 연결했다.

같은 시기 Nature의 Robin은 문헌을 다루는 에이전트와 experimental-data analysis agent를 연결해 hypothesis → experiment → data → updated hypothesis라는 루프를 만든다. Virtual Lab은 LLM Principal Investigator와 specialist scientist agents가 ESM, AlphaFold-Multimer, Rosetta를 조합해 nanobody 후보를 설계하고 실험으로 검증했다.

중요한 변화는 “더 긴 답변을 생성한다”는 데 있지 않다. AI가 문헌, 도구, 데이터, 실험의 순서를 조직하기 시작했다는 데 있다.
§4 · Multimodal foundation model

과학적 세계는 텍스트 한 종류로 쓰여 있지 않다

TxGemma는 molecule, protein, nucleic acid, disease, cell line에 걸친 therapeutic task를 다루고 Agentic-Tx를 통해 tool-using therapeutic agent 방향까지 확장한다. BioMatrix는 molecule과 protein의 sequence·structure·natural language를 하나의 discrete token space에서 처리하는 방향을 제시한다.

이런 모델은 Neuro-Symbolic Co-Scientist에서 neural perception layer가 된다. 텍스트를 읽고, 구조를 보고, 분자를 평가하고, omics 패턴을 압축한다. 그러나 perception은 reasoning의 시작이지 끝이 아니다.

§5 · Symbolic constraint enters generation

규칙이 생성이 끝난 뒤가 아니라 생성 과정 안으로 들어온다

2025년 PMLR의 Neuro-Symbolic Generative Diffusion은 diffusion step 사이에 symbolic optimization을 삽입한다. non-toxic molecular generation, data scarcity, out-of-distribution generation 같은 문제에서 neural generation과 symbolic constraint를 함께 다룬다.

\[\text{Diffusion}\rightarrow\text{Symbolic Constraint Check}\rightarrow\text{Diffusion}\rightarrow\cdots\]

생성이 끝난 뒤 나쁜 후보를 버리는 post-hoc filter와 다르다. 규칙이 다음 생성 상태 자체를 수정한다. 이는 Neuro-Symbolic drug design을 단순 설명가능성 기법과 구분하는 중요한 지점이다.

§6 · Real biomedical evidence

LLM agents + KG + deterministic rules가 실제 의사결정에 들어간다

2026년 oncology clinical-trial matching 연구는 domain-specific LLM agents, oncology knowledge graph, deterministic eligibility rules, human review를 결합한 neuro-symbolic multi-agent system을 prospective 3,804-patient setting에서 평가했다. 논문은 F1 0.82를 보고했고, 비교한 GPT-4 zero-shot은 0.47, GPT-4 chain-of-thought는 0.67이었다. ablation에서도 KG grounding과 multi-agent decomposition이 기여했다.

이 연구는 early-stage drug discovery 자체는 아니다. 그러나 LLM agent가 자유롭게 판단하고 symbolic layer가 나중에 설명을 붙이는 구조가 아니라, symbolic KG와 deterministic reasoning이 실제 판정에 들어간다는 점에서 중요한 인접 증거다.

§7 · Why drug discovery needs NeSy

자연법칙과 실패비용이 큰 문제일수록 명시적 제약이 중요하다

Constrained chemistry

valence, charge, stereochemistry, stability, synthesizability처럼 solution space를 실제로 제한하는 조건이 존재한다.

Knowledge beyond data

expert rule, ontology, known adverse mechanism처럼 데이터에 충분히 나타나지 않는 지식이 중요하다.

Falsifiability

좋은 설명보다 “왜 이 가설이 틀릴 수 있는가”를 구조적으로 검사해야 한다.

Mechanistic actionability

연구자가 다음 실험을 설계할 수 있는 mechanism path와 violated rule이 필요하다.

2025년 hERG-LTN 연구는 molecular/LLM embedding과 Logic Tensor Network를 결합해 hERG blockade prediction을 다뤘다. 2026년 rare-disease repurposing 연구인 rd-explainer는 disease-specific KG와 GNN을 결합하고 semantic subgraph로 prediction을 설명한다. 서로 다른 연구지만 둘 다 “모델의 점수”를 “명시적 지식구조”와 연결하려는 흐름을 보여준다.

Part III · Core Concepts

잠재벡터를 과학적 명제로 바꾸는 일이 시작점이다

Neuro-Symbolic Co-Scientist를 이루는 핵심 요소는 모델 수가 아니라 symbol grounding, logic, planning, falsification, belief revision이다.

§8 · Ten core concepts

신경과 기호 사이에 놓이는 열 개의 다리

Core concept의미Co-Scientist에서의 역할
Neural perceptionmultimodal pattern learningmolecule·protein·omics·3D 이해
Symbol groundinglatent state를 entity/predicate로 변환모델 출력을 과학적 명제로 변환
Knowledge representationKG·ontology·rules명시적 scientific world state
Differentiable logiclogic을 학습 가능한 objective로 변환soft constraint 학습
Hard constraint reasoning반드시 지켜야 할 규칙valence·safety·eligibility 검증
Symbolic planning행동과 반응의 sequence searchsynthesis·experiment planning
Mechanistic reasoningpathway와 cause–effect reasoningtarget validation·repurposing
Proof / provenance결론을 만든 evidence와 rule traceauditability와 재검증
Falsification반대 evidence·contradiction 탐색multi-agent groupthink 감소
Belief revision새 실험 후 지식·규칙·가설 수정closed-loop science
§9 · Symbol grounding

벡터 공간의 느낌을 논리 공간의 문장으로 바꾼다

Multimodal model이 반환하는 latent vector \(z\in\mathbb{R}^d\) 자체를 symbolic reasoner는 직접 다루기 어렵다. 따라서 다음과 같은 grounding이 필요하다.

\[z\longrightarrow\{\mathrm{binds}(A,B),\;\mathrm{toxicity}(A,\mathrm{high}),\;\mathrm{expressed\_in}(B,T)\}\]

하지만 biological truth는 대부분 0과 1로 깔끔하게 나뉘지 않는다. 그래서 \(\mathrm{binds}(A,B)=0.82\)처럼 uncertainty가 있는 truth degree를 다룰 수 있는 fuzzy/differentiable logic이 매력적이다.

§10 · Logic Tensor Networks

논리식을 loss 안으로 넣는다

Logic Tensor Network(LTN)는 symbolic formula의 만족도를 differentiable objective로 만든다. 예를 들어 다음 규칙을 neural representation과 함께 최적화할 수 있다.

\[\forall x:\;\mathrm{DPP4Binder}(x)\land\mathrm{DrugLike}(x)\Rightarrow\mathrm{Candidate}(x)\]

2025년 NeSyDPP-4는 6,563개의 bioactivity record를 이용해 DPP-4 inhibitor classification에 LTN을 적용하고 neural-only baseline보다 높은 결과를 보고했다. 중요한 점은 특정 수치 하나보다, 도메인 knowledge가 prediction의 사후 설명이 아니라 학습과 추론의 계산항으로 들어갔다는 데 있다.

§11 · Falsification and proof

과학적 hypothesis는 문장보다 구조화된 객체에 가깝다

가설 \(H\)가 현재 지식 \(K\)와 모순되는지는 논리적으로 검사할 수 있다.

\[K\cup H\models\bot\]

그러나 실제 과학은 Boolean contradiction보다 복잡하다. rule이 예외를 허용하고, evidence가 서로 충돌하고, 새로운 실험이 기존 conclusion을 뒤집는다. 따라서 future Co-Scientist에는 classical logic뿐 아니라 fuzzy logic, probabilistic logic, defeasible reasoning, temporal reasoning, argumentation이 함께 필요하다.

Part IV · Challenges & Research Questions

논리를 넣는다고 과학이 자동으로 안전해지는 것은 아니다

Neuro-Symbolic 시스템은 hallucination을 줄일 수도 있지만, 잘못된 규칙을 더 권위 있게 만들 수도 있다. 연구는 이 위험을 정면으로 다뤄야 한다.

§12 · Challenges

여덟 개의 구조적 난제

Multimodal grounding

TxGemma·BioMatrix·structure/omics embedding을 어떤 entity와 predicate로 안정적으로 변환할 것인가.

Biological uncertainty

생물학적 규칙은 mutation·dose·cell type·time에 따라 달라져 Boolean logic만으로 충분하지 않다.

Stale symbolic knowledge

KG와 ontology도 누락·노후화·모순·publication bias를 가진다. symbolic source 자체를 검증해야 한다.

Rule acquisition

expert-written, literature-extracted, mined, experiment-learned rules가 섞일 때 provenance와 confidence가 필요하다.

Non-monotonic science

오늘의 evidence가 내일 철회될 수 있다. belief revision과 defeasible reasoning이 필요하다.

Agent error cascade

잘못 추출한 fact가 KB에 들어가 다른 agent가 재사용하면 hallucination이 “symbolic fact”로 세탁될 수 있다.

Constraint vs novelty

규칙을 너무 강하게 적용하면 이미 알려진 chemistry 안에서만 움직여 novelty를 희생할 수 있다.

Correlation vs mechanism

KG path가 존재한다는 사실은 causal mechanism을 증명하지 않는다. intervention evidence가 필요하다.

\[\text{Reliability}\uparrow\;\not\Rightarrow\;\text{Novelty}\uparrow\]

좋은 Neuro-Symbolic 설계는 모든 것을 hard rule로 고정하지 않는다. 절대 위반해서는 안 되는 제약, 데이터와 함께 업데이트되는 soft rule, 단지 근거 수준을 조절하는 heuristic을 구분해야 한다.

§13 · Research questions

기술 조합을 falsifiable research question으로 바꾼다

Neuro-Symbolic Co-Scientist가 LLM-only Co-Scientist보다 hypothesis factuality와 experimental success를 향상시키는가?
KG retrieval만 사용하는 GraphRAG와 실제 logic/rule enforcement를 수행하는 Neuro-Symbolic RAG 사이에 유의한 차이가 존재하는가?
multimodal foundation model의 latent state를 symbolic predicate로 변환하는 가장 신뢰할 수 있는 grounding 방법은 무엇인가?
hard constraint와 differentiable soft logic의 최적 조합은 무엇인가?
Falsifier Agent와 symbolic contradiction checking이 multi-agent groupthink를 얼마나 줄이는가?
symbolic constraints를 molecular generation 내부에 삽입하면 post-hoc filtering보다 validity–novelty Pareto frontier가 개선되는가?
causal KG와 mechanistic rules가 단순 biomedical KG보다 target validation·repurposing에서 더 좋은 prospective hypothesis를 만드는가?
human-written rules와 LLM-induced rules를 어떤 governance 아래 함께 사용해야 하는가?
새 실험결과에 따라 belief revision을 수행하는 Co-Scientist가 static-memory agent보다 장기 scientific consistency를 향상시키는가?
natural-language rationale이 실제 symbolic proof와 일치하도록 보장할 수 있는가?

그중 특히 강한 결합은 RQ1 + RQ5 + RQ9다. 즉 “neuro-symbolic shared scientific state + Falsifier Agent + experimental belief revision”이 실제로 과학적 가설의 품질을 높이는지 묻는 것이다.

Part V · Approaches & Methods

가설을 생성하는 에이전트보다, 가설을 통과시키는 구조가 중요하다

Neuro-Symbolic Multimodal Multi-Agent Co-Scientist를 perception → grounding → symbolic world model → agent debate → verification → experiment로 설계한다.

§14 · Reference architecture

Symbolic Scientific World Model을 중앙 상태로 둔다

Stage 01
Multimodal Scientific Evidence
papers · patents · molecules · protein sequences · 3D structures · omics · assays · internal lab data
Stage 02
Neural Perception Layer
TxGemma · BioMatrix · structural/affinity models · molecular and omics encoders
Stage 03
Symbol Grounding
entity linking · predicate induction · confidence · units · provenance · context normalization
Stage 04
Symbolic Scientific World Model
knowledge graph · ontology · logic · causal rules · chemical constraints · experimental constraints · uncertainty
Agent A
Hypothesis / Literature
가설 생성과 evidence collection
Agent B
Structure / Causal / ADMET
전문 neural model과 symbolic mechanism 검증
Agent C
Critic / Falsifier
contradiction, violated rule, unknown 탐색
Stage 06
Symbolic Verifier → Experiment Planner → Observation → Belief Revision
가설이 규칙과 근거를 통과해야 실험으로 이동하고, 실험결과가 symbolic state와 neural state를 함께 갱신
§15 · Method A

Logic Tensor Network: soft logic을 학습과 추론 안에 넣는다

Property Agent는 점수 하나만 반환할 필요가 없다. 예측값, 만족한 규칙, 위반한 규칙, symbolic confidence를 함께 반환할 수 있다.

prediction = 0.91
rules_satisfied = 14/16
violations = {R7, R12}
symbolic_confidence = 0.83

이 구조의 장점은 최종 rationale을 나중에 지어내는 대신, symbolic constraint가 실제 계산경로에 참여한다는 점이다.

§16 · Method B

KG + Neural Model + Semantic Explanation: mechanism path를 반환한다

rd-explainer는 KG → GNN → prediction → semantic explanation subgraph라는 구조를 rare-disease drug repurposing에 적용한다. Co-Scientist로 확장하면 Hypothesis Agent가 “Drug A를 Disease D에 repurpose하자”고 제안했을 때 Mechanism Agent가 다음과 같은 path를 반환하도록 만들 수 있다.

\[\mathrm{Drug\;A}\rightarrow\mathrm{Target\;T}\rightarrow\mathrm{Pathway\;P}\rightarrow\mathrm{Phenotype\;X}\rightarrow\mathrm{Disease\;D}\]

그 다음 Falsifier Agent는 같은 질환에 대해 반대 mechanism path와 conflicting observation을 찾는다. 설명은 답변의 장식이 아니라 다음 실험을 선택하는 입력이 된다.

§17 · Method C

Constrained Molecular Generation: symbolic projection을 생성 내부에 삽입한다

\[x_t\rightarrow\text{neural denoising}\rightarrow\tilde{x}_{t-1}\rightarrow\text{symbolic projection}\rightarrow x_{t-1}\]

symbolic layer에는 valence, forbidden substructure, toxicity alert, desired pharmacophore, molecular-weight range, synthesis rule 등을 넣을 수 있다. 핵심 연구질문은 제약을 얼마나 일찍, 얼마나 강하게, 어떤 uncertainty와 함께 적용해야 novelty를 지나치게 깎지 않는가이다.

§18 · Method D

Neuro-Symbolic Retrosynthesis: neural scoring이 symbolic search를 안내한다

2025년 Nature Communications 연구는 retrosynthesis를 neural-guided symbolic search로 다룬다. AND–OR search graph와 reaction template이라는 명시적 구조를 neural model이 안내하고, wake–abstraction–dreaming을 통해 reusable synthesis pattern을 학습한다.

Molecule Agent → candidate compound → Synthesis Agent → AND–OR reaction search + neural route scoring → synthesizable?

이 구조를 Co-Scientist에 넣으면 “좋아 보이는 분자”와 “실제로 만들 수 있는 분자” 사이의 간극을 reasoning 단계에서 다룰 수 있다.

§19 · Method E

Deterministic Symbolic Arbitration: 최종 판정에는 규칙을 둔다

oncology trial matching 연구처럼 LLM agents가 정보를 해석하더라도 최종 eligibility를 KG와 deterministic rule이 판정하도록 설계할 수 있다. 이를 drug discovery로 옮기면 Chemistry, Biology, Safety rule engine이 후보를 PASS/REVISE로 되돌리는 arbitration layer가 된다.

§20 · Method F

Proof-Carrying Hypothesis: 가설과 함께 검증구조를 전달한다

더 강한 방향은 Co-Scientist가 문장 하나가 아니라 다음 구조를 반환하도록 만드는 것이다.

\[H=(\mathrm{claim},\mathrm{evidence},\mathrm{proof},\mathrm{assumptions},\mathrm{counterevidence},\mathrm{experiment})\]
Hypothesis H17 · Compound C may inhibit mutant EGFR.

Supporting facts · family binding evidence, pocket overlap, pathway support
Rules · pocket-compatible ∧ biochemical-support → plausible-binding
Contradiction · predicted hERG risk = moderate
Unknown · cellular IC50 for T790M unavailable
Required experiment · H1975 cellular assay

이것을 proof-carrying scientific hypothesis라고 부를 수 있다. 핵심은 proof가 자연어 설명이 아니라 machine-verifiable trace와 연결되는 것이다.

Part VI · Applications & Open Problems

규칙은 논문을 꾸미는 문장이 아니라 실험을 바꾸는 연산이어야 한다

Target identification부터 molecule generation, ADMET, repurposing, retrosynthesis, translational matching까지 적용점을 연결하고 아직 해결되지 않은 평가·표준화 문제를 본다.

§21 · Key applications

신약개발 파이프라인에서 Neuro-Symbolic AI가 들어갈 자리

Target identification

omics와 literature를 neural model이 분석하고 Gene → Pathway → Phenotype → Disease라는 symbolic mechanism을 검사할 수 있다. causal constraint를 함께 쓰면 단순 correlation 기반 target ranking에서 한 단계 더 나아갈 수 있다.

Hit discovery / hit selection

potency, selectivity, structural compatibility, novelty, synthesizability, ADMET를 multi-objective neural prediction으로 평가하고 symbolic constraints로 탈락 사유를 명시할 수 있다.

De novo molecular design

foundation/diffusion model이 molecule을 만들고 symbolic rule이 generation step 안에서 invalid state를 수정한다. Neuro-Symbolic Generative Diffusion이 가장 직접적인 2025년 사례다.

ADMET / toxicity

NeSyDPP-4와 hERG-LTN 계열은 molecular representation과 logic reasoning이 potency와 toxicity prediction에 적용될 수 있음을 보여준다.

Drug repurposing

KG + GNN + semantic subgraph 설명을 사용하는 rd-explainer와 Co-Scientist의 hypothesis generation을 결합하면 prediction과 mechanism evidence를 하나의 agentic workflow로 만들 수 있다.

Retrosynthesis

symbolic reaction template과 neural scoring을 함께 사용하면 후보의 pharmacological attractiveness와 synthetic feasibility를 동시에 검토할 수 있다.

Precision medicine / clinical trial matching

2026 oncology multi-agent neuro-symbolic system은 후단 translational decision에서 LLM agent + KG + deterministic rule 구조가 prospective setting에 적용될 수 있음을 보여준다.

§22 · Open problems

End-to-end benchmark가 아직 연구구조를 따라오지 못한다

  1. 통합 benchmark 부재. QSAR는 AUROC/F1, KG는 MRR/Hits@K, molecule generation은 validity/novelty, agent는 task success, Co-Scientist는 expert ranking·wet-lab을 본다. 하나의 Neuro-Symbolic Co-Scientist를 비교할 공통 benchmark가 없다.
  2. Scientific logic의 표준표현 부재. first-order logic, probabilistic logic, SHACL, OWL, Datalog, ASP, causal graph 가운데 무엇을 어디에 쓸지 확립되지 않았다.
  3. Rule governance. \(R_{\mathrm{expert}}\), \(R_{\mathrm{LLM}}\), \(R_{\mathrm{data}}\)가 충돌할 때 우선순위와 confidence를 어떻게 결정할지 필요하다.
  4. Negative knowledge 부족. “관계가 있다”는 positive fact보다 “이 조건에서 효과가 없었다”는 사실이 반증에는 중요하지만 공개가 적다.
  5. Proof faithfulness. LLM explanation과 실제 symbolic proof가 다를 수 있다. machine-verifiable trace가 필요하다.
  6. Prospective evaluation. 논리적으로 일관된 hypothesis가 생물학적으로 맞다는 보장은 없다. 최종 metric은 logical validity만이 아니라 experimental success여야 한다.
Part VII · Future Directions

다음 세대 AI 과학자는 두 개의 세계 상태를 함께 고쳐야 한다

Neural latent state와 symbolic knowledge state를 함께 유지하는 scientific world model, falsification-first agents, causal reasoning, proof-carrying discovery를 미래 아키텍처로 제안한다.

§23 · Dual scientific world model

Neural State + Symbolic State

현재 LLM memory는 주로 text/context memory다. 미래 Co-Scientist는 neural latent world state와 symbolic knowledge state를 함께 가져야 한다.

\[W_t=(Z_t,K_t)\]

여기서 \(Z_t\)는 latent representation, \(K_t\)는 KG·ontology·rules·causal assertions·constraints를 포함하는 symbolic state다. 새로운 실험 \(E_t\)가 들어오면 두 상태가 함께 갱신된다.

\[(Z_t,K_t)\xrightarrow{E_t}(Z_{t+1},K_{t+1})\]

이를 Dual Scientific World Model이라고 부를 수 있다. 이 구조가 중요한 이유는 실험결과가 단지 context window에 한 줄 추가되는 것이 아니라, 모델이 세계를 표현하는 방식과 명시적 belief를 동시에 수정하게 만들기 때문이다.

§24 · Falsification-first

좋은 가설을 찾기 전에 가장 빨리 무너뜨릴 실험을 찾는다

Hypothesis → Supporting Evidence Agent + Contradiction Agent + Logic Solver + Causal Falsifier → Surviving Hypothesis → Experiment

현재 많은 agentic system은 좋은 candidate를 찾는 방향으로 최적화된다. 과학적 관점에서는 반대 질문이 더 중요할 수 있다. “이 가설이 틀렸음을 가장 빨리 보여줄 evidence는 무엇인가.” symbolic contradiction과 causal falsification을 agent architecture의 기본 연산으로 넣는 방향이다.

§25 · Symbolic experimental guards

규칙은 prediction이 아니라 다음 실험도 제한한다

\[E^*=\arg\max_E\frac{\mathrm{Expected\ Information\ Gain}(E)}{\mathrm{Cost}(E)}\]
\[\text{subject to}\quad \mathrm{Safety}(E)=\mathrm{True},\quad \mathrm{Feasible}(E)=\mathrm{True}\]

이는 Active Learning과 Symbolic Experimental Planning의 결합이다. 가장 많은 정보를 주는 실험을 찾되, 안전·비용·실행가능성 규칙을 위반하지 않도록 한다.

§26 · Causal Co-Scientist

Association path를 intervention hypothesis로 바꾼다

기존 biomedical KG의 Drug —associated_with→ Disease보다 중요한 것은 mechanism이다.

\[\mathrm{Drug}\rightarrow\mathrm{Target}\rightarrow\mathrm{Pathway}\rightarrow\mathrm{Cell\ State}\rightarrow\mathrm{Phenotype}\rightarrow\mathrm{Disease}\]

이를 causal graph, structural causal model, biological ontology, intervention data와 연결하면 “관련되어 있다”보다 “개입하면 무엇이 변할 것인가”에 가까운 hypothesis를 만들 수 있다.

§27 · Proof-carrying drug discovery

최종 출력은 답변이 아니라 검증 가능한 scientific object다

Candidate · Compound C
Prediction · affinity = high
Symbolic proof · rules R3, R7, R19 satisfied
Mechanistic evidence · Target → Pathway → Phenotype
Counter-evidence · two studies disagree
Safety · hERG rule violation, low confidence
Uncertainty · 0.21
Falsification experiment · cellular assay X

이 형식은 “왜 이 답을 냈는가”보다 훨씬 엄격하다. 무엇을 믿는지, 어떤 규칙으로 통과했는지, 무엇이 아직 모르는지, 어떤 반례가 있는지, 어떻게 반증할지를 한 묶음으로 만든다.

§28 · Neuro-Symbolic Multi-Agent Blackboard

에이전트가 채팅이 아니라 scientific state를 공유한다

각 에이전트가 자연어 대화만 주고받는 대신 하나의 symbolic blackboard를 공유하도록 설계할 수 있다. blackboard에는 Hypotheses, Facts, Rules, Conflicts, Unknowns, Experiments가 함께 존재한다.

Shared state

facts · hypotheses · rules · provenance · conflicts · uncertainty · unknowns · experiment plans

Specialist agents

structure · literature · causal · synthesis · ADMET · critic · falsifier · experiment planner

앞선 HRKG 관점과도 자연스럽게 맞물린다. HRKG가 “Co-Scientist가 무엇을 알고 있는가”를 표현한다면 Neuro-Symbolic AI는 “그 지식으로 어떻게 검증 가능한 추론을 하는가”를 담당한다.

\[\text{HRKG}=\text{What the Co-Scientist knows}\qquad\text{Neuro-Symbolic AI}=\text{How the Co-Scientist reasons}\]
§29 · 2025–2026 literature map

핵심 문헌이 채우는 퍼즐의 조각

StudyYear핵심 의미본 주제와의 연결Source
Accelerating scientific discovery with Co-Scientist2026multi-agent hypothesis generation + biomedical validationCo-Scientist backboneNature
Robin2026hypothesis–experiment–data-analysis loopclosed-loop agentic scienceNature
Virtual Lab of AI agents2025specialist agents + ESM/AlphaFold-Multimer/Rosetta + experimentmultimodal/tool-using scientific agentsNature
TxGemma / Agentic-Tx2025therapeutic generalist LLM + agentic workflowsneural therapeutic reasoning layerarXiv
BioMatrix2026molecule/protein sequence–structure–language foundation modelmultimodal neural substratearXiv
Neuro-Symbolic Agentic AI Survey2026single/multi-agent NeSy taxonomyarchitecture and reasoning taxonomyComputer Science Review
Neuro-Symbolic Generative Diffusion2025diffusion + symbolic constraintsconstrained molecular generationPMLR
NeSyDPP-42025Logic Tensor Network + QSARneuro-symbolic activity predictionFrontiers in Bioinformatics
hERG-LTN2025LTN + molecular/LLM embeddingsneuro-symbolic toxicity predictionPubMed
Neurosymbolic retrosynthesis2025neural-guided AND–OR symbolic searchsynthesis agentNature Communications
rd-explainer2026KG + GNN + semantic explanation subgraphexplainable drug repurposingNeurosymbolic AI
Neuro-symbolic Multi-Agent Oncology Matching2026LLM agents + KG + deterministic eligibility rulesprospective biomedical multi-agent NeSy evidenceScienceDirect
LLMs for Molecular Design review2026roadmap toward unified FM + hybrid neuro-symbolic architecturedirect future roadmapDrug Discovery Today / PubMed

주의: 이 표는 서로 다른 task·dataset·metric을 직접 성능비교하지 않는다. 일부 항목은 peer-reviewed paper이고 TxGemma·BioMatrix 등은 공개 preprint/technical report를 포함한다. 통합 architecture는 이 문헌들의 공통 방향을 종합한 연구제안이다.

§30 · Research proposition

가장 강한 질문은 “KG를 붙였는가”가 아니다

Proposed central question

Can an explicit neuro-symbolic scientific world model enable multimodal multi-agent AI Co-Scientists to generate hypotheses that are not only plausible, but also logically consistent, mechanistically grounded, falsifiable, and experimentally revisable?

한국어로 풀면 이렇다. 멀티모달 파운데이션 모델이 생성한 가설을 Knowledge Graph·ontology·logic·causal rule·chemical constraints로 검증하고, 여러 전문 에이전트가 하나의 symbolic scientific state를 공유하며, 실제 실험에 따라 그 믿음을 수정하게 만들었을 때 기존 LLM-only 또는 RAG-only AI Co-Scientist보다 더 신뢰할 수 있고 반증 가능하며 실험 성공률이 높은 가설을 만들 수 있는가.

\[\textbf{Multimodal Foundation Model}+\textbf{Epistemic HRKG}+\textbf{Neuro-Symbolic Reasoner}+\textbf{Falsifier Multi-Agent System}+\textbf{Experimental Belief Revision}\]

역할을 한 문장으로 나누면 더 선명하다. 멀티모달 파운데이션 모델은 보고, HRKG는 기억하고, Neuro-Symbolic AI는 논리적으로 검증하고, 멀티에이전트 Co-Scientist는 논쟁하며, 실험은 판결한다.

이 구조가 실현되면 AI Co-Scientist의 산출물은 “확률이 높은 답”에서 “근거와 규칙과 반례와 반증실험을 가진 수정 가능한 scientific belief”로 바뀐다. 현재 문헌에서 가장 큰 연구공백이자, 신약개발 AI Co-Scientist에 Neuro-Symbolic AI를 적용할 가장 설득력 있는 이유도 여기에 있다.

References

01
Nature · 2026
multi-agent hypothesis generation, reflection, ranking, evolution과 biomedical validation을 결합한 AI Co-Scientist.
02
Nature · 2026
literature reasoning과 experimental data analysis를 연결해 가설을 반복 수정하는 agentic science workflow.
03
Nature · 2025
PI/specialist LLM agents와 protein-design tools를 결합해 후보 설계와 prospective validation을 수행.
04
arXiv · 2025 · 2504.06196
therapeutic prediction·reasoning과 Agentic-Tx workflow를 위한 generalist language model suite.
05
arXiv · 2026 · 2606.22138
molecule/protein sequence, structure, language를 unified token space에서 처리하는 multimodal biological foundation model.
06
Computer Science Review · 2026
neuro-symbolic agentic AI의 knowledge representation, reasoning, explainability, metacognition 구조를 정리한 systematic review.
07
2026 · PMC
symbolic component가 inference를 inform, constrain, verify, post-process하는 구조를 neuro-symbolic으로 구분하는 임상 분야 review.
08
PMLR · 2025
diffusion 과정 안에 symbolic optimization을 삽입해 constrained generation을 수행.
09
Frontiers in Bioinformatics · 2025
Logic Tensor Network와 QSAR를 결합한 DPP-4 inhibitor prediction 연구.
10
2025 · PubMed
molecular/LLM representation과 Logic Tensor Network를 결합한 hERG blockade prediction 계열 연구.
11
Nature Communications · 2025 issue / online 2024 DOI record
AND–OR symbolic search와 neural guidance, abstraction을 결합한 retrosynthesis planning 연구.
12
Neurosymbolic AI · 2026
rare-disease drug repurposing에서 KG, GNN, semantic explanation subgraph를 결합.
13
2026 · ScienceDirect
LLM agents, oncology KG, deterministic eligibility rules를 prospective patient setting에서 평가.
14
Drug Discovery Today · 2026
molecular design의 향후 방향으로 unified foundation models와 hybrid neuro-symbolic architectures를 논의하는 review.