paper-with-me

Papers

Unsupervised Document Embedding via Contrastive Augmentation

2021-03-26 · Dongsheng Luo, Wei Cheng, Jingchao Ni, Wenchao Yu, Xuchao Zhang, Bo Zong, Yanchi Liu, Zhengzhang Chen, Dongjin Song, Haifeng Chen, Xiang Zhang

We present a contrasting learning approach with data augmentation techniques to learn document representations in an unsupervised manner. Inspired by recent contrastive self-supervised learning algorithms used for image and NLP pretraining, we hypothesize that high-quality document embedding should be invariant to diverse paraphrases that preserve the semantics of the original document. With different backbones and contrastive learning frameworks, our study reveals the enormous benefits of contrastive augmentation for document representation learning with two additional insights: 1) including data augmentation in a contrastive way can substantially improve the embedding quality in unsupervised document representation learning, and 2) in general, stochastic augmentations generated by simple word-level manipulation work much better than sentence-level and document-level ones. We plug our method into a classifier and compare it with a broad range of baseline methods on six benchmark datasets. Our method can decrease the classification error rate by up to 6.4% over the SOTA approaches on the document classification task, matching or even surpassing fully-supervised methods.

📄 PDF Abstract BibTeX arXiv:2103.14542

Code (1)

knowlab/bi-weekly-paper-presentation

Tasks

Contrastive LearningData AugmentationDocument ClassificationDocument EmbeddingRepresentation LearningSelf-Supervised LearningSentence

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Shuffle & Divide: Contrastive Learning for Long Text

2023-04-19 · Joonseok Lee, Seongho Joe, Kyoungwon Park, Bogun Kim 외

We propose a self-supervised learning method for long text documents based on contrastive learning. A key to our method is Shuffle and Divide (SaD), a simple text augmentation algorithm that sets up a pretext task requir…

Contrastive LearningDocument EmbeddingSelf-Supervised LearningText Augmentation+3

PCL: Peer-Contrastive Learning with Diverse Augmentations for Unsupervised Sentence Embeddings

2022-01-28 · Qiyu Wu, Chongyang Tao, Tao Shen, Can Xu 외

Learning sentence embeddings in an unsupervised manner is fundamental in natural language processing. Recent common practice is to couple pre-trained language models with unsupervised contrastive learning, whose success …

Contrastive LearningOpen-Ended Question AnsweringSentenceSentence Embeddings+1

DiffCSE: Difference-based Contrastive Learning for Sentence Embeddings

2022-04-21 · NAACL 2022 7 · Yung-Sung Chuang, Rumen Dangovski, Hongyin Luo, Yang Zhang 외

We propose DiffCSE, an unsupervised contrastive learning framework for learning sentence embeddings. DiffCSE learns sentence embeddings that are sensitive to the difference between the original sentence and an edited sen…

Contrastive LearningLanguage ModelingLanguage ModellingRepresentation Learning+3

Data Augmentation for Sample Efficient and Robust Document Ranking

2023-11-26 · Abhijit Anand, Jurek Leonhardt, Jaspreet Singh, Koustav Rudra 외

Contextual ranking models have delivered impressive performance improvements over classical models in the document ranking task. However, these highly over-parameterized models tend to be data-hungry and require large am…

Data AugmentationDocument Ranking

AugCSE: Contrastive Sentence Embedding with Diverse Augmentations

2022-10-20 · Zilu Tang, Muhammed Yusuf Kocyigit, Derry Wijaya

Data augmentation techniques have been proven useful in many applications in NLP fields. Most augmentations are task-specific, and cannot be used as a general-purpose tool. In our work, we present AugCSE, a unified frame…

Data AugmentationDomain AdaptationSemantic Textual SimilaritySentence+2