anicolson commited on
Commit
0c191a1
1 Parent(s): 2ceddef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -13
README.md CHANGED
@@ -2,13 +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 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
  |---|---|---|---|
@@ -17,14 +15,11 @@ This is the single CXR report generator trained with teacher forcing (no reinfor
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
 
 
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 single 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