dddavid4real / HistGen

[MICCAI 2024] Official Repo of "HistGen: Histopathology Report Generation via Local-Global Feature Encoding and Cross-modal Context Interaction"
Apache License 2.0
41 stars 2 forks source link

Chinese Pathology Text Domain #14

Open lingxitong opened 1 month ago

lingxitong commented 1 month ago

Hello,If I have Pathology Report in Chinese.1.Translate it 2.change word Embedding. Which you recommend?

dddavid4real commented 1 month ago

Hi,

I would suggest the first solution. You could translate the report into English using Qwen / ChatGPT API. We have also recently planned to adapt our model to some Chinese pathology reports. We will try both ways you mentioned above. And I will update the results here once there is some progress.