GADePo: Graph-Assisted Declarative Pooling Transformers for Document-Level Relation Extraction
Andrei C. Coman, Christos Theodoropoulos, Marie-Francine Moens, James, Henderson

TL;DR
This paper introduces GADePo, a novel graph-assisted declarative pooling method for document-level relation extraction that replaces hand-coded pooling with explicit graph-based instructions, improving flexibility and performance.
Contribution
It proposes a joint text-graph Transformer with a declarative pooling specification, enabling customizable and domain-guided information aggregation in relation extraction.
Findings
Consistently outperforms hand-coded pooling methods across datasets
Allows flexible, domain-specific pooling strategies
Demonstrates improved relation extraction accuracy
Abstract
Document-level relation extraction typically relies on text-based encoders and hand-coded pooling heuristics to aggregate information learned by the encoder. In this paper, we leverage the intrinsic graph processing capabilities of the Transformer model and propose replacing hand-coded pooling methods with new tokens in the input, which are designed to aggregate information via explicit graph relations in the computation of attention weights. We introduce a joint text-graph Transformer model and a graph-assisted declarative pooling (GADePo) specification of the input, which provides explicit and high-level instructions for information aggregation. GADePo allows the pooling process to be guided by domain-specific knowledge or desired outcomes but still learned by the Transformer, leading to more flexible and customisable pooling strategies. We evaluate our method across diverse datasets…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Data Quality and Management · Natural Language Processing Techniques
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Softmax · Dense Connections · Layer Normalization · Dropout · Byte Pair Encoding · Adam · Position-Wise Feed-Forward Layer
