Biomedical-Entity-Linking icon indicating copy to clipboard operation
Biomedical-Entity-Linking copied to clipboard

How to use this model?

Open xegulon opened this issue 4 years ago • 1 comments

Hi, thanks for the amazing work

Could you tell me how to use this model for raw text?

Thanks a lot

xegulon avatar Jun 11 '21 04:06 xegulon

Hi, thanks for the amazing work

Could you tell me how to use this model for raw text?

Thanks a lot

Hi,

Thanks for asking!

There are three key steps to use this model for raw text: (1) preprocessing (2) candidate generation (3) ranking

Assume you have a medical reference KB (or terminology set) and an input document with recognized mentions on hand. First, to preprocess all texts in the KB and document then they have standard formatting (see Preprocessing section) Second, generation a candidate set for each mention (see Candidate Generation section) Finally, rank all these candidate and select the one with the highest score as output (see Ranking section)

I hope the above is helpful

tigerchen52 avatar Jun 14 '21 09:06 tigerchen52