paper-with-me

홈 › Papers

Feeding LLM Annotations to BERT Classifiers at Your Own Risk

2025-04-21 · Yucheng Lu, Kazimier Smith

Using LLM-generated labels to fine-tune smaller encoder-only models for text classification has gained popularity in various settings. While this approach may be justified in simple and low-stakes applications, we conduct empirical analysis to demonstrate how the perennial curse of training on synthetic data manifests itself in this specific setup. Compared to models trained on gold labels, we observe not only the expected performance degradation in accuracy and F1 score, but also increased instability across training runs and premature performance plateaus. These findings cast doubts on the reliability of such approaches in real-world applications. We contextualize the observed phenomena through the lens of error propagation and offer several practical mitigation strategies, including entropy-based filtering and ensemble techniques. Although these heuristics offer partial relief, they do not fully resolve the inherent risks of propagating non-random errors from LLM annotations to smaller classifiers, underscoring the need for caution when applying this workflow in high-stakes text classification tasks.

📄 PDF Abstract BibTeX arXiv:2504.15432

Code (0)

등록된 구현이 없습니다.

Tasks

text-classificationText Classification

Similar Papers 제목 키워드 기반

HamiltonDinggg at SemEval-2021 Task 5: Investigating Toxic Span Detection using RoBERTa Pre-training

2021-08-01 · SEMEVAL 2021 · Huiyang Ding, David Jurgens

This paper presents our system submission to task 5: Toxic Spans Detection of the SemEval-2021 competition. The competition aims at detecting the spans that make a toxic span toxic. In this paper, we demonstrate our syst…

Toxic Spans Detection

Emotionally-Informed Models for Detecting Moments of Change and Suicide Risk Levels in Longitudinal Social Media Data

2022-07-01 · NAACL (CLPsych) 2022 7 · Ulya Bayram, Lamia Benhiba

In this shared task, we focus on detecting mental health signals in Reddit users’ posts through two main challenges: A) capturing mood changes (anomalies) from the longitudinal set of posts (called timelines), and B) ass…

Emotion Recognitionregression

Detecting Urgency Status of Crisis Tweets: A Transfer Learning Approach for Low Resource Languages

2020-12-01 · COLING 2020 8 · Efsun Sarioglu Kayi, Linyong Nan, Bohan Qu, Mona Diab 외

We release an urgency dataset that consists of English tweets relating to natural crises, along with annotations of their corresponding urgency status. Additionally, we release evaluation datasets for two low-resource la…

Transfer LearningXLM-R

Detection of Suicidal Risk on Social Media: A Hybrid Model

2025-05-26 · Zaihan Yang, Ryan Leonard, Hien Tran, Rory Driscoll 외

Suicidal thoughts and behaviors are increasingly recognized as a critical societal concern, highlighting the urgent need for effective tools to enable early detection of suicidal risk. In this work, we develop robust mac…

Data AugmentationMulti-class Classification

SeBERTis: A Framework for Producing Classifiers of Security-Related Issue Reports

2025-12-17 · Sogol Masoumzadeh, Yufei Li, Shane McIntosh, Dániel Varró 외 arxiv

Monitoring issue tracker submissions is a crucial software maintenance activity. A key goal is the prioritization of high risk, security-related bugs. If such bugs can be recognized early, the risk of propagation to depe…