rahulnyk / knowledge_graph

Convert any text to a graph of knowledge. This can be used for Graph Augmented Generation or Knowledge Graph based QnA
1.19k stars 237 forks source link

Graph Representation or Knowledge Graph #25

Open kumam92 opened 2 months ago

kumam92 commented 2 months ago

Thanks for this interesting project using the open-source model. I have a question about the representation choice. Inspired by your blog post example, suppose I have one single sentence, "Mary will try not to eat lamb," and for this single sentence, we generate a graph as "Mary--avoids-->lamb". Can we still use this as a Knowledge graph representation, as it seems more like a triplets graph representation, not KG? Also, KG and graph of concepts were used interchangeably, so this clarification will help me in this regard.