paper-with-me

Papers

Semi-Supervised Models via Data Augmentationfor Classifying Interactive Affective Responses

2020-04-23 · Jiaao Chen, Yuwei Wu, Diyi Yang

We present semi-supervised models with data augmentation (SMDA), a semi-supervised text classification system to classify interactive affective responses. SMDA utilizes recent transformer-based models to encode each sentence and employs back translation techniques to paraphrase given sentences as augmented data. For labeled sentences, we performed data augmentations to uniform the label distributions and computed supervised loss during training process. For unlabeled sentences, we explored self-training by regarding low-entropy predictions over unlabeled sentences as pseudo labels, assuming high-confidence predictions as labeled data for training. We further introduced consistency regularization as unsupervised loss after data augmentations on unlabeled data, based on the assumption that the model should predict similar class distributions with original unlabeled sentences as input and augmented sentences as input. Via a set of experiments, we demonstrated that our system outperformed baseline models in terms of F1-score and accuracy.

📄 PDF Abstract BibTeX arXiv:2004.10972

Code (1)

GT-SALT/AAAI_CLF pytorch

Tasks

Data AugmentationSemi-Supervised Text ClassificationSentenceText ClassificationTranslation

Similar Papers 제목 키워드 기반

Constructing a Class-Based Lexical Dictionary using Interactive Topic Models

2012-05-01 · LREC 2012 5 · Kugatsu Sadamitsu, Kuniko Saito, Kenji Imamura, Yoshihiro Matsuo

This paper proposes a new method of constructing arbitrary class-based related word dictionaries on interactive topic models; we assume that each class is described by a topic. We propose a new semi-supervised method tha…

Topic Models

Semi-interactive Attention Network for Answer Understanding in Reverse-QA

2019-01-12 · Qing Yin, Guan Luo, Xiaodong Zhu, QinGhua Hu 외

Question answering (QA) is an important natural language processing (NLP) task and has received much attention in academic research and industry communities. Existing QA studies assume that questions are raised by humans…

Question Answeringtext-classification

Classifying Implant-Bearing Patients via their Medical Histories: a Pre-Study on Swedish EMRs with Semi-Supervised GanBERT

2022-06-01 · LREC 2022 6 · Benjamin Danielsson, Marina Santini, Peter Lundberg, Yosef Al-Abasse 외

In this paper, we compare the performance of two BERT-based text classifiers whose task is to classify patients (more precisely, their medical histories) as having or not having implant(s) in their body. One classifier i…

Semi-Unsupervised Learning: Clustering and Classifying using Ultra-Sparse Labels

2019-01-24 · Matthew Willetts, Stephen J. Roberts, Christopher C. Holmes

In semi-supervised learning for classification, it is assumed that every ground truth class of data is present in the small labelled dataset. Many real-world sparsely-labelled datasets are plausibly not of this type. It …

Clustering

Dual Pseudo-Labels Interactive Self-Training for Semi-Supervised Visible-Infrared Person Re-Identification

2023-01-01 · ICCV 2023 1 · Jiangming Shi, Yachao Zhang, Xiangbo Yin, Yuan Xie 외

Visible-infrared person re-identification (VI-ReID) aims to match a specific person from a gallery of images captured from non-overlapping visible and infrared cameras. Most works focus on fully supervised VI-ReID, w…

Person Re-IdentificationPseudo Label