paper-with-me

홈 › Papers

OneRel:Joint Entity and Relation Extraction with One Module in One Step

2022-03-10 · Yu-Ming Shang, Heyan Huang, Xian-Ling Mao

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 simple but effective decoding process. Extensive experimental results on two widely used datasets demonstrate that the proposed method performs better than the state-of-the-art baselines, and delivers consistent performance gain on complex scenarios of various overlapping patterns and multiple triples.

📄 PDF Abstract BibTeX arXiv:2203.05412

Code (0)

등록된 구현이 없습니다.

Tasks

graph constructionJoint Entity and Relation ExtractionRelationRelation ExtractionTriple Classification

Similar Papers 제목 키워드 기반

Joint Extraction of Entity and Relation with Information Redundancy Elimination

2020-11-27 · Yuanhao Shen, Jungang Han

To solve the problem of redundant information and overlapping relations of the entity and relation extraction model, we propose a joint extraction model. This model can directly extract multiple pairs of related entities…

DecoderLanguage ModelingLanguage Modellingnamed-entity-recognition+5

A Trigger-Sense Memory Flow Framework for Joint Entity and Relation Extraction

2021-01-25 · Yongliang Shen, Xinyin Ma, Yechun Tang, Weiming Lu

Joint entity and relation extraction framework constructs a unified model to perform entity recognition and relation extraction simultaneously, which can exploit the dependency between the two tasks to mitigate the error…

Joint Entity and Relation ExtractionReading ComprehensionRelationRelation Extraction+1

CARE: Co-Attention Network for Joint Entity and Relation Extraction

2023-08-24 · Wenjun Kong, Yamei Xia

Joint entity and relation extraction is the fundamental task of information extraction, consisting of two subtasks: named entity recognition and relation extraction. However, most existing joint extraction methods suffer…

Joint Entity and Relation Extractionnamed-entity-recognitionNamed Entity RecognitionRelation+2

Scientific and Technological Text Knowledge Extraction Method of based on Word Mixing and GRU

2022-03-31 · Suyu Ouyang, Yingxia Shao, Junping Du, Ang Li

The knowledge extraction task is to extract triple relations (head entity-relation-tail entity) from unstructured text data. The existing knowledge extraction methods are divided into "pipeline" method and joint extracti…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

The Joint Entity-Relation Extraction Model Based on Span and Interactive Fusion Representation for Chinese Medical Texts with Complex Semantics

2025-02-13 · Danni Feng, Runzhi Li, Jing Wang, Siyu Yan 외

Joint entity-relation extraction is a critical task in transforming unstructured or semi-structured text into triplets, facilitating the construction of large-scale knowledge graphs, and supporting various downstream app…

Knowledge GraphsRelationRelation Extraction