Scarecrow0 / SGTR

Apache License 2.0
75 stars 7 forks source link

The output results may not respect graph constraints. #15

Open jkli1998 opened 11 months ago

jkli1998 commented 11 months ago

Thank you for wonderful work! I notice that the bipartite graph assembling procedure only restricts that there are no self-loops, but does not restrict the multiple relationships (predicates) to match the identical subject-object pair, which means that the result does not comply with the graph constraints. I'm not sure whether my understanding is wrong.