Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • $\begingroup$ In higher embeddings, it is generally reccomended to use cosine as a thumb rule. For your usecase, I would even take a gamble that a dot product wouldnt be bad to check similarity of words (this is how transformer works) but I wouldnt reccomend Euclidean. I would also suggest to go with a summation instead of a concatenation. Refer reasons for my statements here: medium.com/@allohvk/… $\endgroup$ Commented May 30 at 9:05