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