This directory contains benchmark datasets for evaluating AI agents across multiple biomedical and life-science domains. Each subdirectory corresponds to one domain and contains task definitions (question files) together with the underlying data that agents must analyze. You should not use it for model training.
Directory Overview
data_task/
├── cross_domain/ # Cross-domain prediction tasks (synthetic lethality, target ID, eQTL)
├── drugdiscovery/ # Drug discovery benchmark across five role-based competency levels
├── ehr/ # Electronic health record analysis tasks
├── genetics/ # Polygenic risk score and Mendelian randomization tasks
├── sc/ # Single-cell RNA-seq analysis (~12 GB)
└── sp/ # Spatial transcriptomics analysis (~4 GB)
cross_domain/ — Cross-Domain Prediction Tasks
Contains evaluation sets for tasks that require integrating knowledge across multiple databases and biological domains.
Subdirectories
Subdirectory
File
Description
eqtl/
readme.md
Instructions for accessing GTEx v8 blood eQTL data (controlled access via GTEx portal)
leth/
evaluation_sl-samson-A427-query-42.csv
Synthetic lethal (SL) interaction queries for the A427 lung cancer cell line
Task: Given a set of candidate genes, identify the most disease-relevant target using cell-type-specific protein embeddings from PINNACLE.
eQTL (eqtl/) — External data (not included)
Data must be requested from the GTEx portal (v8). The readme.md describes required files: VCF genotype files and eQTL summary statistics for blood tissue.
drugdiscovery/ — Drug Discovery Benchmark
A role-based benchmark with five competency levels (C1–C5), each representing a different scientific persona in a drug discovery pipeline. The main task file is questions.csv (≈144 KB). Supporting data lives in data/.
Claim verification, stale data detection, ontology consistency, measurement vs prediction comparison
_generation_metadata.json, _dblookup_gt.json
Metadata
Generation parameters and ground-truth answers
ehr/ — Electronic Health Record Tasks
File
Description
EHR_TASK0524.xlsx
Task definitions for EHR-based clinical analysis. Contains structured question sets for agent evaluation on synthetic patient data.
Synthetic patient records are provided separately in ../synthea_sample_data_csv_latest_ehrdata/ (parent directory), which includes tables for allergies, careplans, conditions, encounters, medications, observations, patients, procedures, providers, and more.
Spatially variable gene (SVG) discovery using Moran's I
Layer- and region-specific marker expression
Cell type co-localization via neighborhood enrichment analysis
Cross-donor consistency assessment
Data Format Notes
.h5ad — HDF5-based AnnData format. Load with anndata.read_h5ad() or scanpy.read_h5ad() in Python.
.csv / .tsv — Standard delimited text; load with pandas.read_csv().
.xlsx — Excel workbook; load with pandas.read_excel() (specify sheet_name as needed).
.pdb — Protein Data Bank structure format; load with RDKit, BioPython, or PyMOL.
.json — Ground-truth labels and metadata; load with Python's json module.
Citation
If you use these datasets, please cite the original data sources as described in the task files and any associated paper for this benchmark.
extra_gated_prompt: "Please do not use this dataset to train models. This is designed only for testing."
extra_gated_fields:
Name: text
Organization: text
I agree to the terms: checkbox