CLFeb 16, 2024

Revisiting Word Embeddings in the LLM Era

arXiv:2402.11094v317 citationsh-index: 12IJCNLP-AACL
Originality Synthesis-oriented
AI Analysis

This work addresses a practical question for NLP researchers about the value of LLM embeddings versus established methods, showing it's incremental rather than revolutionary.

The paper investigates whether LLM-induced embeddings offer fundamental improvements over classical models like Word2Vec and SBERT, finding that LLMs cluster semantically related words more tightly in decontextualized settings but classical models often outperform in contextualized sentence similarity tasks.

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 tasks in decontextualized settings. However, in contextualized settings, classical models like SimCSE often outperform LLMs in sentence-level similarity assessment tasks, highlighting their continued relevance for fine-grained semantics.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes