Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,29 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
# CXRMate: Leveraging Longitudinal Data and a Semantic Similarity Reward for Chest X-Ray Report Generation
|
6 |
+
|
7 |
+
This is the single CXR report generator trained with teacher forcing (no reinforcement learning).
|
8 |
+
|
9 |
+
# Hugging Face Models From This Paper:
|
10 |
+
|
11 |
+
|
12 |
+
|
13 |
+
| Link | Longitudinal | Variable no. of CXRs | Reinforcement learning |
|
14 |
+
|---|---|---|---|
|
15 |
+
| https://huggingface.co/aehrc/cxrmate | Y | Y | Y |
|
16 |
+
| https://huggingface.co/aehrc/cxrmate-tf | Y | Y | N |
|
17 |
+
| https://huggingface.co/aehrc/cxrmate-variable-tf | N | Y | N |
|
18 |
+
| https://huggingface.co/aehrc/cxrmate-single-tf | N | N | N |
|
19 |
+
|
20 |
+
# ArXiv:
|
21 |
+
|
22 |
+
Coming soon...
|
23 |
+
|
24 |
+
# GitHub Repository:
|
25 |
+
|
26 |
+
https://github.com/aehrc/cxrmate
|
27 |
+
|
28 |
+
# Notebook Example:
|
29 |
+
|
30 |
+
https://github.com/aehrc/cxrmate/blob/main/examples/cxrmate-tf.ipynb
|