TTM-RE: Memory-Augmented Document-Level Relation Extraction
Chufan Gao, Xuan Wang, Jimeng Sun

TL;DR
This paper introduces TTM-RE, a memory-augmented approach with a noise-robust loss for improved document-level relation extraction, especially effective with large-scale noisy data, achieving state-of-the-art results.
Contribution
The paper presents TTM-RE, a novel memory-augmented model with a noise-robust loss function, enhancing the utilization of large-scale noisy training data for relation extraction.
Findings
Achieves over 3% absolute F1 score improvement on ReDocRED.
Outperforms previous methods in biomedical domain datasets.
Effective in highly unlabeled settings.
Abstract
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,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Advanced Text Analysis Techniques
