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

Questions about Hits@10 left and right #19

Open likechen1 opened 3 years ago

likechen1 commented 3 years ago

hi,could you tell me what the hits@10left or right mean? Thanks

saeedizade commented 3 years ago

in evaluation mode, we should check correct triples against all corrupted ones so right means we drop head, and left means we corrupt tail for evaluation against all entities.