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