Transform plain text into a visually stunning knowledge graph with GPT-3 technology! This app converts text into RDF tuples and colors them based on frequency, creating a dynamic and informative representation of your data. Download the resultant RDF Tuples as a JSON file for easy integration and analysis.
Example Prompt: Bob is Anna’s father. Anna’s mother is Angela. Anna also has a brother John son of Bob. Show me all the relationships that exist.
Note: The noted prompt does work with GPT-3.5 however the triples (tuples as the OP states) it creates could be more refined, they are more often phrases than just single words.
Module parse failed: Unexpected token (1:4)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. It tells me to see webpack concept of loaders
You are given a prompt. Extrapolate as many relationships as you can from the prompt and generate tuples like (source, relation, target). Make sure there are always source, relation and target in the tuple.
| Example:
| prompt: John knows React, Golang, and Python. John is good at Software Engineering and Leadership
This system takes an unstructured text document, and uses an LLM of your choice to extract knowledge in the form of Subject-Predicate-Object (SPO) triplets, and visualizes the relationships as an interactive knowledge graph. A demo of a knowledge graph created with this project can be found here: Industrial-Revolution Knowledge Graph