AICurious Logo

What is: PAUSE?

SourcePAUSE: Positive and Annealed Unlabeled Sentence Embedding
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

PAUSE, or Positive and Annealed Unlabeled Sentence Embedding, is an approach for learning sentence embeddings from a partially labeled dataset. It is based on a dual encoder schema that is widely adopted in supervised sentence embedding training. Each individual sample x\mathbf{x} contains a pair of hypothesis and premise sentences (x_i,xi)(x\_{i},x^{\prime}_{i}), each of which is fed into a pretrained encoder (e.g. BERT). As shown in Figure, the two encoders are identical during the training by sharing their weights.