Error-Type-Aware Loss Reweighting for Robust Named Entity Recognition with Noisy LLM Labels

📅 2026-08-31
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文针对命名实体识别中大语言模型标注噪声问题,提出一种错误类型感知的损失重加权方法,有效提升了模型在含噪数据上的鲁棒性。
📝 Abstract
Large language models are increasingly used to annotate datasets for training smaller, task-specialized models such as named entity recognition. While this method yields effective models, it assumes that the synthetic dataset is correctly annotated. In this work, we find that (i) current fine-tuning processes simply ignore LLM-introduced annotation noise, resulting in degraded performance and (ii) existing noise-robust losses are not transferable to sequence labeling because annotation noise in named entity recognition is heterogeneous: for example, missing mentions and type errors affect the training signal in different ways. Treating all noisy tokens equally in noise-robust losses and applying a single reweighing criterion for all may therefore remove useful supervision or reinforce incorrect labels. To address this limitation, we propose error-type-aware loss reweighting for NER, which introduces separate reweighing rules for different types of potentially erroneous tokens. Our approach is simple and efficient, does not require additional training resources, and improves F1 by 0.8 - 2.0 percentage points on dataset-level average for noise levels between 15% and 40%, with a maximum improvement of 4.6 percentage points with 24.1% noise on Wikigold.
Problem

Research questions and friction points this paper is trying to address.

annotation noise
named entity recognition
large language models
sequence labeling
heterogeneous
Innovation

Methods, ideas, or system contributions that make the work stand out.

error-type-aware loss reweighting
heterogeneous annotation noise
named entity recognition
large language models