You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! You work is amazing. I wonder how to create a pipeline in order to generate a knowledge graph from a full article? Should I exhaustively group up words into triples, and then feed into this model for classification? or if there is any other easier ways?
The text was updated successfully, but these errors were encountered:
Your idea sounds feasible, The main problem is how to group up words into triples, maybe using Named Entity Recognition to detect entities and treating verbs as relations. KG-BERT can help judge the resulting triples.
Hello! You work is amazing. I wonder how to create a pipeline in order to generate a knowledge graph from a full article? Should I exhaustively group up words into triples, and then feed into this model for classification? or if there is any other easier ways?
The text was updated successfully, but these errors were encountered: