Scientific Data Skills: Enabling Agent-Ready Scientific Data Services at Scale
AI 에이전트가 과학 데이터를 스스로 찾고 이해하도록, 데이터셋을 '기술서'로 포장하는 방법
AI 에이전트가 과학 데이터를 찾고 해석해서 실제로 쓰기까지 여러 저장소에 흩어진 정보와 사람 위주로 쓰인 문서 때문에 어려움을 겪는다. 연구팀은 데이터셋 설명, 파일 구조, 사용법, 품질 검사, 출처 정보를 하나로 묶은 'Scientific Data Skill(SciDSK)'이라는 표준 포맷과 이를 만드는 파이프라인, 그리고 6개 분야 자료를 모아둔 온라인 플랫폼 Scientific Data Skill Bank를 만들었다. 검색 실험과 해석 사례 실험에서 SciDSK를 쓴 에이전트가 기존 방식보다 데이터셋을 더 잘 찾고 더 정확하게 해석했다.
무엇을 했나
- 문제: 과학 데이터가 여러 저장소에 흩어져 있고 문서는 사람이 읽기 편하게만 되어 있어, AI 에이전트가 스스로 데이터셋을 찾고, 파일 구조를 이해하고, 작업에 맞게 활용하기 어렵다
- 해결책: 데이터셋 설명, 과학적 맥락, 파일 구성, 사용 절차, 품질 점검, 출처 정보를 하나의 재사용 가능한 '에이전트 스킬' 패키지로 묶은 SciDSK를 정의하고, 원본 데이터는 원래 저장소에 그대로 둔 채 연결 정보만 유지
- 구성: SKILL.md 파일에 에이전트가 읽는 YAML 머리말(이름, 설명, 식별자 등)과 사람이 읽는 본문(개요, 접근법, 필드 설명, 사용 가이드, 품질 점검, 출처)을 함께 담는 2단 구조로 설계, 원본 근거자료에 기반해 만들고 검증하는 3단계 파이프라인 구축
- 플랫폼: 물리학·화학·지구과학·생물학·재료과학·컴퓨터과학 6개 분야에 걸쳐 SciDSK 자료를 공개하는 온라인 플랫폼 'Scientific Data Skill Bank'(scidsk.cn)를 구축, 각 자료에 영구 식별자(CSTR)를 부여해 원본 데이터셋과 서로 추적 가능하게 함
- 실험 결과: 104개 검색 질의로 구성한 벤치마크에서 SciDSK를 에이전트 스킬로 등록해 쓴 방식(Agent-SciDSK)이 전통적 메타데이터 검색이나 SciDSK를 단순 텍스트로만 쓴 방식보다 모든 지표에서 우수했고, CT 영상·인구밀도 지도·표 이미지·소셜미디어 이벤트 데이터 등 4개 사례에서도 24개 평가 기준 중 23개를 만족시켜(기존 방식은 22개) 더 정확한 해석을 제공

| Dataset Metadata | Dataset Card | Agent Skill | Tool/MCP | SciDSK(Ours) | |
|---|---|---|---|---|---|
| Dataset description | ✓ | ✓ | × | × | ✓ |
| Scientific context | Partial | ✓ | Partial | × | ✓ |
| Task knowledge | × | Partial | ✓ | × | ✓ |
| Operational guidance | × | Partial | ✓ | ✓ | ✓ |
| Agent discovery | Partial | Partial | ✓ | × | ✓ |
| Dataset invocation | × | × | Partial | ✓ | ✓ |

| Method | Hit@1 | Recall@5 | MRR | nDCG@5 |
|---|---|---|---|---|
| BM25-Raw | 47.12 | 69.23 | 57.59 | 59.12 |
| Agent-Raw | 71.15 | 90.38 | 79.04 | 81.90 |
| Agent-SciDSK-Text | 70.19 | 90.38 | 79.01 | 81.92 |
| Agent-SciDSK | 80.77 | 94.23 | 86.41 | 88.40 |

| Evidence condition | Coverage (%) | Satisfied criteria |
|---|---|---|
| ScienceDB page | 91.67 | 22/24 |
| Scientific Data Skill | 95.83 | 23/24 |

| Evidence condition | TIFF sequence interpretation | Reported file-count handling | Pre-use checks | Coverage |
|---|---|---|---|---|
| Dataset information page | Incorrectly described the visible sequence as “200+ slices” | Noted that the visible file tree may be incomplete | Provided general checks for the image sequence and parameters | 5/6 |
| Scientific Data Skill | Correctly identified 196 consecutive slices | Distinguished the reported total from the visible portion while preserving uncertainty | Specified continuity, non-empty-file, readability, parameter-file, and directory-completeness checks | 6/6 |

| Evidence condition | File organization | Cross-file relationship | Validation checks | Coverage |
|---|---|---|---|---|
| Dataset information page | Identified events.txt as the label file and posts.zip as containing event-organized JSON content | Linked event identifiers to event-named JSON files but left corpus-wide completeness unresolved | Suggested general coverage and schema checks without explicit count and label-domain validation | 5/6 |
| Scientific Data Skill | Identified 4,664 labeled events and clearly distinguished the roles of the two files | Specified a one-to-one mapping between event records and event-named JSON files | Required count validation, binary-label checks, archive extraction, orphan detection, and sampled content verification | 6/6 |

왜 중요한가
AI 에이전트가 과학 연구에 데이터를 자동으로 활용하려면 데이터셋을 찾고, 파일이 무엇을 뜻하는지 알고, 올바르게 다루는 방법을 알아야 하는데 기존 문서 체계로는 이 세 가지가 다 어려웠다. 이 연구는 데이터셋을 에이전트가 바로 쓸 수 있는 '스킬' 형태로 재포장하는 표준과 실제 플랫폼을 제시해, 데이터 중심 AI 연구 자동화의 실질적인 인프라 조각을 제공한다.

이 논문의 용어
- AI 에이전트 · 스스로 계획을 세우고 도구를 사용해 여러 단계의 작업을 수행하는 AI 시스템
- SciDSK (Scientific Data Skill) · 과학 데이터셋에 대한 지식과 사용법을 하나의 재사용 가능한 패키지로 묶은 표현 방식
- 에이전트 스킬(Agent Skill) · AI 에이전트에게 특정 작업 지식과 절차를 모듈 형태로 제공하는 재사용 가능한 자료 단위
- FAIR 원칙 · 데이터를 찾기 쉽고(Findable), 접근 가능하고(Accessible), 상호운용 가능하고(Interoperable), 재사용 가능하게(Reusable) 만드는 데이터 관리 원칙
- CSTR · 자료를 개별적으로 식별하고 인용할 수 있게 부여하는 영구 식별자
논문 원문 초록 (영문)
Scientific data are increasingly used by AI agents, yet existing dataset representations provide limited support for autonomous discovery, interpretation, and invocation. This limitation stems from the fragmentation of scientific data across heterogeneous repositories and from dataset representations designed primarily for human use. To address this limitation, we introduce the Scientific Data Skill (SciDSK), an agent-ready representation that packages dataset-specific knowledge and operational guidance as a reusable agent skill. A SciDSK integrates dataset descriptions, scientific context, file organization, usage procedures, quality checks, and provenance information while retaining the underlying data in its original repository. We define a structured SciDSK specification and develop a systematic construction pipeline that grounds each SciDSK in authoritative dataset records and associated supporting materials. We further establish the Scientific Data Skill Bank, a unified platform that publishes SciDSK resources across six scientific disciplines and supports package access, persistent identification, and traceability to source datasets. We evaluate SciDSK through a retrieval benchmark for dataset discovery and controlled cases for dataset interpretation. The results show that SciDSK improves agent-driven dataset discovery and provides more precise and actionable support for dataset interpretation. These findings support the value of organizing dataset-specific knowledge in an agent-ready representation.
arXiv에서 원문 보기최신 논문
- Specification-delta-driven data governance: an empirical study of the {\guillemotleft}spec-delta{\guillemotright} as the unit of change in lakehouse data platforms데이터 플랫폼 변경도 코드처럼 '설계도 조각'을 붙여서 검토하면 어떨까: 실험 설계 논문
- Are LLMs becoming similarly creative? Evidence from three years of models최신 AI 챗봇일수록 서로 비슷한 답을 내놓는다는 3년치 조사 결과
- Auditing Cross-Lingual Fairness in Language Model WatermarkingAI 생성 텍스트를 잡아내는 워터마크 기술이 영어 아닌 언어에서는 훨씬 부실하게 작동하고, 그 격차는 개별 언어가 아니라 언어 계열 단위로 나타난다
- TESTNAV: Pareto-Guided Search for Compositional Robustness TestingAI 모델을 여러 손상이 겹친 입력으로 시험할 때, 굳이 다 테스트하지 않고도 '진짜 위험한 실패'만 골라내는 탐색법
- Optimal Skill Selection for LLM Agents with Provable Bicriteria GuaranteesAI 에이전트에게 어떤 '스킬 문서'를 몇 개나 줘야 잘 작동하는지, 수학적으로 최적해를 보장하며 골라주는 방법
- Reliable Financial Named Entity Recognition under Domain Shift금융 AI가 서류체 문장에서 배운 자신감은 트위터로 가면 거짓말이 된다
- FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM Serving논문 속 시연이 아니라 실제 서비스에 넣을 수 있는 희소 어텐션 만들기
- Robust Incomplete Multimodal Sentiment Analysis via Iterative Proxy Correction텍스트가 빠지거나 망가져도, AI가 그 자리를 대신할 '가짜 텍스트'를 한 번에 만들지 않고 여러 번 고쳐가며 감정을 더 정확히 읽어낸다
METAL LAB 최신 기사
그림 출처: Xiaohan Huang et al., arXiv:2608.19625, arxiv-nonexclusive