English

Compressing Sentence Representation for Semantic Retrieval via Homomorphic Projective Distillation

Computation and Language 2022-03-16 v1 Information Retrieval

Abstract

How to learn highly compact yet effective sentence representation? Pre-trained language models have been effective in many NLP tasks. However, these models are often huge and produce large sentence embeddings. Moreover, there is a big performance gap between large and small models. In this paper, we propose Homomorphic Projective Distillation (HPD) to learn compressed sentence embeddings. Our method augments a small Transformer encoder model with learnable projection layers to produce compact representations while mimicking a large pre-trained language model to retain the sentence representation quality. We evaluate our method with different model sizes on both semantic textual similarity (STS) and semantic retrieval (SR) tasks. Experiments show that our method achieves 2.7-4.5 points performance gain on STS tasks compared with previous best representations of the same size. In SR tasks, our method improves retrieval speed (8.2×\times) and memory usage (8.0×\times) compared with state-of-the-art large models.

Keywords

Cite

@article{arxiv.2203.07687,
  title  = {Compressing Sentence Representation for Semantic Retrieval via Homomorphic Projective Distillation},
  author = {Xuandong Zhao and Zhiguo Yu and Ming Wu and Lei Li},
  journal= {arXiv preprint arXiv:2203.07687},
  year   = {2022}
}

Comments

Findings of ACL 2022

R2 v1 2026-06-24T10:13:33.357Z