Linker¶
The linker will link the detected entities to a existing set of labels. Some of the linkers, however, are end-to-end, i.e. they don't need the mentions extractor, as they detect and link the entities at the same time.
There are 6 linkers available currently, 4 of them are end-to-end and 2 are not.
| Linker Name | end-to-end | Source Code | Paper |
|---|---|---|---|
| Blink | X | Source Code | Paper |
| GENRE | X | Source Code | Paper |
| SMXM | ✓ | Source Code | Paper |
| TARS | ✓ | Source Code | Paper |
| GLINER | ✓ | Source Code | Paper |
| RELIK | ✓ | Source Code | Paper |
Bases: ABC
Linker define a standard interface for entity linking. A Linker may relay on existing extracted mentions or perform end-2-end extraction