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/SIRE: Separate Intra- and Inter-sentential Reasoning for D...

SIRE: Separate Intra- and Inter-sentential Reasoning for Document-level Relation Extraction

Shuang Zeng, Yuting Wu, Baobao Chang

2021-06-03Findings (ACL) 2021 8Relation ExtractionLogical ReasoningDocument-level Relation Extraction
PaperPDFCode(official)

Abstract

Document-level relation extraction has attracted much attention in recent years. It is usually formulated as a classification problem that predicts relations for all entity pairs in the document. However, previous works indiscriminately represent intra- and inter-sentential relations in the same way, confounding the different patterns for predicting them. Besides, they create a document graph and use paths between entities on the graph as clues for logical reasoning. However, not all entity pairs can be connected with a path and have the correct logical reasoning paths in their graph. Thus many cases of logical reasoning cannot be covered. This paper proposes an effective architecture, SIRE, to represent intra- and inter-sentential relations in different ways. We design a new and straightforward form of logical reasoning module that can cover more logical reasoning chains. Experiments on the public datasets show SIRE outperforms the previous state-of-the-art methods. Further analysis shows that our predictions are reliable and explainable. Our code is available at https://github.com/DreamInvoker/SIRE.

Results

TaskDatasetMetricValueModel
Relation ExtractionDocREDF162.05SIRE-BERT-base
Relation ExtractionDocREDIgn F160.18SIRE-BERT-base
Relation ExtractionDocREDF155.96SIRE-GloVe
Relation ExtractionDocREDIgn F154.04SIRE-GloVe

Related Papers

DocIE@XLLM25: In-Context Learning for Information Extraction using Fully Synthetic Demonstrations2025-07-08FEVO: Financial Knowledge Expansion and Reasoning Evolution for Large Language Models2025-07-08MiCo: Multi-image Contrast for Reinforcement Visual Reasoning2025-06-27Multiple Streams of Relation Extraction: Enriching and Recalling in Transformers2025-06-25Chaining Event Spans for Temporal Relation Grounding2025-06-17Discrete JEPA: Learning Discrete Token Representations without Reconstruction2025-06-17SoundMind: RL-Incentivized Logic Reasoning for Audio-Language Models2025-06-15CAPO: Reinforcing Consistent Reasoning in Medical Decision-Making2025-06-15