Add link to research paper

#5
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +17 -17
README.md CHANGED
@@ -1,28 +1,28 @@
1
  ---
2
- license: apache-2.0
3
  base_model:
4
- - Qwen/Qwen2.5-VL-7B-Instruct
5
- pipeline_tag: image-text-to-text
 
 
 
6
  library_name: transformers
 
 
7
  tags:
8
- - medical
9
- - multimodal
10
- - vqa
11
- - visual-grounding
12
- - chain-of-thought
13
- - reinforcement-learning
14
- - grpo
15
- - qwen2_5_vl
16
- language:
17
- - en
18
- datasets:
19
- - IQuestLab/UniReason-Med-Data
20
  ---
21
 
22
  # UniReason-Med
23
 
24
  UniReason-Med is a medical multimodal model that accompanies the paper
25
- **"UniReason-Med: A Shared Grounded Reasoning Interface for 2D-to-3D Transfer in Medical VQA"**.
26
 
27
  It studies whether grounded reasoning supervision from abundant 2D medical images can improve
28
  3D medical VQA when both modalities share a common reasoning interface. A single checkpoint
@@ -90,4 +90,4 @@ If you use this model, please cite the UniReason-Med paper:
90
  author = {UniReason-Med Team},
91
  year = {2025}
92
  }
93
- ```
 
1
  ---
 
2
  base_model:
3
+ - Qwen/Qwen2.5-VL-7B-Instruct
4
+ datasets:
5
+ - IQuestLab/UniReason-Med-Data
6
+ language:
7
+ - en
8
  library_name: transformers
9
+ license: apache-2.0
10
+ pipeline_tag: image-text-to-text
11
  tags:
12
+ - medical
13
+ - multimodal
14
+ - vqa
15
+ - visual-grounding
16
+ - chain-of-thought
17
+ - reinforcement-learning
18
+ - grpo
19
+ - qwen2_5_vl
 
 
 
 
20
  ---
21
 
22
  # UniReason-Med
23
 
24
  UniReason-Med is a medical multimodal model that accompanies the paper
25
+ **["UniReason-Med: A Shared Grounded Reasoning Interface for 2D-to-3D Transfer in Medical VQA"](https://huggingface.co/papers/2606.11740)**.
26
 
27
  It studies whether grounded reasoning supervision from abundant 2D medical images can improve
28
  3D medical VQA when both modalities share a common reasoning interface. A single checkpoint
 
90
  author = {UniReason-Med Team},
91
  year = {2025}
92
  }
93
+ ```