TL;DR
This paper introduces DyGIE++, a unified multi-task framework that effectively performs named entity recognition, relation extraction, and event extraction by leveraging contextualized span representations, achieving state-of-the-art results across diverse datasets.
Contribution
The paper presents DyGIE++, a novel framework that unifies multiple information extraction tasks using span enumeration, refinement, and scoring, incorporating both local and global context for improved performance.
Findings
Contextualized embeddings like BERT excel at intra-sentence relations.
Dynamic span graph updates model long-range cross-sentence relationships.
Propagating span representations via coreference links improves disambiguation.
Abstract
We examine the capabilities of a unified, multi-task framework for three information extraction tasks: named entity recognition, relation extraction, and event extraction. Our framework (called DyGIE++) accomplishes all tasks by enumerating, refining, and scoring text spans designed to capture local (within-sentence) and global (cross-sentence) context. Our framework achieves state-of-the-art results across all tasks, on four datasets from a variety of domains. We perform experiments comparing different techniques to construct span representations. Contextualized embeddings like BERT perform well at capturing relationships among entities in the same or adjacent sentences, while dynamic span graph updates model long-range cross-sentence relationships. For instance, propagating span representations via predicted coreference links can enable the model to disambiguate challenging entity…
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
MethodsLinear Layer · Residual Connection · Attention Dropout · Linear Warmup With Linear Decay · Weight Decay · Refunds@Expedia|||How do I get a full refund from Expedia? · Dense Connections · Adam · WordPiece · Softmax
