Document-level Entity-based Extraction as Template Generation
Kung-Hsiang Huang, Sam Tang, Nanyun Peng

TL;DR
This paper introduces a generative template-based approach with a novel copy mechanism for document-level entity extraction, significantly improving accuracy over previous extractive models by capturing long-term dependencies and label semantics.
Contribution
It proposes a new generative framework and a cross-attention guided copy mechanism for document-level entity extraction, achieving state-of-the-art results.
Findings
State-of-the-art F1 scores on REE, binary RE, and 4-ary RE datasets.
Effective modeling of long-term entity dependencies.
Enhanced extraction accuracy with the TopK Copy mechanism.
Abstract
Document-level entity-based extraction (EE), aiming at extracting entity-centric information such as entity roles and entity relations, is key to automatic knowledge acquisition from text corpora for various domains. Most document-level EE systems build extractive models, which struggle to model long-term dependencies among entities at the document level. To address this issue, we propose a generative framework for two document-level EE tasks: role-filler entity extraction (REE) and relation extraction (RE). We first formulate them as a template generation problem, allowing models to efficiently capture cross-entity dependencies, exploit label semantics, and avoid the exponential computation complexity of identifying N-ary relations. A novel cross-attention guided copy mechanism, TopK Copy, is incorporated into a pre-trained sequence-to-sequence model to enhance the capabilities of…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Data Quality and Management
MethodsTopK Copy
