CLAILGSep 13, 2023

Comparative Analysis of Contextual Relation Extraction based on Deep Learning Models

arXiv:2309.06814v1
Originality Synthesis-oriented
AI Analysis

This work addresses the need for efficient and accurate relation extraction in the biomedical industry to build knowledge graphs, but it appears incremental as it builds on existing deep learning approaches.

The paper tackled the problem of extracting complex relations from sentences with multiple relations and unspecified entities, which existing methods handle poorly, by using hybrid deep learning models to improve accuracy in contextual relation extraction.

Contextual Relation Extraction (CRE) is mainly used for constructing a knowledge graph with a help of ontology. It performs various tasks such as semantic search, query answering, and textual entailment. Relation extraction identifies the entities from raw texts and the relations among them. An efficient and accurate CRE system is essential for creating domain knowledge in the biomedical industry. Existing Machine Learning and Natural Language Processing (NLP) techniques are not suitable to predict complex relations from sentences that consist of more than two relations and unspecified entities efficiently. In this work, deep learning techniques have been used to identify the appropriate semantic relation based on the context from multiple sentences. Even though various machine learning models have been used for relation extraction, they provide better results only for binary relations, i.e., relations occurred exactly between the two entities in a sentence. Machine learning models are not suited for complex sentences that consist of the words that have various meanings. To address these issues, hybrid deep learning models have been used to extract the relations from complex sentence effectively. This paper explores the analysis of various deep learning models that are used for relation extraction.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes