AI Research Notes· AI Co-Scientist · Multi-Agent RAG · HRKG · GraphRAG · AQP
Research synthesis · 2025–2026 literature · proposed framework

모든 증거를 읽는 과학자가 아니라, 다음 결정을 바꿀 증거를 찾는 과학자

CoSci-HR-AQP: A Research Framework for Qualifier-Aware Approximate Scientific Reasoning

Abstract · A proposed research axis, not an established single field

2025–2026년의 AI 연구를 한 줄로 꿰려면 네 개의 흐름을 함께 봐야 한다. AI Co-Scientist는 가설 생성·토론·진화·반성을 multi-agent loop로 만들고, Agentic RAG는 검색을 planning과 verification이 있는 동적 과정으로 바꾼다. Hyper-relational KG는 과학적 사실에 조건과 provenance를 붙이고, AQP는 “정확히 전부 계산해야 하는가”라는 질문을 LLM과 semantic workflow에까지 확장한다.

다만 문헌상 중요한 경계가 있다. AI Co-Scientist + Multi-Agent Agentic RAG + Hyper-Relational Graph + AQP를 모두 통합한 확립된 단일 시스템이나 독립 연구 분야는 아직 없다. 이 글은 서로 다른 연구에서 이미 등장한 연결고리를 하나의 제안적 연구 프레임으로 재구성한다. 이를 CoSci-HR-AQP, 즉 Hyper-Relational, Approximate, Multi-Agent Agentic RAG for AI Co-Scientists라고 부른다.

핵심 원리는 간단하다. “모든 것을 정확히 검색하라”가 아니라 “다음 과학적 결정을 신뢰할 만큼 충분한 증거를 검색하라.” Hyper-Relational Graph는 epistemic memory, Multi-Agent Agentic RAG는 reasoning/control plane, AQP는 resource allocation mechanism, AI Co-Scientist는 최종 scientific decision loop가 된다.
Source scope. 본 게시물은 첨부 문서 agentic-aqp.md의 2026년 8월 21일 기준 문헌 종합을 바탕으로 한다. 문서에 포함된 정의, 수학적 문제설정, 핵심 개념, 동기, 도전과제, RQ1–RQ12, 방법론 stack, 응용 6개, open problem 7개, future direction 5개, 연구공백과 17개 핵심 출처를 모두 반영했다. 원자료가 제안적 연구 프레임임을 유지하며, 문서 밖의 독립적 검증 결과를 추가하지 않았다.
Part I · Definitions and convergence

네 개의 연구 흐름은 아직 하나가 아니지만, 서로의 빈칸을 정확히 향하고 있다

Co-Scientist는 질문을 만들고, Agentic RAG는 증거를 찾아오며, HRKG는 맥락을 보존하고, AQP는 어디까지 할지 결정한다.

§1 · AI Co-Scientist

검색 chatbot이 아니라 hypothesis lifecycle을 운영하는 시스템

2025년 Towards an AI co-scientist는 연구자가 준 goal에서 출발해 여러 agent가 hypothesis generation, debate, ranking, evolution, reflection을 반복하고 test-time compute를 배분하는 구조를 제시했다. source synthesis는 drug repurposing, novel target discovery, antimicrobial resistance에서 실험적 검증까지 연결된 사례를 이 흐름의 출발점으로 둔다.

\[\text{Goal}\rightarrow\text{Evidence Search}\rightarrow\text{Hypothesis}\rightarrow\text{Critique}\rightarrow\text{Experiment}\rightarrow\text{Belief Update}.\]

중요한 것은 최종 답변 한 문장이 아니라 연구 상태가 계속 갱신된다는 점이다. 따라서 retrieval은 그 loop의 하위 기능이 아니라 다음 행동을 결정하는 핵심 센서가 된다.

§2 · Multi-Agent Agentic RAG

retrieve → generate를 planning → retrieval → verification loop로 늘린다

2025년 Agentic RAG survey는 기존 RAG와의 차이를 reflection, planning, tool use, multi-agent collaboration으로 설명한다. 질의를 분해하고 retrieval 전략을 바꾸며, evidence가 부족하면 다시 찾는다. source synthesis가 예로 드는 SQuAI는 230만 편 이상의 arXiv full-text를 대상으로 네 agent가 복잡한 과학질문을 sub-question으로 분해하고 sparse/dense hybrid retrieval과 adaptive filtering을 수행하며, claim-level citation과 supporting sentence를 연결한다. HM-RAG은 decomposition agent, heterogeneous retrieval agents, decision agent를 계층적으로 조직해 text·graph·web source를 통합한다.

\[\boxed{\text{Agentic RAG}=\text{RAG}+\text{Planning}+\text{Adaptive Retrieval}+\text{Verification}}\]
\[\boxed{\text{Multi-Agent RAG}=\text{Agentic RAG}+\text{Role Specialization}+\text{Collaboration}}\]
§3 · Hyper-Relational Knowledge Graph

과학에서는 edge보다 조건이 더 중요할 때가 많다

전통적인 KG fact는 \((h,r,t)\)이다. 예컨대 \((\text{Drug-X},\text{inhibits},\text{Protein-Y})\)만 저장한다. 그러나 실제 과학적 사실은 조건을 잃으면 의미가 바뀐다. 따라서 source는 hyper-relational fact를

\[s=(h,r,t,Q),\qquad Q=\{(q_1,v_1),\ldots,(q_m,v_m)\}\]

로 둔다. 예를 들어 species=human, cell-line=HepG2, dose=10\(\mu\)M, method=WesternBlot, source=Paper\(_{127}\), year=2025 같은 qualifier가 edge에 붙는다. 2025 ICML의 MAYPL과 HyperSAT 계열 연구는 qualifier와 structural context를 함께 다루는 HRKG representation의 중요성을 배경으로 제공한다.

“A가 B를 억제한다”보다 중요한 질문은 “어떤 조건, 어떤 species, 어떤 측정법, 어떤 출처에서 A가 B를 억제했다고 관측됐는가”이다.
§4 · Hypergraph ≠ Hyper-relational graph

n-ary event structure와 contextualized fact는 서로 다른 역할을 한다

Hypergraph의 hyperedge는 \(e=\{v_1,v_2,\ldots,v_k\}\)처럼 여러 entity를 동시에 연결한다. 반면 HRKG의 중심은 \((h,r,t)+\text{qualifiers}\)이다. HyperGraphRAG는 GraphRAG의 binary relation 한계를 n-ary hyperedge로 확장하는 쪽이고, HRKG는 fact 자체의 조건과 provenance를 보존하는 쪽이다.

Hypergraph

복잡한 사건이나 여러 entity가 동시에 참여하는 higher-order event structure에 가깝다.

Hyper-relational KG

어떤 맥락과 실험조건에서 성립한 contextualized scientific fact에 가깝다.

따라서 둘은 경쟁 representation이라기보다 상호보완적이다. 이후의 어려운 문제는 event structure와 qualifier semantics를 어떻게 lossless하게 alignment할지이다.

§5 · Approximate Query Processing

정답을 덜 정확하게 만드는 기술이 아니라, 필요한 품질만큼 계산하는 기술

전통 AQP는 전체 계산을 생략하거나 sampling하면서도 error guarantee를 유지한다.

\[P(|\hat y-y|\le\epsilon)\ge1-\delta.\]

source는 PilotDB의 block sampling 기반 AQP와 함께, 이 철학이 2025–2026년 LLM semantic query로 확장되는 흐름을 짚는다. BARGAIN은 cheap LLM–expensive LLM cascade에 accuracy/precision/recall 보장을 적용하고, Task Cascades는 더 싼 model만 고르는 것을 넘어 surrogate task 자체를 생성한다.

§6 · Integrated definition

CoSci-HR-AQP를 하나의 제안적 시스템 정의로 묶는다

정의하면 다음과 같다. 여러 전문 agent가 scientific goal을 분해하고 문헌·데이터·실험·지식그래프에서 evidence를 탐색한다. 과학적 fact는 qualifier와 provenance를 포함한 hyper-relational structure로 저장한다. 그리고 연구 단계마다 retrieval depth, graph expansion, sample size, model fidelity, evidence precision을 동적으로 조절해 제한된 자원 안에서 신뢰할 수 있는 scientific decision을 지원한다.

\[\text{Retrieve everything exactly}\quad\longrightarrow\quad\text{Retrieve enough reliable evidence for the next scientific decision}.\]
Part II · Formal problem definition

한 번의 query가 아니라 전체 scientific reasoning trajectory를 최적화한다

AQP의 단위를 operator 하나에서 multi-agent research trajectory 전체로 끌어올리는 것이 이 프레임의 수학적 핵심이다.

§7 · A motivating task

“새로운 간섬유화 치료표적을 찾아라”

예를 들어 AI Co-Scientist가 “새로운 간섬유화 치료표적으로 유망하면서 기존 연구와 중복되지 않는 단백질을 찾아라”라는 goal을 받는다고 하자. 사용 가능한 data source를

\[\mathcal D=\{D_{\text{papers}},D_{\text{omics}},D_{\text{clinical}},D_{\text{KG}},D_{\text{experiments}}\}\]

로 두고, 이를 \(\mathcal G_H=(E,R,S)\)라는 HRKG에 조직한다. 각 scientific fact는 \(s_i=(h_i,r_i,t_i,Q_i)\)이다.

§8 · Agents, state, action

agent가 고르는 것은 query 문장 하나가 아니다

source가 예시로 두는 agent set은 planner, literature, graph, data, hypothesis, critic, verifier이다.

\[\mathcal A=\{A_{\mathrm{planner}},A_{\mathrm{literature}},A_{\mathrm{graph}},A_{\mathrm{data}},A_{\mathrm{hypothesis}},A_{\mathrm{critic}},A_{\mathrm{verifier}}\}.\]

시점 \(t\)의 상태는

\[x_t=(G,H_t,U_t,B_t,M_t)\]

로 둔다. \(G\)는 scientific goal, \(H_t\)는 현재 hypothesis set, \(U_t\)는 uncertainty, \(B_t\)는 남은 compute/token/time/experiment budget, \(M_t\)는 scientific memory이다. 다음 action은

\[a_t=(q_t,A_t,S_t,k_t,d_t,\kappa_t,m_t,r_t,\tau_t)\]

이다. 여기에는 다음 scientific probe \(q_t\), 담당 agent \(A_t\), source \(S_t\), top-\(k\), graph depth \(d_t\), qualifier constraint \(\kappa_t\), model tier \(m_t\), sampling/fidelity \(r_t\), continue/escalate/stop decision \(\tau_t\)가 함께 들어간다.

§9 · Objective

scientific utility, cost, latency, epistemic risk를 한 trajectory에서 다룬다

\[\pi^*=\arg\max_{\pi}\;\mathbb E\left[U_{\mathrm{sci}}(H_T)-\lambda_C C_\pi-\lambda_L L_\pi-\lambda_E E_\pi\right]\]

단, evidence quality가 최소 기준을 넘을 확률을 유지한다.

\[P(Q_{\mathrm{evidence}}\ge Q_{\min})\ge1-\delta.\]

전통 AQP가 대체로 one query의 cost–error trade-off를 다뤘다면, CoSci-HR-AQP는 hypothesis update와 agent choice가 연쇄되는 전체 scientific reasoning trajectory를 최적화한다.

§10 · Qualifier-aware retrieval

semantic similarity만으로는 과학적 관련성을 보장할 수 없다

단순 graph traversal은 \(Drug\rightarrow Target\rightarrow Disease\)를 찾는다. scientific HRKG retrieval은 species=human, year≥2023, dose<10\(\mu\)M, evidence=experimental처럼 qualifier constraint를 만족하는 path를 찾아야 한다.

\[Score(s,q)=\alpha S_{\mathrm{semantic}}+\beta S_{\mathrm{structural}}+\gamma S_{\mathrm{qualifier}}+\eta S_{\mathrm{provenance}}.\]

따라서 evidence relevance는 뜻이 비슷한가뿐 아니라 구조적으로 연결되는가, query condition과 맞는가, provenance가 믿을 만한가를 함께 본다.

§11 · Hyper-relational evidence unit

document chunk 대신 Claim + Context + Provenance를 최소 단위로 둔다

\[e=\langle\text{claim},\text{experimental conditions},\text{source},\text{confidence}\rangle.\]

그러면 충돌하는 논문도 단순한 \(A\) vs \(\neg A\)가 아니라 \(A\mid Q_1\)과 \(\neg A\mid Q_2\)로 표현할 수 있다. source가 강조하는 중요한 해석은 과학적 contradiction 가운데 일부가 실제로는 qualifier mismatch일 수 있다는 점이다.

Part III · Core architecture and methods

검색 깊이, 모델 가격, graph 범위, qualifier relaxation을 하나의 control problem으로 만든다

좋은 retrieval이란 많이 찾는 것이 아니라, hypothesis를 바꿀 가능성이 있는 evidence를 필요한 fidelity로 찾는 것이다.

§12 · Agentic graph retrieval

local → multi-hop → global → source text를 항상 모두 실행하지 않는다

source는 2026년 A2RAG를 가장 가까운 선행 사례로 본다. 먼저 싼 retrieval을 수행하고 evidence sufficiency를 평가하며, 부족할 때만 더 깊은 graph traversal과 provenance source text로 escalation한다. source 문서는 iterative multi-hop baseline 대비 token과 latency를 대략 절반 수준으로 줄이면서 retrieval 성능을 개선했다고 요약한다.

\[\text{local}\rightarrow\text{multi-hop}\rightarrow\text{global}\rightarrow\text{source text}\]

이 sequence는 고정 pipeline이 아니라 escalation ladder이다. 다음 단계로 갈지 말지는 “evidence sufficient?”라는 decision이 정한다.

§13 · Retrieval as AQP

GraphRAG 자체를 approximate query로 재정의한다

정확한 graph retrieval을 \(R(q,G)\)라 하면 CoSci-HR-AQP는 parameterized approximation \(\hat R(q,G;k,d,r)\)을 사용한다.

\[\min C(k,d,r)\quad\text{s.t.}\quad P\left(Quality(\hat R,R^*)\ge Q_0\right)\ge1-\delta.\]

top-\(k\), hop depth \(d\), sampling/fidelity \(r\) 자체가 query optimizer의 decision variable이 된다. PathRAG와 AutoPrunedRetriever는 relational path pruning과 minimal reasoning graph 보존을 통해 “많이 가져오는 것”보다 “필요한 구조를 가져오는 것”이 중요하다는 선행 흐름으로 연결된다.

§14 · Multi-agent evidence specialization

parallelization보다 중요한 것은 epistemic separation이다

SQuAI, HM-RAG, AnchorRAG은 retrieval 역할을 agent들에게 나누는 여러 설계를 보여 준다. source는 Co-Scientist에서 이를 더 전문화하자고 제안한다.

Literature

논문·문헌의 주장과 원문 evidence를 탐색한다.

HRKG

qualifier-aware graph path와 provenance를 탐색한다.

Omics / Data

통계·multi-omics evidence와 cohort condition을 다룬다.

Experiment

실험 protocol과 experimental provenance를 검증한다.

Hypothesis

evidence를 후보 설명과 연구가설로 조직한다.

Critic / Falsifier

반증 evidence와 contradiction을 우선 찾는다.

같은 model이 같은 index를 보고 단지 여섯 번 답하는 구조라면 진짜 다양성이 아니다. 역할 분리는 데이터 source, retriever, model family, verification rule까지 분리될 때 epistemic separation이 된다.

§15 · Agentic KG construction

KG enrichment를 qualifier-aware HRKG enrichment로 확장한다

KARMA는 2025 NeurIPS에서 아홉 agent를 entity discovery, relation extraction, schema alignment, conflict resolution 등에 배치해 scientific literature에서 KG를 자동 확장한다. source synthesis는 1,200개 PubMed 논문에서 수만 개 entity를 추가하면서 multi-layer verification을 수행한 사례로 소개한다.

CoSci-HR-AQP가 요구하는 다음 단계는 \((h,r,t)\)만 추출하는 것이 아니라

\[(h,r,t,\{condition,time,method,source,confidence\})\]

까지 뽑아내는 것이다. extraction loss가 edge 하나의 누락을 넘어 experimental context의 왜곡으로 이어질 수 있기 때문이다.

§16 · Approximation contract

질의마다 허용 오차와 예산을 계약으로 붙인다

\[\mathcal C_q=\langle\epsilon,\delta,Recall_{\min},Confidence_{\min},Cost_{\max},Latency_{\max}\rangle.\]

exploration에서는 예컨대 \(Recall\ge0.95, Precision\ge0.6\)처럼 넓게 모으고, validation에서는 \(Precision\ge0.95\), \(P(error<\epsilon)\ge0.99\)처럼 더 엄격한 조건을 요구할 수 있다. source는 PilotDB와 BARGAIN을 quality-bound computation의 수학적 배경으로 연결한다.

§17 · Method stack

서로 다른 선행연구를 architecture layer별로 배치한다

LayerMethodRelated work in source synthesis
Scientific orchestrationGenerate–Debate–Evolve, supervisor agentsAI Co-Scientist
Scientific retrievalQuestion decomposition + hybrid retrievalSQuAI
Multi-source coordinationDecomposition / retrieval / decision agentsHM-RAG
Graph constructionMulti-agent extraction / schema / conflict agentsKARMA
Higher-order representationHyperedgesHyperGraphRAG
Qualifier-aware representationHRKG structural reasoningMAYPL, HyperSAT
Adaptive retrievalEvidence sufficiency → escalationA2RAG
Retrieval pruningRelational paths / minimal subgraphsPathRAG, AutoPrunedRetriever
Statistical AQPAdaptive / block samplingPilotDB
Model approximationCheap–oracle cascadeBARGAIN
Task approximationSurrogate-task generationTask Cascades
Global AI-query optimizationCost / quality / latency optimizerAbacus
§18 · AQP controller policy

query마다 top-k, depth, model, sample ratio, stop을 동시에 결정한다

\[\pi_\theta:(q,H_t,U_t,B_t)\longrightarrow(k,d,m,r,\tau).\]

source의 architecture는 Research Goal → Supervisor/Planner → Hypothesis Agents → AQP Policy Controller → Vector/HRKG/Literature/Data Agents → Qualifier-Aware Evidence Graph → Critic/Contradiction/Provenance Agents → Continue/Escalate/Experiment/Stop으로 이어진다. 단순 GraphRAG와의 가장 큰 차이는 retrieval parameter가 고정 설정이 아니라 scientific state에 따라 바뀌는 policy라는 점이다.

Part IV · Why now, and what can go wrong

기술은 수렴하고 있지만, 과학에서는 ‘근사’의 실패 비용이 일반 검색보다 훨씬 크다

rare evidence, correlated agent error, qualifier mismatch, long-horizon drift가 AQP의 단순 비용 절감을 epistemic risk 문제로 바꾼다.

§19 · Four converging trends

2025년 이후의 변화는 네 단계로 읽을 수 있다

1 · AI Scientist → multi-agent
AI Co-Scientist가 generate–debate–evolve와 test-time compute scaling을 사용하고, Agent Laboratory가 literature review–experimentation–report writing을 자동화한다. Kosmos와 2026 Robin은 장기 scientific discovery loop로 확장된다.
2 · RAG → graph + orchestration
HyperGraphRAG는 n-ary relation, HM-RAG와 SQuAI는 specialization, AnchorRAG는 multi-agent graph exploration을 도입한다.
3 · Graph retrieval → cost-aware
PathRAG는 relational path를 prune하고, A2RAG는 evidence sufficiency에 따라 retrieval depth를 늘린다.
4 · AQP → LLM workflow
Abacus는 semantic operator의 quality/cost/latency를 jointly optimize하고, Deep Research Runtime과 Query-Centric Optimization은 agentic workflow 자체를 optimization target으로 본다.
\[\boxed{\text{Scientific Multi-Agent RAG}+\text{Context-aware HRKG}+\text{Adaptive Graph Retrieval}+\text{AQP Guarantees}}\]
§20 · Motivation

왜 과학 RAG에서 이 결합이 필요한가

Context dependence

과학 fact는 species, temperature, dataset, method에 따라 의미가 달라진다. binary edge만으로는 조건부 사실을 충분히 표현하기 어렵다.

Provenance

AI Co-Scientist에서는 answer보다 Claim ← Evidence ← Source ← Experimental Context chain이 더 중요하다.

Frontier model cost

source는 Kosmos가 한 run에서 평균 약 1,500편 논문, 42,000줄 코드, 200개 이상 rollout을 사용한다고 요약한다. 모든 evidence를 frontier model로 읽는 전략은 빠르게 비경제적이 된다.

GraphRAG cost

KG construction, multi-hop expansion, LLM extraction 자체가 deployment barrier다. adaptive effort와 reasoning subgraph reuse가 필요한 이유다.

필요한 것은 단순한 retrieval acceleration이 아니라 Scientific Retrieval Budget Allocation이다.
§21 · Seven challenges

근사와 multi-agent가 만든 새로운 실패 모드

Qualifier explosion

species, dose, time, assay, temperature, population, source가 fact마다 붙으면 graph dimensionality와 query planning cost가 급증한다. qualifier를 모두 쓰면 비싸고, 무시하면 조건이 다른 evidence를 섞는다.

Hypergraph–HRKG semantic alignment

\(\{Drug,Protein,Disease\}\) hyperedge에서 species=mouse가 relation의 qualifier인지 별도 entity인지 애매할 수 있다. event structure와 qualifier semantics 사이의 lossless mapping이 필요하다.

Approximation-induced evidence loss

AQP는 일부를 버리는 기술이다. 그러나 scientific discovery에서 rare evidence의 발생확률은 낮아도 가치가 매우 클 수 있다.

\[P(\text{rare evidence})\ll1\quad\text{while}\quad Value(\text{rare evidence})\gg1.\]

따라서 uniform sampling은 위험할 수 있다.

Correlated agent errors

같은 LLM family, embedding, index를 쓰는 agent들은 독립 표본이 아니다.

\[Error(A_1)\not\!\perp Error(A_2).\]

majority voting이 곧 verification은 아니다.

Scientific contradiction resolution

모순처럼 보이는 \(Claim\mid Q_1\)과 \(\neg Claim\mid Q_2\)가 실제로는 서로 다른 조건에서 모두 참일 수 있다. contradiction agent는 textual entailment만이 아니라 qualifier compatibility를 봐야 한다.

Long-horizon approximation drift

초기 근사오류가 memory에 저장되고 다음 decision에 재사용되면 \(e_1\rightarrow e_2\rightarrow\cdots\rightarrow e_T\)로 증폭될 수 있다. operator-level accuracy와 final discovery accuracy는 다르다.

What does a guarantee mean?

BARGAIN이 보장하는 것은 expensive oracle과의 agreement다. 그러나

\[\text{agreement with LLM oracle}\neq\text{scientific truth}.\]

Co-Scientist에서 이 epistemic boundary는 끝까지 유지돼야 한다.

Part V · Twelve research questions

좋은 논문은 architecture보다 먼저 ‘무엇을 보존해야 하는가’를 정의해야 한다

source synthesis가 도출한 RQ1–RQ12는 retrieval fidelity에서 final decision calibration까지 하나의 연구 프로그램을 이룬다.

§22 · RQ1–RQ12

Qualifier-Aware Scientific AQP의 연구지도

RQ1
Qualifier-Aware Agentic Retrieval. 자연어 scientific query에서 species, time, assay, dose, provenance constraint를 어떻게 자동 추출하고 graph retrieval에 반영할 것인가?
RQ2
Hyper-Relational AQP. HRKG에서 어떤 fact와 qualifier를 sampling/pruning해도 hypothesis ranking이 보존된다고 보장할 수 있는가?
RQ3
Adaptive Graph Depth. 각 query마다 최적 hop depth \(d^*(q)\)를 agent가 결정할 수 있는가?
RQ4
Evidence-Sufficiency Stopping. 추가 retrieval이 scientific conclusion을 거의 바꾸지 않을 때 자동 중단할 수 있는가?
RQ5
Scientific Value-of-Information. 다음 probe를 \(q^*=\arg\max_q \frac{InformationGain(q)}{Cost(q)}\)로 선택할 수 있는가?
RQ6
Hypothesis-Preserving Approximation. exact retrieval result가 아니라 \(Rank(H_1,\ldots,H_k)\)가 approximation 전후에 보존되도록 할 수 있는가?
RQ7
Falsification-Aware Retrieval. 지지 evidence뿐 아니라 현재 hypothesis를 가장 강하게 반박할 evidence를 우선 검색할 수 있는가?
RQ8
Agent Diversity. 다른 model, retriever, graph representation을 사용해 correlated hallucination을 줄이는 최적 multi-agent 구성은 무엇인가?
RQ9
Approximate Qualifier Matching. human hepatocyte, HepG2, human liver cell처럼 의미적으로 가깝지만 동일하지 않은 qualifier를 어떻게 approximate match할 것인가?
RQ10
Provenance-Preserving Compression. graph/subgraph를 공격적으로 prune하면서 source-level provenance를 잃지 않을 수 있는가?
RQ11
Temporal Scientific HRKG. 새 논문이 들어올 때 이전 fact를 overwrite하지 않고 \(Fact(t_1),Fact(t_2),\ldots\)처럼 evidence evolution을 관리할 수 있는가?
RQ12
End-to-End Guarantee. retrieval recall, qualifier accuracy, LLM accuracy, sampling error를 결합해 final scientific decision에 대한 calibration을 제공할 수 있는가?
§23 · Strongest single contribution

query answer가 아니라 scientific decision을 보존하는 AQP

source의 마지막 제안은 이 12개 질문을 하나의 독립 contribution으로 압축한다. Qualifier-Aware Scientific AQP이다. HRKG 위에서 hypothesis-sensitive subgraph를 점진적으로 탐색하고, multi-agent verifier가 evidence sufficiency를 판단하며, AQP controller가 top-\(k\), hop depth, qualifier relaxation, model tier, source-text escalation을 동적으로 결정하되 최종 hypothesis ranking 또는 scientific decision이 일정 확률 이상 보존되도록 한다.

Research contribution
보장 단위를 “query answer”에서 “scientific decision”으로 끌어올린다. 이것이 단순한 HyperGraphRAG + A2RAG + BARGAIN + AI Co-Scientist의 기능 결합과 구별되는 문제정의다.
Part VI · Applications and open problems

가장 먼저 값이 생길 곳은 조건부 사실과 provenance가 많은 과학 분야이다

drug discovery, biomedicine, multi-omics, reproducibility, materials, literature-to-lab가 자연스러운 첫 응용이다.

§24 · Six applications

qualifier-rich evidence가 실제 의사결정을 바꾸는 분야

Drug & target discovery

drug–gene–disease–pathway–experiment 관계를 species, assay, dose, evidence type과 함께 저장한다. source는 AI Co-Scientist의 drug repurposing과 liver-fibrosis target generation을 직접적인 출발점으로 본다.

Biomedical literature intelligence

수백만 논문의 모든 chunk를 frontier model로 읽는 대신 approximate graph retrieval로 후보 evidence를 좁히고 논쟁적 claim만 source text까지 검증한다.

Multi-omics discovery

gene–protein–phenotype–pathway뿐 아니라 tissue, cohort, assay, disease stage를 qualifier로 다룬다.

Experimental reproducibility

method, instrument, temperature, sample size, dataset version을 qualifier로 저장해 “같은 조건에서 재현된 evidence”를 검색한다.

Materials science

material–property relation은 pressure, temperature, composition, manufacturing condition에 민감하므로 HRKG가 binary KG보다 자연스럽다.

Literature-to-lab pipelines

Kosmos·Robin류의 문헌→가설→데이터 분석→새 가설 loop에서 graph memory, provenance, AQP가 비용과 신뢰성에 직접 영향을 준다.

§25 · Seven open problems

지금 당장 논문 제목이 될 수 있는 빈칸들

Hyper-Relational RAG itself

HyperGraphRAG는 hypergraph를 RAG와 연결하지만 qualifier-rich HRKG를 agentic RAG와 직접 통합하는 연구는 상대적으로 적다. HRKG 연구의 중심은 아직 knowledge graph completion과 representation learning 쪽에 가깝다.

HRKG-native query language

필요한 것은 단순한 “Find papers related to liver fibrosis”가 아니라 query + qualifier + approximation contract + provenance requirement를 함께 표현하는 언어다.

FIND candidate_target
WHERE:
  associated_with(candidate_target, liver_fibrosis)
QUALIFIERS:
  species = human
  evidence IN {organoid, clinical, in_vitro}
  year >= 2023
APPROXIMATION:
  recall >= 0.95
  confidence >= 0.90
  budget <= $1
PROVENANCE:
  primary_source_required = true

Approximation guarantee vs scientific guarantee

\(P(\text{retrieval correct})=0.95\)가 \(P(\text{scientific hypothesis true})\)를 의미하지 않는다. retrieval guarantee는 epistemic truth guarantee로 자동 승격되지 않는다.

Negative evidence retrieval

relevance 최적화는 confirmation evidence를 많이 찾기 쉽다. Co-Scientist에는 relevance 외에 falsification value가 필요하다.

Qualifier incompleteness

과거 논문의 실험조건이 text에만 있고 KG extraction에서 빠질 수 있다. HRKG에서는 extraction loss가 바로 context loss다.

Multi-agent statistical dependence

같은 foundation model이 hypothesis, extraction, judging을 모두 담당하면 self-confirmation loop가 생길 수 있다.

Benchmark absence

HeurekaBench가 end-to-end Co-Scientist 평가를 시작했지만 HRKG fidelity, retrieval cost, qualifier correctness, provenance completeness, scientific utility를 동시에 재는 benchmark는 source synthesis 기준으로 아직 뚜렷하지 않다.

Part VII · Future directions and the research gap

앞으로의 핵심 metric은 “얼마나 정확히 답했는가”보다 “얼마나 적은 비용으로 더 나은 과학적 결정을 만들었는가”일 수 있다

answer-preserving AQP에서 decision-preserving AQP로, relevance-first RAG에서 falsification-first RAG로 이동한다.

§26 · Approximate Scientific Graph Reasoning

목적함수를 scientific knowledge gain per cost로 바꾼다

전통 AQP는 흔히 \(\min Cost(q)\) subject to \(Error(q)\le\epsilon\) 형태다. source가 제안하는 미래 Co-Scientist 목적은 더 직접적이다.

\[\max\frac{\Delta ScientificKnowledge}{Compute+Token+Retrieval+ExperimentCost}.\]

이렇게 놓으면 retrieval optimization이 database latency 문제에서 research prioritization 문제로 바뀐다.

§27 · Decision-preserving AQP

숫자가 조금 달라도 최종 실험 후보가 같다면 충분할 수 있다

\[Decision(\hat R)=Decision(R^*).\]

정확한 candidate score를 완벽히 재현하는 대신 top-5 experiment candidate가 유지되면 충분한 상황이 있다. 그래서

\[\text{answer-preserving AQP}\rightarrow\text{decision-preserving AQP}.\]

로 보장 단위를 옮기는 것이 중요한 future direction이다.

§28 · Hypothesis-preserving graph compression

전체 graph를 주지 않고도 hypothesis ordering을 유지한다

\[G\rightarrow G_q^{approx}\]
\[P\left(Rank_H(G_q^{approx})=Rank_H(G)\right)\ge1-\delta.\]

PathRAG, A2RAG, AutoPrunedRetriever가 retrieval structure를 줄였다면, 다음 단계는 scientific hypothesis ranking이라는 downstream decision을 직접 보존하는 compression guarantee이다.

§29 · Qualifier-aware value of information

evidence의 값은 uncertainty reduction과 context compatibility의 곱이다

\[VOI(e)=\frac{\Delta U(H\mid e)}{Cost(e)}\times Compatibility(Q_e,Q_q).\]

현재 hypothesis의 uncertainty를 크게 줄이면서 query qualifier와 잘 맞는 evidence를 우선 탐색한다. rare but decisive evidence를 uniform sampling으로 놓치는 문제도 이런 value-aware policy에서 다뤄야 한다.

§30 · Falsification-first RAG

relevance 최대화에서 information gain + falsification potential 최대화로

\[\max\;\big(Information\ Gain+Falsification\ Potential\big).\]

“Protein X가 liver fibrosis를 촉진한다”는 hypothesis가 있으면 일반 RAG는 X와 fibrosis가 함께 나오는 논문을 찾기 쉽다. falsification-aware RAG는 오히려 “X knock-out에서도 fibrosis가 증가하지 않는가?”, “다른 tissue에서 반대 효과가 있는가?”, “human evidence와 mouse evidence가 충돌하는가?”를 적극 검색한다.

이 변화가 AI Co-Scientist를 answer generator에서 scientific skeptic으로 바꾸는 핵심일 수 있다.
§31 · Hyper-relational scientific memory

과거 research episode 자체를 provenance graph로 저장한다

\[(action,condition,observation,evidence,outcome).\]

이런 episode를 HRKG fact로 저장하면 “지난번 이 hypothesis를 왜 폐기했는가?”라는 질문에 memory summary가 아니라 exact evidence path로 답할 수 있다.

§32 · The missing center

문헌의 component들은 존재하지만 네 요소를 동시에 갖는 system은 비어 있다

source synthesis의 핵심 연구공백은 다음 네 요소의 동시 결합이다.

\[\textbf{Qualifier-aware HRKG retrieval}+\textbf{Multi-agent scientific reasoning}+\textbf{Adaptive AQP}+\textbf{End-to-end provenance}.\]

따라서 가장 강한 problem statement는 다음과 같다.

Problem statement
How can an AI Co-Scientist dynamically allocate retrieval, reasoning, and verification resources across a qualifier-rich hyper-relational scientific knowledge graph while preserving sufficient evidence quality for scientific decision-making?

이를 source는 더 공격적으로 다음 목적함수로 압축한다.

\[\pi^*=\arg\max_\pi\frac{ScientificUtility-\lambda\,EpistemicRisk}{RetrievalCost+LLMCost+ExperimentCost}\quad\text{s.t.}\quad P(EvidenceQuality\ge Q_{\min})\ge1-\delta.\]

그러므로 연구의 본질은 “GraphRAG를 조금 더 빠르게 만든다”가 아니다.

어떤 과학적 증거를, 어떤 조건에서, 어떤 agent가, 어느 정도 정확하게, 언제까지 찾아야 다음 과학적 결정을 신뢰할 수 있는가. 이 질문이 CoSci-HR-AQP의 중심이다.
§33 · Evidence boundaries

source fact, synthesis, proposal을 분리해서 읽는다

Source fact
AI Co-Scientist, SQuAI, HM-RAG, HyperGraphRAG, MAYPL, A2RAG, PathRAG, KARMA, PilotDB, BARGAIN, Task Cascades, Abacus 등 개별 component 연구와 그 reported capability가 문헌상 존재한다는 것이 source synthesis의 근거다.
Synthesis
이들을 “Scientific Multi-Agent RAG + Context-aware HRKG + Adaptive Graph Retrieval + AQP Guarantees”라는 한 연구 축으로 연결한 것은 첨부 문서의 분석적 재구성이다.
Proposal
CoSci-HR-AQP라는 이름, decision-preserving AQP, qualifier-aware VOI, falsification-first RAG, 통합 목적함수는 확립된 단일 시스템의 reported result가 아니라 source가 제안하는 연구 프레임과 future direction이다.
Boundary
LLM oracle agreement, retrieval accuracy, approximation guarantee는 scientific truth와 동일하지 않다. end-to-end scientific calibration은 RQ12와 open problem으로 남는다.
References · Core papers and sources listed in the attachment

핵심 논문·출처 URL

AI Co-Scientist / Scientific Agents
[01]
Gottweis et al., “Towards an AI co-scientist”
2025 · arXiv 2502.18864 · https://arxiv.org/abs/2502.18864?utm_source=chatgpt.com
[02]
Schmidgall et al., “Agent Laboratory”
EMNLP 2025 · https://aclanthology.org/2025.findings-emnlp.320/?utm_source=chatgpt.com
[03]
Mitchener et al., “Kosmos: An AI Scientist for Autonomous Discovery”
2025 · arXiv 2511.02824 · https://arxiv.org/abs/2511.02824?utm_source=chatgpt.com
[04]
Panigrahi et al., “HeurekaBench”
ICLR 2026 · https://openreview.net/forum?id=Y7xCdFuFw7&utm_source=chatgpt.com
Multi-Agent / Agentic RAG
[05]
Singh et al., “Agentic Retrieval-Augmented Generation: A Survey on Agentic RAG”
2025 · arXiv 2501.09136 · https://arxiv.org/abs/2501.09136?utm_source=chatgpt.com
[06]
Liu et al., “HM-RAG”
ACM MM 2025 · arXiv 2504.12330 · https://arxiv.org/abs/2504.12330?utm_source=chatgpt.com
[07]
Besrour et al., “SQuAI: Scientific Question-Answering with Multi-Agent Retrieval-Augmented Generation”
CIKM 2025 · arXiv 2510.15682 · https://arxiv.org/abs/2510.15682?utm_source=chatgpt.com
[08]
Xu et al., “AnchorRAG”
WWW 2026 · arXiv 2509.01238 · https://arxiv.org/abs/2509.01238?utm_source=chatgpt.com
[09]
Liu et al., “A2RAG: Adaptive Agentic Graph Retrieval for Cost-Aware and Reliable Reasoning”
ICDEW 2026 · arXiv 2601.21162 · https://arxiv.org/abs/2601.21162?utm_source=chatgpt.com
Hypergraph / Hyper-Relational Knowledge
[10]
Luo et al., “HyperGraphRAG: Retrieval-Augmented Generation with Hypergraph-Structured Knowledge Representation”
NeurIPS 2025 · arXiv 2503.21322 · https://arxiv.org/abs/2503.21322?utm_source=chatgpt.com
[11]
Lee & Whang, “Structure Is All You Need: Structural Representation Learning on Hyper-Relational Knowledge Graphs”
ICML 2025 · https://proceedings.mlr.press/v267/lee25ah.html?utm_source=chatgpt.com
[12]
Wang et al., “Structure-Aware Transformer for Hyper-Relational Knowledge Graph Completion”
2025 · https://www.sciencedirect.com/science/article/pii/S0957417425006141?utm_source=chatgpt.com
[13]
Lu et al., “KARMA: Leveraging Multi-Agent LLMs for Automated Knowledge Graph Enrichment”
NeurIPS 2025 · https://proceedings.neurips.cc/paper_files/paper/2025/hash/517f9b9c227b9dd51dba4560f37165ed-Abstract-Conference.html?utm_source=chatgpt.com
Graph Retrieval Efficiency
[14]
Chen et al., “PathRAG”
2025 · arXiv 2502.14902 · https://arxiv.org/abs/2502.14902?utm_source=chatgpt.com
[15]
Wang et al., “Pruning Minimal Reasoning Graphs for Efficient RAG”
2026 · arXiv 2602.04926 · https://arxiv.org/abs/2602.04926?utm_source=chatgpt.com
Approximate Query Processing / AI Query Optimization
[16]
Zhu et al., “PilotDB: Database-Agnostic Online Approximate Query Processing with A Priori Error Guarantees”
SIGMOD/PACMMOD 2025 · arXiv 2503.21087 · https://arxiv.org/abs/2503.21087?utm_source=chatgpt.com
[17]
Zeighami et al., “Cut Costs, Not Accuracy: LLM-Powered Data Processing with Guarantees”
2025 · arXiv 2509.02896 · https://arxiv.org/abs/2509.02896?utm_source=chatgpt.com
[18]
Shankar et al., “Task Cascades for Efficient Unstructured Data Processing”
2026 · arXiv 2601.05536 · https://arxiv.org/abs/2601.05536?utm_source=chatgpt.com
[19]
Russo et al., “Abacus: A Cost-Based Optimizer for Semantic Operator Systems”
2025/2026 · arXiv 2505.14661 · https://arxiv.org/abs/2505.14661?utm_source=chatgpt.com
[20]
Russo & Kraska, “Deep Research is the New Analytics System”
arXiv 2509.02751 · https://arxiv.org/abs/2509.02751?utm_source=chatgpt.com
[21]
Wang et al., “Query-Centric Optimization of AI Workflows via Approximate Query Processing and Proxy Models”
2026 · arXiv 2607.00254 · https://arxiv.org/abs/2607.00254?utm_source=chatgpt.com
Additional source entries
[22]
AnchorRAG / Open-World RAG on Knowledge Graph
WWW 2026 · DOI 10.1145/3774904.3792389 · https://doi.org/10.1145/3774904.3792389?utm_source=chatgpt.com
[23]
Efficient Knowledge Graph Construction and Retrieval from Unstructured Text for Large-Scale RAG Systems
2025 · arXiv 2507.03226 · https://arxiv.org/abs/2507.03226?utm_source=chatgpt.com
[24]
HeurekaBench paper PDF
OpenReview · https://openreview.net/pdf?id=Y7xCdFuFw7&utm_source=chatgpt.com
Reference note. 첨부 문서의 각주 번호 [1]–[17]는 여러 본문 인용에 재사용되며, 말미에는 주제별 “핵심 논문·출처 URL” 목록이 따로 있다. 위 bibliography는 그 말미 목록의 개별 논문과 추가 URL을 사람이 읽기 좋은 형태로 풀어 적었다. source에 명시되지 않은 bibliographic detail은 덧붙이지 않았다.