zhjohnchan / R2GenCMN

[ACL-2021] The official implementation of Cross-modal Memory Networks for Radiology Report Generation.
Apache License 2.0
77 stars 7 forks source link

How to compute the mlc score? #1

Closed Fan-Jian-Zheng closed 1 year ago

Fan-Jian-Zheng commented 2 years ago

Thanks for your work and sharing the code. I see the paper compute the mlc score about the mimic_cxr dataset, so how do we compute the mlc score?

zhjohnchan commented 2 years ago

Hello Fanjian @Fan-Jian-Zheng,

Thanks for your attention!

You can use either chestpert or chexbert to obtain the disease labels of the generated and reference reports and then compute the P, R, and F scores.

Best, Zhihong

JoshSmith0118 commented 2 years ago

Thanks for your work and sharing the code. I see the paper compute the mlc score about the mimic_cxr dataset, so how do we compute the mlc score? hi bro, have you run this code successfully, I am wondering could you leave an email or other contact ways? I have some questions for you, thx again.

dzldzldzl commented 2 years ago

Thanks for your work and sharing the code. I see the paper compute the mlc score about the mimic_cxr dataset, so how do we compute the mlc score? hi bro, have you run this code successfully, I am wondering could you leave an email or other contact ways? I have some questions for you, thx again.

zhjohnchan commented 1 year ago

Hi all,

Thanks for your attention! I wrote an example code to compute the score here.

Best, Zhihong