OneRel:Joint Entity and Relation Extraction with One Module in One Step
Yu-Ming Shang, Heyan Huang, Xian-Ling Mao

TL;DR
OneRel is a novel model for joint entity and relation extraction that treats the task as fine-grained triple classification, improving accuracy and reducing errors compared to previous multi-step methods.
Contribution
The paper introduces OneRel, a unified model that directly classifies triples, addressing interdependence issues and outperforming existing approaches on standard datasets.
Findings
Outperforms state-of-the-art baselines on benchmark datasets.
Effectively handles overlapping patterns and multiple triples.
Reduces cascading errors and redundant information.
Abstract
Joint entity and relation extraction is an essential task in natural language processing and knowledge graph construction. Existing approaches usually decompose the joint extraction task into several basic modules or processing steps to make it easy to conduct. However, such a paradigm ignores the fact that the three elements of a triple are interdependent and indivisible. Therefore, previous joint methods suffer from the problems of cascading errors and redundant information. To address these issues, in this paper, we propose a novel joint entity and relation extraction model, named OneRel, which casts joint extraction as a fine-grained triple classification problem. Specifically, our model consists of a scoring-based classifier and a relation-specific horns tagging strategy. The former evaluates whether a token pair and a relation belong to a factual triple. The latter ensures a…
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 · Natural Language Processing Techniques · Data Quality and Management
