TTM-RE: Memory-Augmented Document-Level Relation Extraction
Document-level relation extraction aims to categorize the association between any two entities within a document. We find that previous methods for document-level relation extraction are ineffective in exploiting the full potential of large amounts of training data with varied noise levels. For example, in the ReDocRED benchmark dataset, state-of-the-art methods trained on the large-scale, lower-quality, distantly supervised training data generally do not perform better than those trained solely on the smaller, high-quality, human-annotated training data. To unlock the full potential of large-scale noisy training data for document-level relation extraction, we propose TTM-RE, a novel approach that integrates a trainable memory module, known as the Token Turing Machine, with a noisy-robust loss function that accounts for the positive-unlabeled setting. Extensive experiments on ReDocRED, a benchmark dataset for document-level relation extraction, reveal that TTM-RE achieves state-of-the-art performance (with an absolute F1 score improvement of over 3%). Ablation studies further illustrate the superiority of TTM-RE in other domains (the ChemDisGene dataset in the biomedical domain) and under highly unlabeled settings.
Code (1)
Tasks
Document-level Relation ExtractionDocument-level RE with incomplete labelingRelationRelation ExtractionSimilar Papers 제목 키워드 기반
RAAT: Relation-Augmented Attention Transformer for Relation Modeling in Document-Level Event Extraction
In document-level event extraction (DEE) task, event arguments always scatter across sentences (across-sentence issue) and multiple events may lie in one document (multi-event issue). In this paper, we argue that the rel…
Document-level Event ExtractionEvent ExtractionMulti-Task LearningRelation+2EIDER: Evidence-enhanced Document-level Relation Extraction
Document-level relation extraction (DocRE) aims at extracting the semantic relations among entity pairs in a document. In DocRE, a subset of the sentences in a document, called the evidence sentences, might be sufficient…
Document-level Relation ExtractionRelationRelation ExtractionSentenceDREEAM: Guiding Attention with Evidence for Improving Document-Level Relation Extraction
Document-level relation extraction (DocRE) is the task of identifying all relations between each entity pair in a document. Evidence, defined as sentences containing clues for the relationship between an entity pair, has…
Document-level Relation ExtractionRelationRelation ExtractionEA^2E: Improving Consistency with Event Awareness for Document-Level Argument Extraction
Events are inter-related in documents. Motivated by the one-sense-per-discourse theory, we hypothesize that a participant tends to play consistent roles across multiple events in the same document. However recent work on…
Event Argument ExtractionKnowledge Base PopulationQuestion AnsweringEider: Empowering Document-level Relation Extraction with Efficient Evidence Extraction and Inference-stage Fusion
Document-level relation extraction (DocRE) aims to extract semantic relations among entity pairs in a document. Typical DocRE methods blindly take the full document as input, while a subset of the sentences in the docume…
Document-level Relation ExtractionRelationRelation Extraction