paper-with-me

홈 › Papers

Semi-Supervised Data Programming with Subset Selection

2020-08-22 · Findings (ACL) 2021 8 · Ayush Maheshwari, Oishik Chatterjee, KrishnaTeja Killamsetty, Ganesh Ramakrishnan, Rishabh Iyer

The paradigm of data programming, which uses weak supervision in the form of rules/labelling functions, and semi-supervised learning, which augments small amounts of labelled data with a large unlabelled dataset, have shown great promise in several text classification scenarios. In this work, we argue that by not using any labelled data, data programming based approaches can yield sub-optimal performances, particularly when the labelling functions are noisy. The first contribution of this work is an introduction of a framework, \model which is a semi-supervised data programming paradigm that learns a \emph{joint model} that effectively uses the rules/labelling functions along with semi-supervised loss functions on the feature space. Next, we also study \modelss which additionally does subset selection on top of the joint semi-supervised data programming objective and \emph{selects} a set of examples that can be used as the labelled set by \model. The goal of \modelss is to ensure that the labelled data can \emph{complement} the labelling functions, thereby benefiting from both data-programming as well as appropriately selected data for human labelling. We demonstrate that by effectively combining semi-supervision, data-programming, and subset selection paradigms, we significantly outperform the current state-of-the-art on seven publicly available datasets. \footnote{The source code is available at \url{https://github.com/ayushbits/Semi-Supervised-LFs-Subset-Selection}}

📄 PDF Abstract BibTeX arXiv:2008.09887

Code (1)

ayushbits/Semi-Supervised-LFs-Subset-Selection 공식 구현 pytorch

Tasks

text-classificationText Classification

Similar Papers 제목 키워드 기반

INSITE: labelling medical images using submodular functions and semi-supervised data programming

2024-02-11 · Akshat Gautam, Anurag Shandilya, Akshit Srivastava, Venkatapathy Subramanian 외

The necessity of large amounts of labeled data to train deep models, especially in medical imaging creates an implementation bottleneck in resource-constrained settings. In Insite (labelINg medical imageS usIng submodula…

A Semidefinite Programming Based Search Strategy for Feature Selection with Mutual Information Measure

2014-09-25 · Tofigh Naghibi, Sarah Hoffmann, Beat Pfister

Feature subset selection, as a special case of the general subset selection problem, has been the topic of a considerable number of studies due to the growing importance of data-mining applications. In the feature subset…

feature selection

Semi-supervised Wrapper Feature Selection by Modeling Imperfect Labels

2019-11-12 · Vasilii Feofanov, Emilie Devijver, Massih-Reza Amini

In this paper, we propose a new wrapper feature selection approach with partially labeled training examples where unlabeled observations are pseudo-labeled using the predictions of an initial classifier trained on the la…

feature selection

Generalized Fisher Score for Feature Selection

2012-02-14 · Quanquan Gu, Zhenhui Li, Jiawei Han

Fisher score is one of the most widely used supervised feature selection methods. However, it selects each feature independently according to their scores under the Fisher criterion, which leads to a suboptimal subset of…

feature selection

Fast and Scalable Training of Semi-Supervised CRFs with Application to Activity Recognition

2007-12-01 · NeurIPS 2007 12 · Maryam Mahdaviani, Tanzeem Choudhury

We present a new and efficient semi-supervised training method for parameter estimation and feature selection in conditional random fields (CRFs). In real-world applications such as activity recognition, unlabeled sensor…

Activity Recognitionfeature selectionparameter estimation