Angelakeke commited on
Commit
92a6ed6
·
verified ·
1 Parent(s): caf6a8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -20,7 +20,7 @@ This model is a fine-tuned version of [DeBERTa](https://huggingface.co/microsoft
20
 
21
  ## Model description
22
 
23
- This model is trained to serve the RaTEScore metric, if you are interested in our pipeline, please refer to our [paper](https://angelakeke.github.io/RaTEScore/) and [Github](https://github.com/Angelakeke/RaTEScore).
24
 
25
  This model also can be used to extract **Abnormality, Non-Abnormality, Anatomy, Disease, Non-Disease**
26
  in medical radiology reports.
@@ -130,10 +130,11 @@ If you have any questions, please feel free to contact [email protected].
130
 
131
  ## Citation
132
  ```bibtex
133
- @article{zhao2024ratescore,
134
  title={RaTEScore: A Metric for Radiology Report Generation},
135
  author={Zhao, Weike and Wu, Chaoyi and Zhang, Xiaoman and Zhang, Ya and Wang, Yanfeng and Xie, Weidi},
136
- journal={arXiv preprint arXiv:2406.16845},
 
137
  year={2024}
138
  }
139
  ```
 
20
 
21
  ## Model description
22
 
23
+ This model is trained to serve the RaTEScore metric, if you are interested in our pipeline, please refer to our [paper](https://aclanthology.org/2024.emnlp-main.836.pdf) and [Github](https://github.com/Angelakeke/RaTEScore).
24
 
25
  This model also can be used to extract **Abnormality, Non-Abnormality, Anatomy, Disease, Non-Disease**
26
  in medical radiology reports.
 
130
 
131
  ## Citation
132
  ```bibtex
133
+ @inproceedings{zhao2024ratescore,
134
  title={RaTEScore: A Metric for Radiology Report Generation},
135
  author={Zhao, Weike and Wu, Chaoyi and Zhang, Xiaoman and Zhang, Ya and Wang, Yanfeng and Xie, Weidi},
136
+ booktitle={Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing},
137
+ pages={15004--15019},
138
  year={2024}
139
  }
140
  ```