paper-with-me

Papers

Pre-trained Language Models as Re-Annotators

2022-05-11 · Chang Shu

Annotation noise is widespread in datasets, but manually revising a flawed corpus is time-consuming and error-prone. Hence, given the prior knowledge in Pre-trained Language Models and the expected uniformity across all annotations, we attempt to reduce annotation noise in the corpus through two tasks automatically: (1) Annotation Inconsistency Detection that indicates the credibility of annotations, and (2) Annotation Error Correction that rectifies the abnormal annotations. We investigate how to acquire semantic sensitive annotation representations from Pre-trained Language Models, expecting to embed the examples with identical annotations to the mutually adjacent positions even without fine-tuning. We proposed a novel credibility score to reveal the likelihood of annotation inconsistencies based on the neighbouring consistency. Then, we fine-tune the Pre-trained Language Models based classifier with cross-validation for annotation correction. The annotation corrector is further elaborated with two approaches: (1) soft labelling by Kernel Density Estimation and (2) a novel distant-peer contrastive loss. We study the re-annotation in relation extraction and create a new manually revised dataset, Re-DocRED, for evaluating document-level re-annotation. The proposed credibility scores show promising agreement with human revisions, achieving a Binary F1 of 93.4 and 72.5 in detecting inconsistencies on TACRED and DocRED respectively. Moreover, the neighbour-aware classifiers based on distant-peer contrastive learning and uncertain labels achieve Macro F1 up to 66.2 and 57.8 in correcting annotations on TACRED and DocRED respectively. These improvements are not merely theoretical: Rather, automatically denoised training sets demonstrate up to 3.6% performance improvement for state-of-the-art relation extraction models.

📄 PDF Abstract BibTeX arXiv:2205.05368

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningDensity EstimationRelation Extraction

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Towards Equal Gender Representation in the Annotations of Toxic Language Detection

2021-06-04 · ACL (GeBNLP) 2021 8 · Elizabeth Excell, Noura Al Moubayed

Classifiers tend to propagate biases present in the data on which they are trained. Hence, it is important to understand how the demographic identities of the annotators of comments affect the fairness of the resulting m…

Fairness

The Casual Conversations v2 Dataset

2023-03-08 · Bilal Porgali, Vítor Albiero, Jordan Ryda, Cristian Canton Ferrer 외

This paper introduces a new large consent-driven dataset aimed at assisting in the evaluation of algorithmic bias and robustness of computer vision and audio speech models in regards to 11 attributes that are self-provid…

Fairness

Identifying and Measuring Annotator Bias Based on Annotators’ Demographic Characteristics

2020-11-01 · EMNLP (ALW) 2020 11 · Hala Al Kuwatly, Maximilian Wich, Georg Groh

Machine learning is recently used to detect hate speech and other forms of abusive language in online platforms. However, a notable weakness of machine learning models is their vulnerability to bias, which can impair the…

Abusive LanguageBIG-bench Machine LearningFairness

Learning Moral Diversity: Modelling Individual Perspectives in Moral Classification of Texts

2026-06-22 · Yi Ren, Lewis Mitchell, Matthew Roughan arxiv

Understanding moral values in social media text offers insight into moral judgement formation, and supervised NLP models trained on crowdsourced data have achieved strong classification performance. However, most approac…

How Annotation Trains Annotators: Competence Development in Social Influence Recognition

2026-04-03 · Maciej Markiewicz, Beata Bajcar, Wiktoria Mieleszczenko-Kowszewicz, Aleksander Szczęsny 외 arxiv

Human data annotation, especially when involving experts, is often treated as an objective reference. However, many annotation tasks are inherently subjective, and annotators' judgments may evolve over time. This study i…