Skip to content

Commit 4ff0626

Browse files
yousefkotpclaude
andcommitted
docs: update arXiv link and citation (2603.27048)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2ff3fe6 commit 4ff0626

3 files changed

Lines changed: 12 additions & 14 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ preferred-citation:
4141
- family-names: Hosseini
4242
given-names: Mahdi S.
4343
orcid: "https://orcid.org/0000-0002-9147-0731"
44-
# TODO: update arXiv URL and DOI when paper is posted
45-
url: "https://arxiv.org/abs/XXXX.XXXXX"
44+
url: "https://arxiv.org/abs/2603.27048"
4645
year: 2026

MODEL_CARD.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Model Card: MOOZY
22

3-
<!-- TODO: update arXiv URL when paper is posted -->
4-
**Paper:** [arXiv:XXXX.XXXXX](https://arxiv.org/abs/XXXX.XXXXX)
3+
**Paper:** [arXiv:2603.27048](https://arxiv.org/abs/2603.27048)
54

65
## Model Description
76

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# MOOZY: A Patient-First Foundation Model for Computational Pathology
22

3-
<!-- TODO: update arXiv URL when paper is posted -->
43
<p align="center">
54
<a href="https://atlasanalyticslab.github.io/MOOZY/"><img src="https://img.shields.io/badge/Project-Page-4285F4?logo=googlechrome&logoColor=white" alt="Project Page"></a>
6-
<a href="https://arxiv.org/abs/XXXX.XXXXX"><img src="https://img.shields.io/badge/arXiv-XXXX.XXXXX-B31B1B?logo=arxiv" alt="arXiv"></a>
5+
<a href="https://arxiv.org/abs/2603.27048"><img src="https://img.shields.io/badge/arXiv-2603.27048-B31B1B?logo=arxiv" alt="arXiv"></a>
76
<a href="https://huggingface.co/AtlasAnalyticsLab/MOOZY"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Model-yellow" alt="HuggingFace"></a>
87
<a href="https://pypi.org/project/moozy/"><img src="https://img.shields.io/pypi/v/moozy?logo=pypi&logoColor=white&label=PyPI" alt="PyPI"></a>
98
<a href="https://github.com/AtlasAnalyticsLab/MOOZY/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey" alt="License"></a>
@@ -175,8 +174,7 @@ Frozen-feature MLP probe comparison against slide encoder baselines on eight hel
175174
| | AUC | **0.70** | 0.68 | 0.69 | 0.59 | 0.60 | 0.68 |
176175
| | Bal Acc | 0.48 | 0.40 | **0.51** | 0.35 | 0.37 | 0.48 |
177176

178-
<!-- TODO: update arXiv link when paper is posted -->
179-
<p align="center"><sub>Mean values from five-fold frozen-feature evaluation. Full results with confidence intervals are in the <a href="https://arxiv.org/abs/XXXX.XXXXX">paper</a>.</sub></p>
177+
<p align="center"><sub>Mean values from five-fold frozen-feature evaluation. Full results with confidence intervals are in the <a href="https://arxiv.org/abs/2603.27048">paper</a>.</sub></p>
180178

181179
Across all eight tasks, MOOZY improves macro averages over TITAN by +7.4% weighted F1, +5.5% AUC, and +7.8% balanced accuracy, and over PRISM by +8.8% F1, +10.7% AUC, and +9.8% balanced accuracy, with 14x fewer parameters than GigaPath.
182180

@@ -188,13 +186,15 @@ This work was supported by NSERC-DG RGPIN-2022-05378 [M.S.H], Amazon Research Aw
188186

189187
If you find MOOZY useful, please cite:
190188

191-
<!-- TODO: update arXiv ID when paper is posted -->
192189
```bibtex
193-
@article{kotp2026moozy,
194-
title = {MOOZY: A Patient-First Foundation Model for Computational Pathology},
195-
author = {Kotp, Yousef and Trinh, Vincent Quoc-Huy and Pal, Christopher and Hosseini, Mahdi S.},
196-
journal = {arXiv preprint arXiv:XXXX.XXXXX},
197-
year = {2026}
190+
@misc{kotp2026moozypatientfirstfoundationmodel,
191+
title={MOOZY: A Patient-First Foundation Model for Computational Pathology},
192+
author={Yousef Kotp and Vincent Quoc-Huy Trinh and Christopher Pal and Mahdi S. Hosseini},
193+
year={2026},
194+
eprint={2603.27048},
195+
archivePrefix={arXiv},
196+
primaryClass={cs.CV},
197+
url={https://arxiv.org/abs/2603.27048},
198198
}
199199
```
200200

0 commit comments

Comments
 (0)