erjui commited on
Commit
4053d2f
·
verified ·
1 Parent(s): 07caeb5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -31
README.md CHANGED
@@ -85,7 +85,7 @@ This model performs **Structured Radiology Report Generation (SRRG)** for chest
85
  - Max images per sample: 1
86
 
87
  **Hardware:**
88
- - GPU: NVIDIA A100 (or equivalent)
89
  - Training framework: HuggingFace Transformers + PEFT
90
 
91
  ## Usage
@@ -141,34 +141,6 @@ IMPRESSION:
141
  2. Recommend repeat dedicated AP and lateral chest radiograph, or CT for further evaluation.
142
  ```
143
 
144
- ## Evaluation
145
-
146
- The model is evaluated using standard medical NLG metrics:
147
-
148
- - **RadGraph F1**: Measures clinical entity and relation extraction accuracy
149
- - **BLEU**: N-gram overlap with reference reports
150
- - **ROUGE** (ROUGE-1, ROUGE-2, ROUGE-L): Recall-oriented metrics
151
- - **BERTScore**: Semantic similarity using contextual embeddings
152
- - **CheXbert F1**: Clinical accuracy for pathology classification
153
-
154
- For detailed evaluation results, see the paper: [Automated Structured Radiology Report Generation with Rich Clinical Context](https://arxiv.org/abs/2510.00428)
155
-
156
- ## Limitations
157
-
158
- - Trained exclusively on chest X-ray images (not applicable to other imaging modalities)
159
- - Performance may vary on images from different institutions or imaging protocols
160
- - May not capture all rare pathologies or edge cases
161
- - Requires expert radiologist review before clinical use
162
- - Should not be used as the sole diagnostic tool
163
-
164
- ## Ethical Considerations
165
-
166
- - **Medical AI Responsibility**: This model generates medical text and must be used responsibly
167
- - **Human Oversight Required**: All outputs should be reviewed by qualified radiologists
168
- - **Data Privacy**: Ensure compliance with HIPAA, GDPR, and local healthcare regulations
169
- - **Bias and Fairness**: Model trained on specific datasets may have biases; validate on diverse populations
170
- - **Clinical Validation**: Requires thorough validation before any clinical deployment
171
-
172
  ## Citation
173
 
174
  If you use this model, please cite:
@@ -185,8 +157,8 @@ If you use this model, please cite:
185
  Also cite the base model:
186
  ```bibtex
187
  @article{chen2024chexagent,
188
- title={CheXagent: Towards a Foundation Model for Chest X-Ray Interpretation},
189
- author={Chen, Zhihong and Varma, Maya and Delbrouck, Jean-Benoit and Paschali, Magdalini and Blankemeier, Louis and Van Veen, Dave and Valanarasu, Jeya Maria Jose and Youssef, Alaa and Cohen, Joseph Paul and Reis, Eduardo Pontes and Tsai, Emily B. and Johnston, Andrew and Olsen, Cameron and Abraham, Tanishq Mathew and Gatidis, Sergios and Chaudhari, Akshay S. and Lungren, Matthew P.},
190
  journal={arXiv preprint arXiv:2401.12208},
191
  year={2024}
192
  }
 
85
  - Max images per sample: 1
86
 
87
  **Hardware:**
88
+ - GPU: NVIDIA H100
89
  - Training framework: HuggingFace Transformers + PEFT
90
 
91
  ## Usage
 
141
  2. Recommend repeat dedicated AP and lateral chest radiograph, or CT for further evaluation.
142
  ```
143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
144
  ## Citation
145
 
146
  If you use this model, please cite:
 
157
  Also cite the base model:
158
  ```bibtex
159
  @article{chen2024chexagent,
160
+ title={Chexagent: Towards a foundation model for chest x-ray interpretation},
161
+ author={Chen, Zhihong and Varma, Maya and Delbrouck, Jean-Benoit and Paschali, Magdalini and Blankemeier, Louis and Van Veen, Dave and Valanarasu, Jeya Maria Jose and Youssef, Alaa and Cohen, Joseph Paul and Reis, Eduardo Pontes and others},
162
  journal={arXiv preprint arXiv:2401.12208},
163
  year={2024}
164
  }