paper-with-me

Papers

TTM-RE: Memory-Augmented Document-Level Relation Extraction

2024-06-09 · Chufan Gao, Xuan Wang, Jimeng Sun

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.

📄 PDF Abstract BibTeX arXiv:2406.05906

Code (1)

chufangao/ttm-re 공식 구현 pytorch

Tasks

Document-level Relation ExtractionDocument-level RE with incomplete labelingRelationRelation Extraction

Similar Papers 제목 키워드 기반

RAAT: Relation-Augmented Attention Transformer for Relation Modeling in Document-Level Event Extraction

2022-06-07 · NAACL 2022 7 · Yuan Liang, Zhuoxuan Jiang, Di Yin, Bo Ren

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+2

EIDER: Evidence-enhanced Document-level Relation Extraction

2021-07-17 · ACL ARR November 2021 11 · Anonymous

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 ExtractionSentence

DREEAM: Guiding Attention with Evidence for Improving Document-Level Relation Extraction

2023-02-17 · Youmi Ma, An Wang, Naoaki Okazaki

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 Extraction

EA^2E: Improving Consistency with Event Awareness for Document-Level Argument Extraction

2022-07-01 · Findings (NAACL) 2022 7 · Qi Zeng, Qiusi Zhan, Heng Ji

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 Answering

Eider: Empowering Document-level Relation Extraction with Efficient Evidence Extraction and Inference-stage Fusion

2021-06-16 · Findings (ACL) 2022 5 · Yiqing Xie, Jiaming Shen, Sha Li, Yuning Mao 외

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