paper-with-me

Papers

Joint Entity and Relation Extraction from Scientific Documents: Role of Linguistic Information and Entity Types

2021-09-30 · Extraction and Evaluation of Knowledge Entities from Scientific Documents 2021 9 · T Y S S Santosh, Prantika Chakraborty, Sudakshina Dutta, Debarshi Kumar Sanyal, Partha Pratim Das

Scientific articles contain various types of domain-specific entities and relations between them. The entities and their relations succinctly capture important information about the topic of the document and hence, they are crucial to the understanding and automatic analysis of the documents. In this paper, we aim to automatically extract entities and relations from a scientific abstract using a deep neural model. Given an input sentence, we use a pretrained transformer to produce contextual embeddings of the tokens which are then enriched with embeddings of their part-of-speech (POS) tags. A sequence of enriched token representations forms a span, and entities and relations are jointly learned over spans. Entity logits predicted by the entity classifier are used as features in the relation classifier. Our proposed model improves upon competitive baselines in the literature for entity and relation extraction on SciERC and ADE datasets.

📄 PDF Abstract BibTeX

Code (1)

dksanyal/SpERT.PL pytorch

Tasks

ArticlesJoint Entity and Relation ExtractionJoint Entity and Relation Extraction on Scientific DataPOSRelationRelation ExtractionSentence

Similar Papers 제목 키워드 기반

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)

Entity Recognition and Relation Extraction from Scientific and Technical Texts in Russian

2020-11-19 · Elena Bruches, Alexey Pauls, Tatiana Batura, Vladimir Isachenko

This paper is devoted to the study of methods for information extraction (entity recognition and relation classification) from scientific texts on information technology. Scientific publications provide valuable informat…

Keyword ExtractionRelationRelation ClassificationRelation Extraction

Joint Entity and Relation Extraction for Legal Documents with Legal Feature Enhancement

2020-12-01 · COLING 2020 8 · Yanguang Chen, Yuanyuan Sun, Zhihao Yang, Hongfei Lin

In recent years, the plentiful information contained in Chinese legal documents has attracted a great deal of attention because of the large-scale release of the judgment documents on China Judgments Online. It is in gre…

Joint Entity and Relation ExtractionMulti-Task Learningnamed-entity-recognitionNamed Entity Recognition+4

SciER: An Entity and Relation Extraction Dataset for Datasets, Methods, and Tasks in Scientific Documents

2024-10-28 · Qi Zhang, Zhijia Chen, Huitong Pan, Cornelia Caragea 외

Scientific information extraction (SciIE) is critical for converting unstructured knowledge from scholarly articles into structured data (entities and relations). Several datasets have been proposed for training and vali…

ArticlesRelationRelation ExtractionTAG

Deep Neural Networks for Relation Extraction

2021-04-05 · Tapas Nayak

Relation extraction from text is an important task for automatic knowledge base population. In this thesis, we first propose a syntax-focused multi-factor attention network model for finding the relation between two enti…

DecoderJoint Entity and Relation ExtractionKnowledge Base PopulationRelation+1