7 ms·
How do you represent knowledge in your knowledge graph? Do you use an existing open source ontology?
by agravier 3y ago
How do you represent knowledge in your knowledge graph? Do you use an existing open source ontology?
- Tostino 3y agoNo, I just used YAML to represent it. Here is an example: https://gist.github.com/Tostino/f6f19e88e39176452c1a765cb7c2caff https://gist.github.com/Tostino/f6f19e88e39176452c1a765cb7c2... Here is the transcript that I created that knowledge graph from, and then annotated with the knowledge graph for training purposes: https://gist.github.com/Tostino/e64524437848fbb3aebe52056df8cc58 https://gist.github.com/Tostino/e64524437848fbb3aebe52056df8... Edit: I am using symbolic IDs intentionally. Reason for that was this paper: https://ai.googleblog.com/2023/07/symbol-tuning-improves-in-context.html https://ai.googleblog.com/2023/07/symbol-tuning-improves-in-...