Feature Extraction
Transformers
Safetensors
vision-encoder-decoder
custom_code
anicolson commited on
Commit
b109bce
1 Parent(s): 44897b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -10,6 +10,8 @@ datasets:
10
 
11
  This is an evolution of https://huggingface.co/aehrc/cxrmate developed for the [Radiology Report Generation](https://stanford-aimi.github.io/RRG24/) task of [BioNLP @ ACL 2024](https://aclweb.org/aclwiki/BioNLP_Workshop).
12
 
 
 
13
  For this, we proposed EAST: Entropy-Augmented Self-critical sequence Training (EAST):
14
  - EAST modifies [Self-Critical Sequence Training (SCST)](https://openaccess.thecvf.com/content_cvpr_2017/papers/Rennie_Self-Critical_Sequence_Training_CVPR_2017_paper.pdf) by adding entropy regularisation.
15
  - Helps maintain a higher entropy in the token distribution.
 
10
 
11
  This is an evolution of https://huggingface.co/aehrc/cxrmate developed for the [Radiology Report Generation](https://stanford-aimi.github.io/RRG24/) task of [BioNLP @ ACL 2024](https://aclweb.org/aclwiki/BioNLP_Workshop).
12
 
13
+ The leaderboard for the task can be found [here](https://vilmedic.app/misc/bionlp24/leaderboard).
14
+
15
  For this, we proposed EAST: Entropy-Augmented Self-critical sequence Training (EAST):
16
  - EAST modifies [Self-Critical Sequence Training (SCST)](https://openaccess.thecvf.com/content_cvpr_2017/papers/Rennie_Self-Critical_Sequence_Training_CVPR_2017_paper.pdf) by adding entropy regularisation.
17
  - Helps maintain a higher entropy in the token distribution.