Datasets:
adding citation
Browse files
README.md
CHANGED
|
@@ -68,6 +68,21 @@ Each released model folder under `models/` contains:
|
|
| 68 |
- `train.csv`, `val.csv`, `test.csv`
|
| 69 |
- `data/` with PNG files named by `FILE` column values
|
| 70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
---
|
| 72 |
|
| 73 |
For detailed internals and full argument descriptions, see `code/README.md`.
|
|
|
|
| 68 |
- `train.csv`, `val.csv`, `test.csv`
|
| 69 |
- `data/` with PNG files named by `FILE` column values
|
| 70 |
|
| 71 |
+
## Citation
|
| 72 |
+
|
| 73 |
+
If you use AbdCTBench, please cite:
|
| 74 |
+
|
| 75 |
+
```bibtex
|
| 76 |
+
@inproceedings{
|
| 77 |
+
chaudhry2026abdctbench,
|
| 78 |
+
title={Abd{CTB}ench: Learning Clinical Biomarker Representations from Abdominal Surface Geometry},
|
| 79 |
+
author={Muhammad Ahmed Chaudhry and Suhana Bedi and Pola Lydia Lagari and Brian T Layden and William Galanter and Ayis Pyrros and Sanmi Koyejo},
|
| 80 |
+
booktitle={The Fourteenth International Conference on Learning Representations},
|
| 81 |
+
year={2026},
|
| 82 |
+
url={https://openreview.net/forum?id=dKRAo0a9Gm}
|
| 83 |
+
}
|
| 84 |
+
```
|
| 85 |
+
|
| 86 |
---
|
| 87 |
|
| 88 |
For detailed internals and full argument descriptions, see `code/README.md`.
|