Update README.md
Browse files
README.md
CHANGED
@@ -16,10 +16,16 @@ tags:
|
|
16 |
- medical
|
17 |
---
|
18 |
|
|
|
|
|
|
|
|
|
19 |
**MedVAL-4B** is a language model fine-tuned to **assess AI-generated medical text** outputs at near **physician-level reliability**.
|
20 |
|
21 |

|
22 |
|
|
|
|
|
23 |
# Sources
|
24 |
|
25 |
- **Paper:** [Expert-level validation of AI-generated medical text with scalable language models](https://www.arxiv.org/abs/2507.03152)
|
|
|
16 |
- medical
|
17 |
---
|
18 |
|
19 |
+
# MedVAL: Medical Text Validator
|
20 |
+
|
21 |
+
[](https://arxiv.org/abs/2507.03152) [](https://huggingface.co/stanfordmimi/MedVAL-4B) [](https://huggingface.co/datasets/stanfordmimi/MedVAL-Bench/) [](LICENSE)
|
22 |
+
|
23 |
**MedVAL-4B** is a language model fine-tuned to **assess AI-generated medical text** outputs at near **physician-level reliability**.
|
24 |
|
25 |

|
26 |
|
27 |
+
**Figure 1** | **MedVAL test-time workflow**. A generator LM produces an output, and MedVAL assesses the output's factual consistency with the input, while assigning a risk grade and determining its safety for deployment.
|
28 |
+
|
29 |
# Sources
|
30 |
|
31 |
- **Paper:** [Expert-level validation of AI-generated medical text with scalable language models](https://www.arxiv.org/abs/2507.03152)
|