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

Information Extraction - Assertion and Evidence #1

Open
tekrajchhetri opened this issue Nov 26, 2024 · 1 comment
Open

Information Extraction - Assertion and Evidence #1

tekrajchhetri opened this issue Nov 26, 2024 · 1 comment
Assignees

Comments

@tekrajchhetri
Copy link
Collaborator

No description provided.

@puja-trivedi
Copy link

puja-trivedi commented Nov 26, 2024

  • Ask for all the assertions from a paper: Assertions are strings and we want to perform NER for the string. The output of NER will then be used as triples in the KG.

ex) Given a sentence extracted from publication: "A mammalian brain has millions to billions of cells."

  1. Perform NER: [a mammalian brain]entity has [million to billions of cells]entity
  2. Triples: [mammalian brain] --has--> [millions to billions of cells] --appears_in--> [publication xyz]

@puja-trivedi puja-trivedi self-assigned this Nov 26, 2024
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