paper-with-me

홈 › Papers

Denoising Multi-Source Weak Supervision for Neural Text Classification

2020-10-09 · Findings of the Association for Computational Linguistics 2020 · Wendi Ren, Yinghao Li, Hanting Su, David Kartchner, Cassie Mitchell, Chao Zhang

We study the problem of learning neural text classifiers without using any labeled data, but only easy-to-provide rules as multiple weak supervision sources. This problem is challenging because rule-induced weak labels are often noisy and incomplete. To address these two challenges, we design a label denoiser, which estimates the source reliability using a conditional soft attention mechanism and then reduces label noise by aggregating rule-annotated weak labels. The denoised pseudo labels then supervise a neural classifier to predicts soft labels for unmatched samples, which address the rule coverage issue. We evaluate our model on five benchmarks for sentiment, topic, and relation classifications. The results show that our model outperforms state-of-the-art weakly-supervised and semi-supervised methods consistently, and achieves comparable performance with fully-supervised methods even without any labeled data. Our code can be found at https://github.com/weakrules/Denoise-multi-weak-sources.

📄 PDF Abstract BibTeX arXiv:2010.04582

Code (1)

weakrules/Denoise-multi-weak-sources 공식 구현 pytorch

Tasks

ClassificationDenoisingGeneral Classificationtext-classificationText Classification

Similar Papers 제목 키워드 기반

SciAnnotate: A Tool for Integrating Weak Labeling Sources for Sequence Labeling

2022-08-07 · Mengyang Liu, Haozheng Luo, Leonard Thong, Yinghao Li 외

Weak labeling is a popular weak supervision strategy for Named Entity Recognition (NER) tasks, with the goal of reducing the necessity for hand-crafted annotations. Although there are numerous remarkable annotation tools…

Denoisingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

Passage Ranking with Weak Supervision

2019-05-15 · ICLR Workshop LLD 2019 · Peng Xu, Xiaofei Ma, Ramesh Nallapati, Bing Xiang

In this paper, we propose a \textit{weak supervision} framework for neural ranking tasks based on the data programming paradigm \citep{Ratner2016}, which enables us to leverage multiple weak supervision signals from diff…

Passage Ranking

D2-Net: Weakly-Supervised Action Localization via Discriminative Embeddings and Denoised Activations

2020-12-11 · ICCV 2021 10 · Sanath Narayan, Hisham Cholakkal, Munawar Hayat, Fahad Shahbaz Khan 외

This work proposes a weakly-supervised temporal action localization framework, called D2-Net, which strives to temporally localize actions using video-level supervision. Our main contribution is the introduction of a nov…

Action LocalizationDenoisingTemporal Action LocalizationWeakly Supervised Action Localization+1

Creating Training Sets via Weak Indirect Supervision

2021-10-07 · ICLR 2022 4 · Jieyu Zhang, Bohan Wang, Xiangchen Song, Yujing Wang 외

Creating labeled training sets has become one of the major roadblocks in machine learning. To address this, recent \emph{Weak Supervision (WS)} frameworks synthesize training labels from multiple potentially noisy superv…

text-classificationText Classification

ULF: Cross-Validation for Weak Supervision

2022-01-16 · ACL ARR January 2022 1 · Anonymous

A way to overcome expensive and time-consuming manual data labeling is weak supervision - automatic annotation of data samples via a predefined set of labeling functions (LFs), rule-based mechanisms that generate potenti…

DenoisingWeakly-supervised Learning