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

Normalize entities and relations from annotated data with Wikidata #3

Open
apiad opened this issue Jun 14, 2020 · 1 comment
Open

Comments

@apiad
Copy link
Member

apiad commented Jun 14, 2020

In the data/output folder, two files have been created:

  • entities.tsv contains all keyphrases annotated with their corresponding label.
  • relations.tsv contains all relation triplets.

Both files are TSV (tab-separated values), so there should no problems with ,, ", etc. Simply opening each file and splitting by \t should do.

The idea would be trying to normalize these mentions with their appearances in Wikidata. For that I would propose creating another two files (data/output/(entities|relations)-normalization.tsv for which all the matches found are logged together with their corresponding Wikidata metadata (i.e., IDs, etc.)

@apiad apiad changed the title Extract entities and relations from annotated data Normalize entities and relations from annotated data with Wikidata Jun 14, 2020
@csisc
Copy link
Collaborator

csisc commented Jul 31, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants