RyanWangZf / MedCLIP

EMNLP'22 | MedCLIP: Contrastive Learning from Unpaired Medical Images and Texts
394 stars 41 forks source link

Question about obtaining sentence-label.csv #30

Open fuying-wang opened 1 year ago

fuying-wang commented 1 year ago

Hello,

Thanks for your amazing work!

May I ask how to obtain the sentence-label.csv from the MIMIC-CXR dataset? Are you using the concatenation of impression and findings as a whole sentence? Or randomly select one sentence for each report and generate labels? I am a little confused about this after looking at the _preprocess_sentence_label function, https://github.com/RyanWangZf/MedCLIP/blob/9c3396f20d5d54e4fae241b8cb06ca45848e98c9/medclip/dataset.py#L294

Thanks a lot!

sergiotasconmorales commented 12 months ago

It's sad when the authors don't take some time to solve the doubts of people who are trying to use their work. If their results are legit, they should make some effort to allow reproducibility :'(

Like this comment if you think that the authors should work on the issues opened in this repo