DenoSent: A Denoising Objective for Self-Supervised Sentence Representation Learning

Abstract

Contrastive-learning-based methods have dominated sentence representation learning. These methods regularize the representation space by pulling similar sentence representations closer and pushing away the dissimilar ones and have been proven effective in various NLP tasks, e.g., semantic textual similarity (STS) tasks. However, it is challenging for these methods to learn fine-grained semantics as they only learn from the inter-sentence perspective, i.e., their supervision signal comes from the relationship between data samples. In this work, we propose a novel denoising objective that inherits from another perspective, i.e., the intra-sentence perspective. By introducing both discrete and continuous noise, we generate noisy sentences and then train our model to restore them to their original form. Our empirical evaluations demonstrate that this approach delivers competitive results on both semantic textual similarity (STS) and a wide range of transfer tasks, standing up well in comparison to contrastive-learning-based methods. Notably, the proposed intra-sentence denoising objective complements existing inter-sentence contrastive methodologies and can be integrated with them to further enhance performance. Our code is available at https://github.com/xinghaow99/DenoSent.

Cite

Text

Wang et al. "DenoSent: A Denoising Objective for Self-Supervised Sentence Representation Learning." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I17.29886

Markdown

[Wang et al. "DenoSent: A Denoising Objective for Self-Supervised Sentence Representation Learning." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/wang2024aaai-denosent/) doi:10.1609/AAAI.V38I17.29886

BibTeX

@inproceedings{wang2024aaai-denosent,
  title     = {{DenoSent: A Denoising Objective for Self-Supervised Sentence Representation Learning}},
  author    = {Wang, Xinghao and He, Junliang and Wang, Pengyu and Zhou, Yunhua and Sun, Tianxiang and Qiu, Xipeng},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {19180-19188},
  doi       = {10.1609/AAAI.V38I17.29886},
  url       = {https://mlanthology.org/aaai/2024/wang2024aaai-denosent/}
}