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
I think there might be a mistake how the relatedness is calculated. In entityRelatedness_model.py line 62 is calculating cosine or euclidian distance between the entities, whereas it needs to be calculating the probability of the related entity appearing after the main entity, which should be done with the softmax function.
I think there might be a mistake how the relatedness is calculated. In entityRelatedness_model.py line 62 is calculating cosine or euclidian distance between the entities, whereas it needs to be calculating the probability of the related entity appearing after the main entity, which should be done with the softmax function.
The distance function could be replaced with:
The text was updated successfully, but these errors were encountered: