CLAIDec 16, 2024

Token Prepending: A Training-Free Approach for Eliciting Better Sentence Embeddings from LLMs

arXiv:2412.11556v217 citationsh-index: 16ACL
Originality Incremental advance
AI Analysis

This addresses a bottleneck in extracting high-quality sentence embeddings from LLMs for NLP applications, though it is an incremental improvement over existing prompt-based methods.

The paper tackles the problem of biased sentence embeddings from decoder-only LLMs by proposing Token Prepending, a training-free technique that improves performance on Semantic Textual Similarity and classification tasks with negligible inference cost.

Extracting sentence embeddings from large language models (LLMs) is a promising direction, as LLMs have demonstrated stronger semantic understanding capabilities. Previous studies typically focus on prompt engineering to elicit sentence embeddings from LLMs by prompting the model to encode sentence information into the embedding of the last token. However, LLMs are mostly decoder-only models with causal attention and the earlier tokens in the sentence cannot attend to the latter tokens, resulting in biased encoding of sentence information and cascading effects on the final decoded token. To this end, we propose a novel Token Prepending (TP) technique that prepends each layer's decoded sentence embedding to the beginning of the sentence in the next layer's input, allowing earlier tokens to attend to the complete sentence information under the causal attention mechanism. The proposed TP technique is a plug-and-play and training-free technique, which means it can be seamlessly integrated with various prompt-based sentence embedding methods and autoregressive LLMs. Extensive experiments on various Semantic Textual Similarity (STS) tasks and downstream classification tasks demonstrate that our proposed TP technique can significantly improve the performance of existing prompt-based sentence embedding methods across different LLMs, while incurring negligible additional inference cost.

Foundations

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

Your Notes