asadaali commited on
Commit
3d24fb2
·
verified ·
1 Parent(s): f9c0214

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64bac7c5e38420aaba8ea197/gwk6UqOCFM6UrtNoN51_H.png)
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
+ [![arXiv](https://img.shields.io/badge/arXiv-2507.03152-b31b1b.svg?style=for-the-badge)](https://arxiv.org/abs/2507.03152) [![Hugging Face](https://huggingface.co/datasets/huggingface/badges/resolve/main/model-on-hf-md.svg)](https://huggingface.co/stanfordmimi/MedVAL-4B) [![Hugging Face](https://huggingface.co/datasets/huggingface/badges/resolve/main/dataset-on-hf-md.svg)](https://huggingface.co/datasets/stanfordmimi/MedVAL-Bench/) [![License](https://img.shields.io/github/license/stanfordmimi/medvae?style=for-the-badge)](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
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64bac7c5e38420aaba8ea197/gwk6UqOCFM6UrtNoN51_H.png)
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)