Self-Supervised Learning

Self-supervised learning is a combination of Supervised Learning and Unsupervised Learning.

Examples:

  1. BERT used Masked Language Modeling on a huge corpus of text data
  2. BERT used Next Sentence Prediction on the same corpus
  3. Another example can be use of Contrastive Learning on the text document when multiple encoding of same sentence can be positive language and the other sentences on the batch can be soft negatives.

References


Related Notes