paper-with-me

Papers

Self-supervised Document Clustering Based on BERT with Data Augment

2020-11-17 · Haoxiang Shi, Cen Wang

Contrastive learning is a promising approach to unsupervised learning, as it inherits the advantages of well-studied deep models without a dedicated and complex model design. In this paper, based on bidirectional encoder representations from transformers, we propose self-supervised contrastive learning (SCL) as well as few-shot contrastive learning (FCL) with unsupervised data augmentation (UDA) for text clustering. SCL outperforms state-of-the-art unsupervised clustering approaches for short texts and those for long texts in terms of several clustering evaluation measures. FCL achieves performance close to supervised learning, and FCL with UDA further improves the performance for short texts.

📄 PDF Abstract BibTeX arXiv:2011.08523

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringContrastive LearningData AugmentationText Clustering

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Pac-HuBERT: Self-Supervised Music Source Separation via Primitive Auditory Clustering and Hidden-Unit BERT

2023-04-04 · Ke Chen, Gordon Wichern, François G. Germain, Jonathan Le Roux

In spite of the progress in music source separation research, the small amount of publicly-available clean source data remains a constant limiting factor for performance. Thus, recent advances in self-supervised learning…

ClusteringDecoderMusic Source SeparationSelf-Supervised Learning

Unsupervised Contextualized Document Representation

2021-09-22 · EMNLP (sustainlp) 2021 11 · Ankur Gupta, Vivek Gupta

Several NLP tasks need the effective representation of text documents. Arora et. al., 2017 demonstrate that simple weighted averaging of word vectors frequently outperforms neural models. SCDV (Mekala et. al., 2017) furt…

ClusteringSentenceSentence SimilarityWord Sense Disambiguation

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

HuBERT: Self-Supervised Speech Representation Learning by Masked Prediction of Hidden Units

2021-06-14 · Wei-Ning Hsu, Benjamin Bolte, Yao-Hung Hubert Tsai, Kushal Lakhotia 외

Self-supervised approaches for speech representation learning are challenged by three unique problems: (1) there are multiple sound units in each input utterance, (2) there is no lexicon of input sound units during the p…

ClusteringLanguage ModellingRepresentation LearningSpeech Recognition+1

Subtopic Clustering with a Query-Specific Siamese Similarity Metric

2021-05-16 · ACL ARR May 2021 5 · Anonymous

We propose a Query-Specific Siamese Similarity Metric (QS3M) for query-specific clustering of text documents. It uses fine-tuned BERT embeddings and trains a non-linear projection into a query-specific similarity space. …

Clustering