Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- Qwen/Qwen2.5-7B-Instruct
|
| 7 |
+
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
GitHub repository: https://github.com/andrewzamai/LLMs-for-Dementia-Diagnosis/tree/main
|
| 11 |
+
|
| 12 |
+
```
|
| 13 |
+
@misc{zamai2025explainablediagnosticframeworkneurodegenerative,
|
| 14 |
+
title={An Explainable Diagnostic Framework for Neurodegenerative Dementias via Reinforcement-Optimized LLM Reasoning},
|
| 15 |
+
author={Andrew Zamai and Nathanael Fijalkow and Boris Mansencal and Laurent Simon and Eloi Navet and Pierrick Coupe},
|
| 16 |
+
year={2025},
|
| 17 |
+
eprint={2505.19954},
|
| 18 |
+
archivePrefix={arXiv},
|
| 19 |
+
primaryClass={cs.LG},
|
| 20 |
+
url={https://arxiv.org/abs/2505.19954},
|
| 21 |
+
}
|
| 22 |
+
```
|