paper-with-me

Papers

Detecting Label Errors in Token Classification Data

2022-10-08 · Wei-Chen Wang, Jonas Mueller

Mislabeled examples are a common issue in real-world data, particularly for tasks like token classification where many labels must be chosen on a fine-grained basis. Here we consider the task of finding sentences that contain label errors in token classification datasets. We study 11 different straightforward methods that score tokens/sentences based on the predicted class probabilities output by a (any) token classification model (trained via any procedure). In precision-recall evaluations based on real-world label errors in entity recognition data from CoNLL-2003, we identify a simple and effective method that consistently detects those sentences containing label errors when applied with different token classification models.

📄 PDF Abstract BibTeX arXiv:2210.03920

Code (2)

cleanlab/cleanlab 공식 구현 pytorch
cleanlab/token-label-error-benchmarks 공식 구현 pytorch

Tasks

General ClassificationToken Classification

Similar Papers 제목 키워드 기반

SELECT: Detecting Label Errors in Real-world Scene Text Data

2025-12-16 · Wenjun Liu, Qian Wu, Yifeng Hu, Yuke Li arxiv

We introduce SELECT (Scene tExt Label Errors deteCTion), a novel approach that leverages multi-modal training to detect label errors in real-world scene text datasets. Utilizing an image-text encoder and a character-leve…

SubRegWeigh: Effective and Efficient Annotation Weighing with Subword Regularization

2024-09-10 · Kohei Tsuji, Tatsuya Hiraoka, Yuchang Cheng, Tomoya Iwakura

NLP datasets may still contain annotation errors, even when they are manually annotated. Researchers have attempted to develop methods to automatically reduce the adverse effect of errors in datasets. However, existing m…

Document Classificationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4

Entity at SemEval-2021 Task 5: Weakly Supervised Token Labelling for Toxic Spans Detection

2021-08-01 · SEMEVAL 2021 · Vaibhav Jain, Mina Naghshnejad

Detection of toxic spans - detecting toxicity of contents in the granularity of tokens - is crucial for effective moderation of online discussions. The baseline approach for this problem using the transformer model is to…

ClassificationLanguage ModelingLanguage ModellingSentence+4

Identifying Label Errors in Object Detection Datasets by Loss Inspection

2023-03-13 · Marius Schubert, Tobias Riedlinger, Karsten Kahl, Daniel Kröll 외

Labeling datasets for supervised object detection is a dull and time-consuming task. Errors can be easily introduced during annotation and overlooked during review, yielding inaccurate benchmarks and performance degradat…

Label Error DetectionObjectobject-detectionObject Detection

Revising RVL-CDIP: Quantifying Errors and Test-Train Overlap

2026-06-30 · Stefan Larson, Attila Nagy, Sam Desai, Cyrus Desai 외 arxiv

RVL-CDIP is a popular dataset for benchmarking document classifiers. However, the dataset contains ample amounts of label errors as well as non-trivial amounts of test-train overlap, both of which may impact model perfor…

Document Classification