-
Notifications
You must be signed in to change notification settings - Fork 51
self-supervised entity linker #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasion 8000 ally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We haven't tried to integrate ConceptNet, but it should be relatively straightforward as previous approaches (cited in our paper) have just used some variant of string match to find relevant KB nodes. The code is configured to only use the entity linking loss if there is entity linking supervision, so removing the relevant sections from the config file (the |
Thanks for the reply. thanks in advance |
I haven't run experiments without the entity linking annotation so unfortunately can't easily provide a config file. |
Hey, @abdkiwan, did you achieve any results in your task? |
Thanks for making the code available online.
I want to insert a new knowledge graph like (ConceptNet) into KnowBert. To do that I need to train an entity linker for it. However, I don't have labelled data for the entity linker, and as I understood from the paper, it is possible to train the linker in a self-supervised way.
How to adapt the configuration files in order to do this task ?
Thanks in advance
The text was updated successfully, but these errors were encountered: