ICLR 2025poster0 citations

ESE: Espresso Sentence Embeddings

Xianming LI, Zongxi Li, Jing Li, Haoran Xie, Qing Li

Abstract

High-quality sentence embeddings are fundamental in many natural language processing (NLP) tasks, such as semantic textual similarity (STS) and retrieval-augmented generation (RAG). However, most existing methods leverage fixed-length sentence embeddings from full-layer language models, which lack the scalability to accommodate the diverse available resources across various applications. Viewing this gap, we propose a novel sentence embedding model Espresso Sentence Embeddings (ESE) with two learning processes. First, the learn-to-express process encodes more salient representations to shallow layers. Second, the learn-to-compress process compacts essential features into the initial dimensions using Principal Component Analysis (PCA). This way, ESE can scale model depth via the former process and embedding size via the latter. Extensive experiments on STS and RAG suggest that ESE can effectively produce high-quality sentence embeddings with less model depth and embedding size, enhancing inference efficiency. The code is available at https://github.com/SeanLee97/AnglE/blob/main/README_ESE.md.

sentence embeddingssemantic textual similarityinformation retrievalretrieval-augmented generation
BibTeX
@inproceedings{
li2025ese,
title={{ESE}: Espresso Sentence Embeddings},
author={Xianming LI and Zongxi Li and Jing Li and Haoran Xie and Qing Li},
booktitle={The Thirteenth International Conference on Learning Representations},
year={2025},
url={https://openreview.net/forum?id=plgLA2YBLH}
}
ESE: Espresso Sentence Embeddings · ICLR 2025