Update README.md
Browse files
README.md
CHANGED
@@ -45,6 +45,5 @@ If you use this model in academic or research contexts, please cite:
|
|
45 |
url = "https://aclanthology.org/2024.bionlp-1.54/",
|
46 |
doi = "10.18653/v1/2024.bionlp-1.54",
|
47 |
pages = "624--634",
|
48 |
-
abstract = "This paper introduces a radiology-focused visual language model designed to generate radiology reports from chest X-rays. Building on previous findings that large language models can acquire multimodal capabilities when aligned with pretrained vision encoders, we demonstrate similar potential with chest X-ray images. The model combines an image encoder (CLIP) with a fine-tuned large language model (LLM) based on the Vicuna-7B architecture. The training process involves a two-stage approach: initial alignment of chest X-ray features with the LLM, followed by fine-tuning for radiology report generation. The study highlights the importance of generating both FINDINGS and IMPRESSIONS sections in radiology reports and evaluates the model`s performance using various metrics, achieving notable accuracy in generating high-quality medical reports. The research also addresses the need for domain-specific fine-tuning to capture the intricate details necessary for accurate medical interpretations and reports."
|
49 |
}
|
50 |
```
|
|
|
45 |
url = "https://aclanthology.org/2024.bionlp-1.54/",
|
46 |
doi = "10.18653/v1/2024.bionlp-1.54",
|
47 |
pages = "624--634",
|
|
|
48 |
}
|
49 |
```
|