Closed chinmay5 closed 3 years ago
Hi, I am trying to implement the paper Multi-Label Learning With Visual-Semantic Embedded Knowledge Graph for Diagnosis of Radiology Imaging. The paper mines extra labels from the chexpert reports. I want to do the same but I am not sure how to do that exactly.
For instance,
lungs
andribs
are amongst the extra labels that they mine. If I need to replicate the result, can someone please guide me on how to do it?
Hi - I'm not sure exactly what they did in their paper, but you can do this in this repository by doing the following:
Add mention and unmention txt files to the corresponding folders here. The former tells the labeler which strings in the report to match, and the latter tells which strings which contain the mention strings to unmatch (would try looking at some examples and if you have any questions please let me know)!
Please forgive my ignorance but in order to know what tokens would be part of the above-mentioned files, do we require some domain knowledge? Are these tokens generated by some clinical expert or there are tools based on ideas of topic modeling that could do the same for us?
Add mention and unmention txt files to the corresponding folders here. The former tells the labeler which strings in the report to match, and the latter tells which strings which contain the mention strings to unmatch (would try looking at some examples and if you have any questions please let me know)!
Please forgive my ignorance but in order to know what tokens would be part of the above-mentioned files, do we require some domain knowledge? Are these tokens generated by some clinical expert or there are tools based on ideas of topic modeling that could do the same for us?
Yes, in our work we worked with radiologists to determine appropriate phrases for each category.
Hi, I am trying to implement the paper Multi-Label Learning With Visual-Semantic Embedded Knowledge Graph for Diagnosis of Radiology Imaging. The paper mines extra labels from the chexpert reports. I want to do the same but I am not sure how to do that exactly.
For instance,
lungs
andribs
are amongst the extra labels that they mine. If I need to replicate the result, can someone please guide me on how to do it?