cwangrun commited on
Commit
34bb5ea
·
verified ·
1 Parent(s): 83af716

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -17,6 +17,7 @@ datasets:
17
  metrics:
18
  - accuracy
19
  - bleu
 
20
  ---
21
  # CheXficient
22
 
@@ -109,10 +110,10 @@ print(probs)
109
  ## Citation
110
 
111
  ``` bibtex
112
- @article{chexficient2024,
113
- title={A data- and compute-efficient chest X-ray foundation model beyond aggressive scaling},
114
- author={...},
115
- journal={...},
116
  year={2026}
117
  }
118
  ```
 
17
  metrics:
18
  - accuracy
19
  - bleu
20
+ - bertscore
21
  ---
22
  # CheXficient
23
 
 
110
  ## Citation
111
 
112
  ``` bibtex
113
+ @article{wang2026data,
114
+ title={A data-and compute-efficient chest X-ray foundation model beyond aggressive scaling},
115
+ author={Wang, Chong and Zhang, Yabin and Gao, Yunhe and Varma, Maya and Mottez, Clemence and Patsatzi, Faidra and Liu, Jiaming and Long, Jin and Delbrouck, Jean-Benoit and Gatidis, Sergios and others},
116
+ journal={arXiv preprint arXiv:2602.22843},
117
  year={2026}
118
  }
119
  ```