paper-with-me

Papers

Semantic Loss Application to Entity Relation Recognition

2020-06-07 · Venkata Sasank Pagolu

Usually, entity relation recognition systems either use a pipe-lined model that treats the entity tagging and relation identification as separate tasks or a joint model that simultaneously identifies the relation and entities. This paper compares these two general approaches for the entity relation recognition. State-of-the-art entity relation recognition systems are built using deep recurrent neural networks which often does not capture the symbolic knowledge or the logical constraints in the problem. The main contribution of this paper is an end-to-end neural model for joint entity relation extraction which incorporates a novel loss function. This novel loss function encodes the constraint information in the problem to guide the model training effectively. We show that addition of this loss function to the existing typical loss functions has a positive impact over the performance of the models. This model is truly end-to-end, requires no feature engineering and easily extensible. Extensive experimentation has been conducted to evaluate the significance of capturing symbolic knowledge for natural language understanding. Models using this loss function are observed to be outperforming their counterparts and converging faster. Experimental results in this work suggest the use of this methodology for other language understanding applications.

📄 PDF Abstract BibTeX arXiv:2006.04031

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringNatural Language UnderstandingRelationRelation Extraction

Similar Papers 제목 키워드 기반

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

Hypergraph based Understanding for Document Semantic Entity Recognition

2024-07-09 · Qiwei Li, Zuchao Li, Ping Wang, Haojun Ai 외

Semantic entity recognition is an important task in the field of visually-rich document understanding. It distinguishes the semantic types of text by analyzing the position relationship between text nodes and the relatio…

document understanding

Linguistically Informed Relation Extraction and Neural Architectures for Nested Named Entity Recognition in BioNLP-OST 2019

2019-10-08 · WS 2019 11 · Usama Yaseen, Pankaj Gupta, Hinrich Schütze

Named Entity Recognition (NER) and Relation Extraction (RE) are essential tools in distilling knowledge from biomedical literature. This paper presents our findings from participating in BioNLP Shared Tasks 2019. We addr…

Binary Relation Extractionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4

Task Relation Distillation and Prototypical Pseudo Label for Incremental Named Entity Recognition

2023-08-17 · Duzhen Zhang, Hongliu Li, Wei Cong, Rongtao Xu 외

Incremental Named Entity Recognition (INER) involves the sequential learning of new entity types without accessing the training data of previously learned types. However, INER faces the challenge of catastrophic forgetti…

Incremental Learningnamed-entity-recognitionNamed Entity RecognitionPseudo Label+1

Structure-Aware Decoding Mechanisms for Complex Entity Extraction with Large-Scale Language Models

2025-12-16 · Zhimin Qiu, Di Wu, Feng Liu, Yuxiao Wang arxiv

This paper proposes a structure-aware decoding method based on large language models to address the difficulty of traditional approaches in maintaining both semantic integrity and structural consistency in nested and ove…

Information Extraction