English

Sentence Representation Learning with Generative Objective rather than Contrastive Objective

Computation and Language 2022-10-24 v2

Abstract

Though offering amazing contextualized token-level representations, current pre-trained language models take less attention on accurately acquiring sentence-level representation during their self-supervised pre-training. However, contrastive objectives which dominate the current sentence representation learning bring little linguistic interpretability and no performance guarantee on downstream semantic tasks. We instead propose a novel generative self-supervised learning objective based on phrase reconstruction. To overcome the drawbacks of previous generative methods, we carefully model intra-sentence structure by breaking down one sentence into pieces of important phrases. Empirical studies show that our generative learning achieves powerful enough performance improvement and outperforms the current state-of-the-art contrastive methods not only on the STS benchmarks, but also on downstream semantic retrieval and reranking tasks. Our code is available at https://github.com/chengzhipanpan/PaSeR.

Keywords

Cite

@article{arxiv.2210.08474,
  title  = {Sentence Representation Learning with Generative Objective rather than Contrastive Objective},
  author = {Bohong Wu and Hai Zhao},
  journal= {arXiv preprint arXiv:2210.08474},
  year   = {2022}
}

Comments

Accepted by the Main Conference of EMNLP 2022, long paper. arXiv admin note: substantial text overlap with arXiv:2204.09358

R2 v1 2026-06-28T03:44:23.447Z