Skip to content
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 occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase accuracy of Wikidata API search #23

Closed
arupgsh opened this issue Sep 3, 2020 · 1 comment
Closed

Increase accuracy of Wikidata API search #23

arupgsh opened this issue Sep 3, 2020 · 1 comment

Comments

@arupgsh
Copy link
Collaborator

arupgsh commented Sep 3, 2020

Is there any way to classify the entity based on the category and context.

Eg.
Apple Inc > Company
Apple > Fruit
@webersab
Copy link
Collaborator

webersab commented Sep 3, 2020

I read the paper and it seems like sci spacy does not use contextualized word embeddings (the model they usde is described here: https://arxiv.org/pdf/1603.01360.pdf). There is some code for detecing and normalizing biomedical entities using contextualized word embeddings here: https://bern.korea.ac.kr/ We could try and see if this is better at detecting the entities than sci spacy. We would still have to link the entites to Wikidata, but maybe we could use that in addition to sci spacy.

@arupgsh arupgsh closed this as completed Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants