paper-with-me

Papers

BERT-Based Multi-Head Selection for Joint Entity-Relation Extraction

2019-08-16 · Weipeng Huang, Xingyi Cheng, Taifeng Wang, Wei Chu

In this paper, we report our method for the Information Extraction task in 2019 Language and Intelligence Challenge. We incorporate BERT into the multi-head selection framework for joint entity-relation extraction. This model extends existing approaches from three perspectives. First, BERT is adopted as a feature extraction layer at the bottom of the multi-head selection framework. We further optimize BERT by introducing a semantic-enhanced task during BERT pre-training. Second, we introduce a large-scale Baidu Baike corpus for entity recognition pre-training, which is of weekly supervised learning since there is no actual named entity label. Third, soft label embedding is proposed to effectively transmit information between entity recognition and relation extraction. Combining these three contributions, we enhance the information extracting ability of the multi-head selection model and achieve F1-score 0.876 on testset-1 with a single model. By ensembling four variants of our model, we finally achieve F1 score 0.892 (1st place) on testset-1 and F1 score 0.8924 (2nd place) on testset-2.

📄 PDF Abstract BibTeX arXiv:1908.05908

Code (1)

jaykay233/EventExtraction pytorch

Tasks

RelationRelation Extraction

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Entity Relative Position Representation based Multi-head Selection for Joint Entity and Relation Extraction

2020-10-01 · CCL 2020 10 · Tianyang Zhao, Zhao Yan, Yunbo Cao, Zhoujun Li

Joint entity and relation extraction has received increasing interests recently, due to the capability of utilizing the interactions between both steps. Among existing studies, the Multi-Head Selection (MHS) framework is…

Joint Entity and Relation ExtractionLanguage ModelingLanguage ModellingPosition+3

Joint entity recognition and relation extraction as a multi-head selection problem

2018-04-20 · Giannis Bekoulis, Johannes Deleu, Thomas Demeester, Chris Develder

State-of-the-art models for joint entity recognition and relation extraction strongly rely on external natural language processing (NLP) tools such as POS (part-of-speech) taggers and dependency parsers. Thus, the perfor…

POSRelationRelation Extraction

Contextualized End-to-End Neural Entity Linking

2019-11-10 · Asian Chapter of the Association for Computational Linguistics 2020 · Haotian Chen, Andrej Zukov-Gregoric, Xi David Li, Sahil Wadhwa

We propose yet another entity linking model (YELM) which links words to entities instead of spans. This overcomes any difficulties associated with the selection of good candidate mention spans and makes the joint trainin…

Entity DisambiguationEntity LinkingWord Embeddings

CAE: Mechanism to Diminish the Class Imbalanced in SLU Slot Filling Task

2022-09-21 · Advances in Computational Collective Intelligence 2022 9 · Nguyen Minh Phuong, Tung Le, Nguyen Le Minh

Spoken Language Understanding (SLU) task is a wide application task in Natural Language Processing. In the success of the pre-trained BERT model, NLU is addressed by Intent Classification and Slot Filling task with signi…

intent-classificationIntent ClassificationIntent Classification and Slot FillingIntent Detection+5

Dual-Objective Fine-Tuning of BERT for Entity Matching

2021-06-01 · Proceedings of the VLDB Endowment 2021 6 · Ralph Peeters, Christian Bizer

An increasing number of data providers have adopted shared numbering schemes such as GTIN, ISBN, DUNS, or ORCID numbers for identifying entities in the respective domain. This means for data integration that shared ident…

Data IntegrationEntity ResolutionMulti-class Classification