Feature Extraction
Transformers
Safetensors
vision-encoder-decoder
custom_code
anicolson commited on
Commit
171b591
·
verified ·
1 Parent(s): 733b448

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,10 +8,10 @@ datasets:
8
 
9
  # CXRMate-RRG4: Entropy-Augmented Self-Critical Sequence Training for Radiology Report Generation
10
 
11
- This is an evolution of https://huggingface.co/aehrc/cxrmate developed for the Radiology Report Generation task of BioNLP @ ACL 2024.
12
 
13
  For this, we proposed EAST: Entropy-Augmented Self-critical sequence Training (EAST):
14
- - EAST modifies Self-Critical Sequence Training (SCST) by adding entropy regularisation.
15
  - Helps maintain a higher entropy in the token distribution.
16
  - Preventing overfitting to common phrases and ensuring a broader exploration of the vocabulary during training.
17
  - This was essential to handle the diversity of the radiology reports in the RRG24 datasets.
 
8
 
9
  # CXRMate-RRG4: Entropy-Augmented Self-Critical Sequence Training for Radiology Report Generation
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.
16
  - Preventing overfitting to common phrases and ensuring a broader exploration of the vocabulary during training.
17
  - This was essential to handle the diversity of the radiology reports in the RRG24 datasets.