An open, standardized, reproducible benchmark for computational models of human endometrial cell-state and pathway behavior. It ships fixed public test datasets, three null baselines, and a scoring harness. It is deliberately honest: the reference model (EndoTwin-W) does not win every metric — the benchmark is built to show where mechanistic modeling adds value and where simple baselines are already competitive.
Status: research use only. Community submissions welcome.
Given systemic hormone context (and, where available, condition labels), predict endometrial cell-state activity across 17 states and the direction and relative magnitude of pathway disruption for a sample, scored against independent public transcriptomic data.
| Sub-task | Datasets (GEO) | Condition |
|---|---|---|
| T1 | GSE234354 (Teh 2023), GSE111976 (Wang 2020) | normal cycle |
| T2 | GSE6364, GSE25628, GSE120103 | endometriosis |
| T2 | GSE6798 | PCOS |
| T2 | GSE92324, GSE26787 | recurrent implantation failure |
| T2 | GSE115810, GSE36389 | endometrial cancer |
All datasets are publicly available from NCBI GEO. Reference labels and the held-out split are fixed and recorded with a SHA-256 manifest.
Three non-mechanistic baselines are provided so any new model can be judged against simple alternatives:
An honest, mixed result: null baselines lead on mean per-state correlation, while the mechanistic model leads on balanced cycle-phase accuracy and uniquely beats all nulls on 7 of 17 states.
| Model | Mean per-state Spearman r (T1) | Balanced class. accuracy | States beating all nulls |
|---|---|---|---|
| EndoTwin-W (mechanistic) | 0.445 | 0.389 | 7 / 17 |
| Null: ordinal | 0.538 | 0.301 | – |
| Null: gaussian | 0.534 | 0.109 | – |
| Null: majority | n/a | 0.167 | – |
17 cell-states scored. Frozen results: benchmarks/leaderboard_v1.0.json.
Produce predictions in the submission format — one row per (state, sample) with your predicted value alongside the reference:
state,sample_id,predicted,reference epithelial_mid_secretory,S1,0.82,0.79 stromal_decidualized,S1,0.71,0.68 ...
benchmarks/BENCHMARK.md for the full protocol and scoring harness.benchmarks/submission_template.csv with your model’s predictions on the fixed test split.Repository: github.com/goyal74/EndoTwin_W
· benchmark spec, baselines, and scoring harness under benchmarks/.
The task, test split, reference labels, and baselines are version-frozen. Every leaderboard number is regenerable from public GEO data plus the harness in the repository — no private data is required to reproduce or to submit. This is a v1.0 open benchmark; the split and metrics are fixed for v1.0 and will be versioned if revised.