CLJun 16, 2023

Class-Adaptive Self-Training for Relation Extraction with Incompletely Annotated Training Data

arXiv:2306.09697v1224 citationsh-index: 62Has Code
Originality Incremental advance
AI Analysis

This addresses a specific issue in relation extraction for NLP researchers, offering an incremental improvement over existing self-training methods by mitigating confirmation bias and poor minority class performance.

The paper tackles the false negative problem in relation extraction where datasets are incompletely annotated, proposing a class-adaptive self-training framework that improves recall without significantly compromising precision, achieving consistent performance gains on Re-DocRED and ChemDisgene datasets.

Relation extraction (RE) aims to extract relations from sentences and documents. Existing relation extraction models typically rely on supervised machine learning. However, recent studies showed that many RE datasets are incompletely annotated. This is known as the false negative problem in which valid relations are falsely annotated as 'no_relation'. Models trained with such data inevitably make similar mistakes during the inference stage. Self-training has been proven effective in alleviating the false negative problem. However, traditional self-training is vulnerable to confirmation bias and exhibits poor performance in minority classes. To overcome this limitation, we proposed a novel class-adaptive re-sampling self-training framework. Specifically, we re-sampled the pseudo-labels for each class by precision and recall scores. Our re-sampling strategy favored the pseudo-labels of classes with high precision and low recall, which improved the overall recall without significantly compromising precision. We conducted experiments on document-level and biomedical relation extraction datasets, and the results showed that our proposed self-training framework consistently outperforms existing competitive methods on the Re-DocRED and ChemDisgene datasets when the training data are incompletely annotated. Our code is released at https://github.com/DAMO-NLP-SG/CAST.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes