paper-with-me

홈 › Papers

Neural Contrastive Clustering: Fully Unsupervised Bias Reduction for Sentiment Classification

2022-04-22 · Jared Mowery

Background: Neural networks produce biased classification results due to correlation bias (they learn correlations between their inputs and outputs to classify samples, even when those correlations do not represent cause-and-effect relationships). Objective: This study introduces a fully unsupervised method of mitigating correlation bias, demonstrated with sentiment classification on COVID-19 social media data. Methods: Correlation bias in sentiment classification often arises in conversations about controversial topics. Therefore, this study uses adversarial learning to contrast clusters based on sentiment classification labels, with clusters produced by unsupervised topic modeling. This discourages the neural network from learning topic-related features that produce biased classification results. Results: Compared to a baseline classifier, neural contrastive clustering approximately doubles accuracy on bias-prone sentences for human-labeled COVID-19 social media data, without adversely affecting the classifier's overall F1 score. Despite being a fully unsupervised approach, neural contrastive clustering achieves a larger improvement in accuracy on bias-prone sentences than a supervised masking approach. Conclusions: Neural contrastive clustering reduces correlation bias in sentiment text classification. Further research is needed to explore generalizing this technique to other neural network architectures and application domains.

📄 PDF Abstract BibTeX arXiv:2204.10467

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationClusteringSentiment AnalysisSentiment Classificationtext-classificationText Classification

Similar Papers 제목 키워드 기반

Contrastive Clustering: Toward Unsupervised Bias Reduction for Emotion and Sentiment Classification

2021-11-14 · Jared Mowery

Background: When neural network emotion and sentiment classifiers are used in public health informatics studies, biases present in the classifiers could produce inadvertently misleading results. Objective: This study ass…

ClusteringSentiment AnalysisSentiment Classification

Deep Temporal Clustering: Fully unsupervised learning of time-domain features

2018-01-01 · ICLR 2018 1 · Naveen Sai Madiraju, Seid M. Sadat, Dimitry Fisher, Homa Karimabadi

Unsupervised learning of timeseries data is a challenging problem in machine learning. Here, we propose a novel algorithm, Deep Temporal Clustering (DTC), a fully unsupervised method, to naturally integrate dimensionali…

ClusteringDimensionality Reduction

Deep Temporal Clustering : Fully Unsupervised Learning of Time-Domain Features

2018-02-04 · Naveen Sai Madiraju, Seid M. Sadat, Dimitry Fisher, Homa Karimabadi

Unsupervised learning of time series data, also known as temporal clustering, is a challenging problem in machine learning. Here we propose a novel algorithm, Deep Temporal Clustering (DTC), to naturally integrate dimens…

ClusteringDimensionality ReductionTime SeriesTime Series Analysis

Clustering-friendly Representation Learning for Enhancing Salient Features

2024-08-09 · Toshiyuki Oshima, Kentaro Takagi, Kouta Nakata

Recently, representation learning with contrastive learning algorithms has been successfully applied to challenging unlabeled datasets. However, these methods are unable to distinguish important features from unimportant…

ClusteringContrastive LearningDeep ClusteringImage Clustering+1

Unsupervised Person Re-identification with Stochastic Training Strategy

2021-08-16 · Tianyang Liu, Yutian Lin, Bo Du

Unsupervised person re-identification (re-ID) has attracted increasing research interests because of its scalability and possibility for real-world applications. State-of-the-art unsupervised re-ID methods usually follow…

ClusteringContrastive LearningPerson Re-IdentificationUnsupervised Person Re-Identification