TL;DR
This paper introduces two novel encoder-decoder based methods for joint entity and relation extraction from text, effectively handling overlapping entities and multiple relation tuples, and demonstrates superior performance on a benchmark dataset.
Contribution
The paper presents two innovative encoder-decoder approaches for joint extraction of entities and relations, improving over prior pipeline methods by capturing interactions among tuples.
Findings
Outperforms previous methods on the NYT corpus with higher F1 scores.
Handles overlapping entities and multiple relation tuples effectively.
Uses a representation scheme and pointer network-based decoding for improved extraction.
Abstract
A relation tuple consists of two entities and the relation between them, and often such tuples are found in unstructured text. There may be multiple relation tuples present in a text and they may share one or both entities among them. Extracting such relation tuples from a sentence is a difficult task and sharing of entities or overlapping entities among the tuples makes it more challenging. Most prior work adopted a pipeline approach where entities were identified first followed by finding the relations among them, thus missing the interaction among the relation tuples in a sentence. In this paper, we propose two approaches to use encoder-decoder architecture for jointly extracting entities and relations. In the first approach, we propose a representation scheme for relation tuples which enables the decoder to generate one word at a time like machine translation models and still finds…
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.
