JiapengWu / TeMP

Temporal Message Passing Network for Temporal Knowledge Graph Completion
55 stars 18 forks source link

Q : About score function modes #11

Closed EJHyun closed 2 years ago

EJHyun commented 2 years ago

Hi I'm wondering what is those modes in score function ex) complex(mode = 'tail')

what does it mean???

whats the difference between mode "tail", mode "head" and mode "single"?

JiapengWu commented 2 years ago

Hi,

Mode = tail means that you’re trying to get the score for entities at the tail position given the head and relation. You’re answering the query (h, r, ?).

Best,

Paul

On Sep 13, 2021, at 2:06 AM, Noc_Up @.**@.>> wrote:

Hi I'm wondering what is those modes in score function ex) complex(mode = 'tail')

what does it mean???

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/JiapengWu/TeMP/issues/11, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFN2LV5TQXYBTGHJSJ2TBIDUBWWJ5ANCNFSM5D5G7BSA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

EJHyun commented 2 years ago

wow thank you for your kind and fast answer