paper-with-me

홈 › Papers

Noise in Relation Classification Dataset TACRED: Characterization and Reduction

2023-11-21 · Akshay Parekh, Ashish Anand, Amit Awekar

The overarching objective of this paper is two-fold. First, to explore model-based approaches to characterize the primary cause of the noise. in the RE dataset TACRED Second, to identify the potentially noisy instances. Towards the first objective, we analyze predictions and performance of state-of-the-art (SOTA) models to identify the root cause of noise in the dataset. Our analysis of TACRED shows that the majority of the noise in the dataset originates from the instances labeled as no-relation which are negative examples. For the second objective, we explore two nearest-neighbor-based strategies to automatically identify potentially noisy examples for elimination and reannotation. Our first strategy, referred to as Intrinsic Strategy (IS), is based on the assumption that positive examples are clean. Thus, we have used false-negative predictions to identify noisy negative examples. Whereas, our second approach, referred to as Extrinsic Strategy, is based on using a clean subset of the dataset to identify potentially noisy negative examples. Finally, we retrained the SOTA models on the eliminated and reannotated dataset. Our empirical results based on two SOTA models trained on TACRED-E following the IS show an average 4% F1-score improvement, whereas reannotation (TACRED-R) does not improve the original results. However, following ES, SOTA models show the average F1-score improvement of 3.8% and 4.4% when trained on respective eliminated (TACRED-EN) and reannotated (TACRED-RN) datasets respectively. We further extended the ES for cleaning positive examples as well, which resulted in an average performance improvement of 5.8% and 5.6% for the eliminated (TACRED-ENP) and reannotated (TACRED-RNP) datasets respectively.

📄 PDF Abstract BibTeX arXiv:2311.12298

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationRelationRelation Classification

Similar Papers 제목 키워드 기반

Improving Sentence-Level Relation Extraction through Curriculum Learning

2021-07-20 · Seongsik Park, Harksoo Kim

Sentence-level relation extraction mainly aims to classify the relation between two entities in a sentence. The sentence-level relation extraction corpus often contains data that are difficult for the model to infer or n…

RelationRelation ExtractionSentence

Re-Representation in Sentential Relation Extraction with Sequence Routing Algorithm

2025-08-28 · Ramazan Ali Bahrami, Ramin Yahyapour arxiv

Sentential relation extraction (RE) is an important task in natural language processing (NLP). In this paper we propose to do sentential RE with dynamic routing in capsules. We first show that the proposed approach outpe…

Relation Extraction

Re-TACRED: Addressing Shortcomings of the TACRED Dataset

2021-04-16 · George Stoica, Emmanouil Antonios Platanios, Barnabás Póczos

TACRED is one of the largest and most widely used sentence-level relation extraction datasets. Proposed models that are evaluated using this dataset consistently set new state-of-the-art performance. However, they still …

Relation ExtractionSentence

TACRED Revisited: A Thorough Evaluation of the TACRED Relation Extraction Task

2020-04-30 · ACL 2020 6 · Christoph Alt, Aleksandra Gabryszak, Leonhard Hennig

TACRED (Zhang et al., 2017) is one of the largest, most widely used crowdsourced datasets in Relation Extraction (RE). But, even with recent advances in unsupervised pre-training and knowledge enhanced neural RE, models …

RelationRelation ExtractionUnsupervised Pre-training

Improving Zero-shot Relation Classification via Automatically-acquired Entailment Templates

2023-07-13 · Proceedings of the 8th Workshop on Representation Learning for NLP 2023 7 · Mahdi Rahimi, Mihai Surdeanu

While fully supervised relation classification (RC) models perform well on large-scale datasets, their performance drops drastically in low-resource settings. As generating annotated examples are expensive, recent zero-s…

Natural Language InferenceRelationRelation ClassificationZero-shot Relation Classification