paper-with-me

Papers

Two are Better than One: Joint Entity and Relation Extraction with Table-Sequence Encoders

2020-10-08 · EMNLP 2020 11 · Jue Wang, Wei Lu

Named entity recognition and relation extraction are two important fundamental problems. Joint learning algorithms have been proposed to solve both tasks simultaneously, and many of them cast the joint task as a table-filling problem. However, they typically focused on learning a single encoder (usually learning representation in the form of a table) to capture information required for both tasks within the same space. We argue that it can be beneficial to design two distinct encoders to capture such two different types of information in the learning process. In this work, we propose the novel {\em table-sequence encoders} where two different encoders -- a table encoder and a sequence encoder are designed to help each other in the representation learning process. Our experiments confirm the advantages of having {\em two} encoders over {\em one} encoder. On several standard datasets, our model shows significant improvements over existing approaches.

📄 PDF Abstract BibTeX arXiv:2010.03851

Code (2)

LorrinWWW/two-are-better-than-one 공식 구현 pytorch
saarahasad/Relation-Extraction

Tasks

Joint Entity and Relation Extractionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)RelationRelation ExtractionRepresentation LearningZero-shot Relation Triplet Extraction

Similar Papers 제목 키워드 기반

End-to-End Relation Extraction using Markov Logic Networks

2017-12-04 · Sachin Pawar, Pushpak Bhattacharya, Girish K. Palshikar

The task of end-to-end relation extraction consists of two sub-tasks: i) identifying entity mentions along with their types and ii) recognizing semantic relations among the entity mention pairs. %Identifying entity menti…

RelationRelation ExtractionSentence

Fine-tuning BERT for Joint Entity and Relation Extraction in Chinese Medical Text

2019-08-21 · Kui Xue, Yangming Zhou, Zhiyuan Ma, Tong Ruan 외

Entity and relation extraction is the necessary step in structuring medical text. However, the feature extraction ability of the bidirectional long short term memory network in the existing model does not achieve the bes…

Joint Entity and Relation ExtractionLanguage ModelingLanguage Modellingnamed-entity-recognition+5

End-to-end Relation Extraction using Neural Networks and Markov Logic Networks

2017-04-01 · EACL 2017 4 · Sachin Pawar, Pushpak Bhattacharyya, Girish Palshikar

End-to-end relation extraction refers to identifying boundaries of entity mentions, entity types of these mentions and appropriate semantic relation for each pair of mentions. Traditionally, separate predictive models we…

General ClassificationRelationRelation ExtractionSentence

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 pro…

graph constructionJoint Entity and Relation ExtractionRelationRelation Extraction+1

Going out on a limb: Joint Extraction of Entity Mentions and Relations without Dependency Trees

2017-07-01 · ACL 2017 7 · Arzoo Katiyar, Claire Cardie

We present a novel attention-based recurrent neural network for joint extraction of entity mentions and relations. We show that attention along with long short term memory (LSTM) network can extract semantic relations be…

Relation Extraction