paper-with-me

홈 › Papers

Adversarial training for multi-context joint entity and relation extraction

2018-08-21 · EMNLP 2018 10 · Giannis Bekoulis, Johannes Deleu, Thomas Demeester, Chris Develder

Adversarial training (AT) is a regularization method that can be used to improve the robustness of neural network methods by adding small perturbations in the training data. We show how to use AT for the tasks of entity recognition and relation extraction. In particular, we demonstrate that applying AT to a general purpose baseline model for jointly extracting entities and relations, allows improving the state-of-the-art effectiveness on several datasets in different contexts (i.e., news, biomedical, and real estate data) and for different languages (English and Dutch).

📄 PDF Abstract BibTeX arXiv:1808.06876

Code (1)

bekou/multihead_joint_entity_relation_extraction 공식 구현 tf

Tasks

Joint Entity and Relation ExtractionRelationRelation Extraction

Similar Papers 제목 키워드 기반

ENPAR:Enhancing Entity and Entity Pair Representations for Joint Entity Relation Extraction

2021-04-01 · EACL 2021 2 · Yijun Wang, Changzhi Sun, Yuanbin Wu, Hao Zhou 외

Current state-of-the-art systems for joint entity relation extraction (Luan et al., 2019; Wad-den et al., 2019) usually adopt the multi-task learning framework. However, annotations for these additional tasks such as cor…

coreference-resolutionCoreference ResolutionEntity TypingEvent Extraction+4

Object-aware Multimodal Named Entity Recognition in Social Media Posts with Adversarial Learning

2020-08-03 · Changmeng Zheng, Zhiwei Wu, Tao Wang, Cai Yi 외

Named Entity Recognition (NER) in social media posts is challenging since texts are usually short and contexts are lacking. Most recent works show that visual information can boost the NER performance since images can pr…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Cross-lingual Entity Alignment with Adversarial Kernel Embedding and Adversarial Knowledge Translation

2021-04-16 · Gong Zhang, Yang Zhou, Sixing Wu, Zeru Zhang 외

Cross-lingual entity alignment, which aims to precisely connect the same entities in different monolingual knowledge bases (KBs) together, often suffers challenges from feature inconsistency to sequence context unawarene…

AttributeEntity AlignmentKnowledge GraphsTranslation

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

Span-based Joint Entity and Relation Extraction with Transformer Pre-training

2019-09-17 · Markus Eberts, Adrian Ulges

We introduce SpERT, an attention model for span-based joint entity and relation extraction. Our key contribution is a light-weight reasoning on BERT embeddings, which features entity recognition and filtering, as well as…

Joint Entity and Relation ExtractionNamed Entity Recognition (NER)RelationRelation Classification+2