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
We have briefly described how to plot the figures in the Analysis on Entity Embeddings section.
RotatE:
Each dimension of entity embeddings is a complex number---(re, im). Thus, we can regard the embeddings of an entity as a group of 2D points and plot them on a 2D plane.
HAKE:
HAKE maps entities into the polar coordinate system. Therefore, we can also plot the entity embeddings generated by HAKE on a 2D plane based on their polar coordinates. We use the logarithmic scale to better display the differences between entity embeddings.
The figures in the paper are plotted using matlab. The skeleton of the corresponding python code is as follows.
I'm very curious about the 2D pic from the paper.
Could you tell me how you plot them?
The text was updated successfully, but these errors were encountered: