TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Reasoning with Latent Structure Refinement for Document-Le...

Reasoning with Latent Structure Refinement for Document-Level Relation Extraction

Guoshun Nan, Zhijiang Guo, Ivan Sekulić, Wei Lu

2020-05-13ACL 2020 6Relation ExtractionDocument-level Relation ExtractionRelational Reasoning
PaperPDFCode(official)Code

Abstract

Document-level relation extraction requires integrating information within and across multiple sentences of a document and capturing complex interactions between inter-sentence entities. However, effective aggregation of relevant information in the document remains a challenging research question. Existing approaches construct static document-level graphs based on syntactic trees, co-references or heuristics from the unstructured text to model the dependencies. Unlike previous methods that may not be able to capture rich non-local interactions for inference, we propose a novel model that empowers the relational reasoning across sentences by automatically inducing the latent document-level graph. We further develop a refinement strategy, which enables the model to incrementally aggregate relevant information for multi-hop reasoning. Specifically, our model achieves an F1 score of 59.05 on a large-scale document-level dataset (DocRED), significantly improving over the previous results, and also yields new state-of-the-art results on the CDR and GDA dataset. Furthermore, extensive analyses show that the model is able to discover more accurate inter-sentence relations.

Results

TaskDatasetMetricValueModel
Relation ExtractionDocREDF159.05LSR+BERT-base
Relation ExtractionDocREDIgn F156.97LSR+BERT-base
Relation ExtractionDocREDF154.18LSR+GloVe
Relation ExtractionDocREDIgn F152.15LSR+GloVe
Relation ExtractionGDAF182.2LSR w/o MDP Nodes
Relation ExtractionCDRF164.8LSR w/o MDP Nodes

Related Papers

DocIE@XLLM25: In-Context Learning for Information Extraction using Fully Synthetic Demonstrations2025-07-08Multiple Streams of Relation Extraction: Enriching and Recalling in Transformers2025-06-25Chaining Event Spans for Temporal Relation Grounding2025-06-17FreeQ-Graph: Free-form Querying with Semantic Consistent Scene Graph for 3D Scene Understanding2025-06-16LogiPlan: A Structured Benchmark for Logical Planning and Relational Reasoning in LLMs2025-06-12Summarization for Generative Relation Extraction in the Microbiome Domain2025-06-10Differentially Private Relational Learning with Entity-level Privacy Guarantees2025-06-10Conservative Bias in Large Language Models: Measuring Relation Predictions2025-06-09