anicolson commited on
Commit
adf1e45
1 Parent(s): 71712ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -11
README.md CHANGED
@@ -2,11 +2,11 @@
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 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,14 +15,11 @@ This is the variable CXR report generator trained with teacher forcing (no reinf
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
 
20
- Coming soon...
 
21
 
22
- # GitHub Repository:
23
-
24
- https://github.com/aehrc/cxrmate
25
-
26
- # Notebook Example:
27
-
28
- https://github.com/aehrc/cxrmate/blob/main/examples/cxrmate-variable-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 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