YabinZhang commited on
Commit
0c350e6
·
verified ·
1 Parent(s): 480e684

update arxiv paper

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -19,7 +19,7 @@ tags:
19
 
20
 
21
  <p align="center">
22
- 📝 <a href="https://huggingface.co/StanfordAIMI/CheXOne" target="_blank">Paper</a> • 🤗 <a href="https://huggingface.co/StanfordAIMI/CheXOne" target="_blank">Hugging Face</a> • 🧩 <a href="https://github.com/YBZh/CheXOne" target="_blank">Github</a> • 🪄 <a href="https://github.com/YBZh/CheXOne" target="_blank">Project</a>
23
  </p>
24
  </div>
25
 
@@ -31,7 +31,7 @@ tags:
31
 
32
  * **Multi-Task Support**: Supports Visual Question Answering (VQA), Report Generation, and Visual Grounding.
33
 
34
- * **Resident-Level Report Drafting**: Matches or outperforms resident-drafted reports in 50% of cases.
35
 
36
  - **Two Inference Modes**
37
  - **Reasoning Mode**: Higher performance with explicit reasoning traces.
@@ -167,11 +167,13 @@ print(output_text)
167
  ## ✏️ Citation
168
 
169
  ```
170
- @article{xx,
171
- title={xx},
172
- author={Cxxx},
173
- journal={xx},
174
- url={xx},
175
- year={xx}
 
 
176
  }
177
  ```
 
19
 
20
 
21
  <p align="center">
22
+ 📝 <a href="https://arxiv.org/abs/2604.00493v1" target="_blank">Paper</a> • 🤗 <a href="https://huggingface.co/StanfordAIMI/CheXOne" target="_blank">Hugging Face</a> • 🧩 <a href="https://github.com/YBZh/CheXOne" target="_blank">Github</a> • 🪄 <a href="https://github.com/YBZh/CheXOne" target="_blank">Project</a>
23
  </p>
24
  </div>
25
 
 
31
 
32
  * **Multi-Task Support**: Supports Visual Question Answering (VQA), Report Generation, and Visual Grounding.
33
 
34
+ * **Resident-Level Report Drafting**: Matches or outperforms resident-drafted reports in 55% of cases.
35
 
36
  - **Two Inference Modes**
37
  - **Reasoning Mode**: Higher performance with explicit reasoning traces.
 
167
  ## ✏️ Citation
168
 
169
  ```
170
+ @misc{zhang2026reasoningenabledvisionlanguagefoundationmodel,
171
+ title={A Reasoning-Enabled Vision-Language Foundation Model for Chest X-ray Interpretation},
172
+ author={Yabin Zhang and Chong Wang and Yunhe Gao and Jiaming Liu and Maya Varma and Justin Xu and Sophie Ostmeier and Jin Long and Sergios Gatidis and Seena Dehkharghani and Arne Michalson and Eun Kyoung Hong and Christian Bluethgen and Haiwei Henry Guo and Alexander Victor Ortiz and Stephan Altmayer and Sandhya Bodapati and Joseph David Janizek and Ken Chang and Jean-Benoit Delbrouck and Akshay S. Chaudhari and Curtis P. Langlotz},
173
+ year={2026},
174
+ eprint={2604.00493},
175
+ archivePrefix={arXiv},
176
+ primaryClass={cs.CV},
177
+ url={https://arxiv.org/abs/2604.00493},
178
  }
179
  ```