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/Entity Structure Within and Throughout: Modeling Mention D...

Entity Structure Within and Throughout: Modeling Mention Dependencies for Document-Level Relation Extraction

Benfeng Xu, Quan Wang, Yajuan Lyu, Yong Zhu, Zhendong Mao

2021-02-20Relation ExtractionDocument-level Relation Extraction
PaperPDFCodeCode(official)Code(official)

Abstract

Entities, as the essential elements in relation extraction tasks, exhibit certain structure. In this work, we formulate such structure as distinctive dependencies between mention pairs. We then propose SSAN, which incorporates these structural dependencies within the standard self-attention mechanism and throughout the overall encoding stage. Specifically, we design two alternative transformation modules inside each self-attention building block to produce attentive biases so as to adaptively regularize its attention flow. Our experiments demonstrate the usefulness of the proposed entity structure and the effectiveness of SSAN. It significantly outperforms competitive baselines, achieving new state-of-the-art results on three popular document-level relation extraction datasets. We further provide ablation and visualization to show how the entity structure guides the model for better relation extraction. Our code is publicly available.

Results

TaskDatasetMetricValueModel
Relation ExtractionDocREDF165.92SSAN-RoBERTa-large+Adaptation
Relation ExtractionDocREDIgn F163.78SSAN-RoBERTa-large+Adaptation
Relation ExtractionDocREDF161.42SSAN-RoBERTa-large
Relation ExtractionDocREDIgn F159.47SSAN-RoBERTa-large
Relation ExtractionDocREDF159.94SSAN-RoBERTa-base
Relation ExtractionDocREDIgn F157.71SSAN-RoBERTa-base
Relation ExtractionDocREDF158.16SSAN-BERT-base
Relation ExtractionDocREDIgn F155.84SSAN-BERT-base
Relation ExtractionGDAF183.9SSANBiaffine
Relation ExtractionCDRF168.7SSANBiaffine

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-17Summarization for Generative Relation Extraction in the Microbiome Domain2025-06-10Conservative Bias in Large Language Models: Measuring Relation Predictions2025-06-09Comparative Analysis of AI Agent Architectures for Entity Relationship Classification2025-06-03CREFT: Sequential Multi-Agent LLM for Character Relation Extraction2025-05-30Generating Diverse Training Samples for Relation Extraction with Large Language Models2025-05-29