A Cascade Dual-Decoder Model for Joint Entity and Relation Extraction
Jian Cheng, Tian Zhang, Shuang Zhang, Huimin Ren, Guo Yu, Xiliang, Zhang, Shangce Gao, Lianbo Ma

TL;DR
This paper introduces a cascade dual-decoder model that jointly extracts overlapping entities and relations from text, improving accuracy in knowledge graph construction tasks, especially with complex overlapping triples.
Contribution
The paper presents a novel cascade dual-decoder approach that jointly models entity and relation extraction, effectively handling overlapping triples and reducing error propagation.
Findings
Achieved higher F1 scores on real-world and public datasets.
Demonstrated effectiveness and generalizability of the method.
Outperformed traditional pipeline methods in extracting complex triples.
Abstract
In knowledge graph construction, a challenging issue is how to extract complex (e.g., overlapping) entities and relationships from a small amount of unstructured historical data. The traditional pipeline methods are to divide the extraction into two separate subtasks, which misses the potential interaction between the two subtasks and may lead to error propagation. In this work, we propose an effective cascade dual-decoder method to extract overlapping relational triples, which includes a text-specific relation decoder and a relation-corresponded entity decoder. Our approach is straightforward and it includes a text-specific relation decoder and a relation-corresponded entity decoder. The text-specific relation decoder detects relations from a sentence at the text level. That is, it does this according to the semantic information of the whole sentence. For each extracted relation, which…
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 · Advanced Text Analysis Techniques
