paper-with-me

Papers

Handling Realistic Label Noise in BERT Text Classification

2023-05-23 · Maha Tufail Agro, Hanan Aldarmaki

Labels noise refers to errors in training labels caused by cheap data annotation methods, such as web scraping or crowd-sourcing, which can be detrimental to the performance of supervised classifiers. Several methods have been proposed to counteract the effect of random label noise in supervised classification, and some studies have shown that BERT is already robust against high rates of randomly injected label noise. However, real label noise is not random; rather, it is often correlated with input features or other annotator-specific factors. In this paper, we evaluate BERT in the presence of two types of realistic label noise: feature-dependent label noise, and synthetic label noise from annotator disagreements. We show that the presence of these types of noise significantly degrades BERT classification performance. To improve robustness, we evaluate different types of ensembles and noise-cleaning methods and compare their effectiveness against label noise across different datasets.

📄 PDF Abstract BibTeX arXiv:2305.16337

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
WordPiece 설명 없음
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Is BERT Robust to Label Noise? A Study on Learning with Noisy Labels in Text Classification

2022-04-20 · insights (ACL) 2022 5 · Dawei Zhu, Michael A. Hedderich, Fangzhou Zhai, David Ifeoluwa Adelani 외

Incorrect labels in training data occur when human annotators make mistakes or when the data is generated via weak or distant supervision. It has been shown that complex noise-handling techniques - by modeling, cleaning …

Learning with noisy labelstext-classificationText Classification

Task-Adaptive Pre-Training for Boosting Learning With Noisy Labels: A Study on Text Classification for African Languages

2022-06-03 · Dawei Zhu, Michael A. Hedderich, Fangzhou Zhai, David Ifeoluwa Adelani 외

For high-resource languages like English, text classification is a well-studied task. The performance of modern NLP models easily achieves an accuracy of more than 90% in many standard datasets for text classification in…

ClassificationLearning with noisy labelstext-classificationText Classification

Delving into Instance-Dependent Label Noise in Graph Data: A Comprehensive Study and Benchmark

2025-06-14 · Suyeon Kim, SeongKu Kang, Dongwoo Kim, Jungseul Ok 외

Graph Neural Networks (GNNs) have achieved state-of-the-art performance in node classification tasks but struggle with label noise in real-world data. Existing studies on graph learning with label noise commonly rely on …

BenchmarkingGraph LearningNode Classification

Instance-dependent Noisy-label Learning with Graphical Model Based Noise-rate Estimation

2023-05-31 · Arpit Garg, Cuong Nguyen, Rafael Felix, Thanh-Toan Do 외

Deep learning faces a formidable challenge when handling noisy labels, as models tend to overfit samples affected by label noise. This challenge is further compounded by the presence of instance-dependent noise (IDN), a …

CG-BERT: Conditional Text Generation with BERT for Generalized Few-shot Intent Detection

2020-04-04 · Congying Xia, Chenwei Zhang, Hoang Nguyen, Jiawei Zhang 외

In this paper, we formulate a more realistic and difficult problem setup for the intent detection task in natural language understanding, namely Generalized Few-Shot Intent Detection (GFSID). GFSID aims to discriminate a…

Conditional Text GenerationIntent DetectionLanguage ModelingLanguage Modelling+3