Update README.md
Browse files
README.md
CHANGED
|
@@ -25,7 +25,8 @@ It is introduced in our paper [Exploring the Capabilities of LLM Encoders for Im
|
|
| 25 |
## Model Description
|
| 26 |
|
| 27 |
LLM2Vec4CXR is a **bidirectional text encoder** fine-tuned with a `latent_attention` pooling strategy.
|
| 28 |
-
This design enhances semantic representation of chest X-ray reports,
|
|
|
|
| 29 |
|
| 30 |
### Key Features
|
| 31 |
|
|
|
|
| 25 |
## Model Description
|
| 26 |
|
| 27 |
LLM2Vec4CXR is a **bidirectional text encoder** fine-tuned with a `latent_attention` pooling strategy.
|
| 28 |
+
This design enhances semantic representation of chest X-ray reports, making the model robust across different reporting styles and effective even with domain-specific abbreviations.
|
| 29 |
+
It improves performance on clinical text similarity, retrieval, and interpretation tasks.
|
| 30 |
|
| 31 |
### Key Features
|
| 32 |
|