paper-with-me

Papers

Adaptive Ranking-based Sample Selection for Weakly Supervised Class-imbalanced Text Classification

2022-10-06 · Linxin Song, Jieyu Zhang, Tianxiang Yang, Masayuki Goto

To obtain a large amount of training labels inexpensively, researchers have recently adopted the weak supervision (WS) paradigm, which leverages labeling rules to synthesize training labels rather than using individual annotations to achieve competitive results for natural language processing (NLP) tasks. However, data imbalance is often overlooked in applying the WS paradigm, despite being a common issue in a variety of NLP tasks. To address this challenge, we propose Adaptive Ranking-based Sample Selection (ARS2), a model-agnostic framework to alleviate the data imbalance issue in the WS paradigm. Specifically, it calculates a probabilistic margin score based on the output of the current model to measure and rank the cleanliness of each data point. Then, the ranked data are sampled based on both class-wise and rule-aware ranking. In particular, the two sample strategies corresponds to our motivations: (1) to train the model with balanced data batches to reduce the data imbalance issue and (2) to exploit the expertise of each labeling rule for collecting clean samples. Experiments on four text classification datasets with four different imbalance ratios show that ARS2 outperformed the state-of-the-art imbalanced learning and WS methods, leading to a 2%-57.8% improvement on their F1-score.

📄 PDF Abstract BibTeX arXiv:2210.03092

Code (2)

JieyuZ2/wrench/blob/main/wrench/endmodel/ars2.py 공식 구현 pytorch
jieyuz2/wrench 공식 구현 pytorch

Tasks

text-classificationText Classification

Similar Papers 제목 키워드 기반

LOPS: Learning Order Inspired Pseudo-Label Selection for Weakly Supervised Text Classification

2022-05-25 · Dheeraj Mekala, chengyu dong, Jingbo Shang

Weakly supervised text classification methods typically train a deep neural classifier based on pseudo-labels. The quality of pseudo-labels is crucial to final performance but they are inevitably noisy due to their heuri…

MemorizationPseudo Labeltext-classificationText Classification

LOPS: Learning Order Inspired Pseudo-Label Selection for Weakly Supervised Text Classification

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Iterative self-training is a popular framework in weakly supervised text classification that involves bootstrapping a deep neural classifier from heuristic pseudo-labels. The quality of pseudo-labels, especially the init…

MemorizationPseudo Labeltext-classificationText Classification

Entity-enhanced Adaptive Reconstruction Network for Weakly Supervised Referring Expression Grounding

2022-07-18 · Xuejing Liu, Liang Li, Shuhui Wang, Zheng-Jun Zha 외

Weakly supervised Referring Expression Grounding (REG) aims to ground a particular target in an image described by a language expression while lacking the correspondence between target and expression. Two main problems e…

AttributeReferring ExpressionSemantic SimilaritySemantic Textual Similarity

Improving Large-Scale Weakly Supervised ASR by Filtering and Selection

2026-06-27 · Kohei Matsuura, Masato Mimura arxiv

Leveraging large-scale weakly supervised datasets is crucial to train robust end-to-end automatic speech recognition (ASR) models. However, such datasets often contain noisy labels and lack domain specificity, limiting t…

Speech Recognition

Ranking-Based Automatic Seed Selection and Noise Reduction for Weakly Supervised Relation Extraction

2018-07-01 · ACL 2018 7 · Van-Thuy Phi, Joan Santoso, Masashi Shimbo, Yuji Matsumoto

This paper addresses the tasks of automatic seed selection for bootstrapping relation extraction, and noise reduction for distantly supervised relation extraction. We first point out that these tasks are related. Then, i…

RelationRelation ExtractionWord Sense Disambiguation