A geometric comparison showing that next-token scoring uses a dot product, not cosine similarity: rotating the prediction direction shows cases where the dot product and cosine similarity pick different winning tokens because the dot product rewards vector length.
Why a dot product, not cosine?
Scoring rewards both alignment and length — so the longer vector can win.