Revisiting Word Embeddings in the LLM Era
Yash Mahajan, Matthew Freestone, Sathyanarayanan Aakur, Santu Karmaker

TL;DR
This paper systematically compares classical and LLM-induced embeddings, revealing that LLMs excel in semantic clustering and analogy tasks, but classical models often outperform in sentence similarity assessments, questioning the assumed superiority of LLM embeddings.
Contribution
It provides a comprehensive comparison between classical and LLM-derived embeddings, clarifying their relative strengths and limitations in various NLP tasks.
Findings
LLMs produce embeddings that cluster semantically related words more tightly.
LLMs outperform classical models in analogy tasks in decontextualized settings.
Classical models like SimCSE outperform LLMs in sentence similarity tasks in contextualized settings.
Abstract
Large Language Models (LLMs) have recently shown remarkable advancement in various NLP tasks. As such, a popular trend has emerged lately where NLP researchers extract word/sentence/document embeddings from these large decoder-only models and use them for various inference tasks with promising results. However, it is still unclear whether the performance improvement of LLM-induced embeddings is merely because of scale or whether underlying embeddings they produce significantly differ from classical encoding models like Word2Vec, GloVe, Sentence-BERT (SBERT) or Universal Sentence Encoder (USE). This is the central question we investigate in the paper by systematically comparing classical decontextualized and contextualized word embeddings with the same for LLM-induced embeddings. Our results show that LLMs cluster semantically related words more tightly and perform better on analogy…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Text Readability and Simplification · Natural Language Processing Techniques
MethodsSimCSE · GloVe Embeddings
