====== Contrastive Learning ====== Contrastive learning is a good way to learn representations. It is similar to the way [[self-supervised learning]] is used to learn representations, but uses positive and negative examples. ===== Overviews ===== * [[https://arxiv.org/pdf/2011.00362.pdf|Jaiswal et al 2020 - A Survey on Contrastive Self-supervised Learning]] * [[https://arxiv.org/pdf/2010.05113.pdf|Le-Khac et al 2020 - Contrastive Representation Learning: A Framework and Review]] ===== Tutorials ===== * [[https://contrastive-nlp-tutorial.github.io/|NAACL 2022 Tutorial]] Great tutorial ===== Related Pages ===== * [[Data Augmentation]] * [[Self-Supervised Learning]] * [[Semi-Supervised Learning]]