Closed mcollardanuy closed 2 years ago
From #63:
We need two state of the art comparisons:
End-to-end pipeline (so a comparison with a tool that given a string predicts the entities):
- easy-to-use baseline system: https://github.com/marcocor/tagme-python
- state-of-the-art: https://github.com/informagi/REL selected from NLP Progress, it seems super easy to use out of the box.
Only disambiguation approach (so given a string and a set of candidates):
- maybe this one, if it's easy to use: https://github.com/openai/deeptype
For both we could use them directly out of the box or the same pipeline with our own language models if possible.
From #9:
We should read this survey, which covers most typical EL baselines and see which ones we want to implement: http://www.projectsgoal.com/download_projects/cloud-computing/cloud-computing-projects-GCC00111.pdf
I close this issue, comments transferred to #63