JD-AI-Research-Silicon-Valley / SACN

End-to-end Structure-Aware Convolutional Networks for Knowledge Base Completion
MIT License
112 stars 30 forks source link

How to compute the results in a specific degree scope? #23

Open yhjiujiu opened 2 years ago

yhjiujiu commented 2 years ago

hi, it a great work! there are two questions: 1. What the role of the attribute node ? 2. how to calculate the results in different indegree scope, because a triplet usually contains different entities whose degree is different. For example, the results between [0,100], using the all triplets containing the entity whose degree is smaller the 100? Thanks!