Entity Pair-guided Relation Summarization and Retrieval in LLMs for Document-level Relation Extraction (2025.findings-naacl)
Copied to clipboard
| Challenge: | Document-level relation extraction (DocRE) aims to extract relations between entities in a document. |
| Approach: | They propose an entity pair-guided relation summarization and retrieval model for DocRE . the model uses entity pairs to guide relation summaries and retrievals . |
| Outcome: | The proposed model achieves state-of-the-art (SOTA) performance on three datasets. |
Similar Papers
Document-Level Relation Extraction with Global Relations and Entity Pair Reasoning (2025.findings-acl)
Copied to clipboard
| Challenge: | Existing document-level relation extraction models focus on individual entity pairs, limiting their ability to handle complex reasoning tasks. |
| Approach: | They propose a document-level relation extraction framework based on global relations and entity pair reasoning that captures fine-grained interactions between entity pairs. |
| Outcome: | The proposed framework outperforms existing models on widely-used datasets. |
Rethinking the Role of LLMs for Document-level Relation Extraction: a Refiner with Task Distribution and Probability Fusion (2025.naacl-long)
Copied to clipboard
| Challenge: | Document-level relation extraction (DocRE) provides a broad context for extracting relations for entities. |
| Approach: | They propose a method that utilizes LLMs as a refiner and task distribution and probability fusion to refine LLM-based relation extraction methods. |
| Outcome: | The proposed method outperforms existing LLM-based methods without fine-tuning by 25.2% F1. |
AutoRE: Document-Level Relation Extraction with Large Language Models (2024.acl-demos)
Copied to clipboard
| Challenge: | Existing methods for relation extraction are limited to Sentence-level Relation Extraction (SentRE) tasks. |
| Approach: | They propose an end-to-end DocRE model that adopts a novel RE extraction paradigm named RHF (Relation-Head-Facts) Unlike existing approaches, AutoRE does not rely on the assumption of known relation options, making it more reflective of real-world scenarios. |
| Outcome: | The proposed model surpasses TAG by 10.03% and 9.03% on the dev and test set. |
Key Mention Pairs Guided Document-Level Relation Extraction (2022.coling-1)
Copied to clipboard
| Challenge: | Document-level Relation Extraction (DocRE) aims to identify the relations between entities in a given document. |
| Approach: | They propose a document-level relation extraction model with two modules to model mention-level relations. |
| Outcome: | The proposed model outperforms existing state-of-the-art models on two public DocRE datasets and outperformed existing models. |
Semi-automatic Data Enhancement for Document-Level Relation Extraction with Distant Supervision from Large Language Models (2023.emnlp-main)
Copied to clipboard
| Challenge: | Document-level Relation Extraction (DocRE) is a task that aims to extract relations from a long context. |
| Approach: | They propose an automated annotation method that integrates an LLM and a natural language inference module to generate relation triples. |
| Outcome: | The proposed method can extract relations from document-level relation datasets with minimal human effort. |
Towards Integration of Discriminability and Robustness for Document-Level Relation Extraction (2023.eacl-main)
Copied to clipboard
| Challenge: | Document-level relation extraction (DocRE) predicts relations for entity pairs relying on context-dependent reasoning . a large number of annotation errors can make it difficult to distinguish large semantically close relations . |
| Approach: | They propose a loss function to improve discriminability and robustness for DocRE . they also propose supervised contrastive learning and negative label sampling strategy . |
| Outcome: | The proposed method achieves state-of-the-art results on the DocRED dataset and its recently cleaned version. |
SegDRE: A Salient Entity Guided Approach to Document-Level Relation Extraction (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing models struggle to address two major bottlenecks in Document-level Relation Extraction: extreme class imbalance and complexity of multi-hop reasoning. |
| Approach: | They propose a method that decouples the extraction space into dense and sparse scenarios. |
| Outcome: | The proposed approach yields consistent improvements over various backbone models and achieves advanced performance compared to existing enhancement methods. |
ET-MIER: Entity Type-guided Key Mention Identification and Evidence Retrieval for Document-level Relation Extraction (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Existing work does not fully distinguish the contribution of different mentions to entity representation and the importance of mentions in evidence sentences. |
| Approach: | They propose a document-level relation extraction task that uses entity mentions to identify relations between entities in a text. |
| Outcome: | The proposed model achieves state-of-the-art on widely-adopted datasets. |
Towards Better Document-level Relation Extraction via Iterative Inference (2022.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods only consider feature information of entity pairs, but our model exploits both feature information and previous predictions of entity pair. |
| Approach: | They propose a document-level relation extraction model with iterative inference to extract relations between entities from raw texts. |
| Outcome: | The proposed model outperforms existing methods on three commonly-used datasets. |
Not Just Plain Text! Fuel Document-Level Relation Extraction with Explicit Syntax Refinement and Subsentence Modeling (2022.findings-emnlp)
Copied to clipboard
| Challenge: | Document-level relation extraction (DocRE) aims to identify semantic labels among entities within a document. |
| Approach: | They propose a document-level relation extraction framework that captures and exploits instructive information by adding extra syntactic information into text representations. |
| Outcome: | The proposed framework outperforms existing methods on three benchmark datasets. |