Entity Linking without an alias match #13421
Unanswered
commahawk
asked this question in
Help: Other Questions
Replies: 1 comment
-
Hi! You can definitely overwrite the custom behaviour of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From what I can tell in the code, the
get_candidates
call for Entity Linking to the KB requires that the entity match an alias. It seems possible, and maybe desirable to surface candidates with either an alias OR a vector with low distance (or maybe a waterfall from alias to vector matches). Then you have something not unlike a RAG approach. Is that a good idea or should I be doing more to produce a smaller set or entities at the NER layer so I can have aliases for every entity?Beta Was this translation helpful? Give feedback.
All reactions