chiral-carbon / kg-for-science

Knowledge Base for scientific publications, powered by LLMs
MIT License
1 stars 0 forks source link

Relations from json #7

Open chiral-carbon opened 2 months ago

chiral-carbon commented 2 months ago

Currently we store the predictions as json. We want to be able to extract triples from this and store in a database (a SQL database to start with) to run semantic queries.

One way to get relations from the predictions is get sentence level and paragraph level co-occurences and use that as the relations data.