SemPA: Improving Sentence Embeddings of Large Language Models through Semantic Preference Alignment
Ziyang Chen, Zhenxuan Huang, Yile Wang, Weiqin Wang, Lu Yin, Hui Huang
TL;DR
SemPA introduces semantic preference alignment for large language models to improve sentence embeddings while preserving generative capabilities. By formulating paraphrase generation as a sentence-level DPO task and linking DPO to contrastive learning under the Plackett-Luce framework, SemPA achieves robust semantic representations with lightweight fine-tuning (LoRA) on LLaMA backbones. Empirically, it yields strong STS performance, better embedding space uniformity/isotropy, and maintains broad generative abilities across tasks, outperforming prompt-based baselines and several embedding models under data-efficient regimes. The work provides a theoretical bridge between contrastive learning and preference optimization and highlights practical gains for semantically rich representations in generative LLMs.
Abstract
Traditional sentence embedding methods employ token-level contrastive learning on non-generative pre-trained models. Recently, there have emerged embedding methods based on generative large language models (LLMs). These methods either rely on fixed prompt templates or involve modifications to the model architecture. The former lacks further optimization of the model and results in limited performance, while the latter alters the internal computational mechanisms of the model, thereby compromising its generative capabilities. We propose SemPA, a novel approach that boosts the sentence representations while preserving the generative ability of LLMs via semantic preference alignment. We leverage sentence-level Direct Preference Optimization (DPO) to efficiently optimize LLMs on a paraphrase generation task, where the model learns to discriminate semantically equivalent sentences while preserving inherent generative capacity. Theoretically, we establish a formal connection between DPO and contrastive learning under the Plackett-Luce model framework. Empirically, experimental results on both semantic textual similarity tasks and various benchmarks for LLMs show that SemPA achieves better semantic representations without sacrificing the inherent generation capability of LLMs.
