paper-with-me

Papers

Named Entity Recognition with stack residual LSTM and trainable bias decoding

2017-06-23 · IJCNLP 2017 11 · Quan Tran, Andrew MacKinlay, Antonio Jimeno Yepes

Recurrent Neural Network models are the state-of-the-art for Named Entity Recognition (NER). We present two innovations to improve the performance of these models. The first innovation is the introduction of residual connections between the Stacked Recurrent Neural Network model to address the degradation problem of deep neural networks. The second innovation is a bias decoding mechanism that allows the trained system to adapt to non-differentiable and externally computed objectives, such as the entity-based F-measure. Our work improves the state-of-the-art results for both Spanish and English languages on the standard train/development/test split of the CoNLL 2003 Shared Task NER dataset.

📄 PDF Abstract BibTeX arXiv:1706.07598

Code (0)

등록된 구현이 없습니다.

Tasks

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

Similar Papers 제목 키워드 기반

Robust Named Entity Recognition in Idiosyncratic Domains

2016-08-24 · Sebastian Arnold, Felix A. Gers, Torsten Kilias, Alexander Löser

Named entity recognition often fails in idiosyncratic domains. That causes a problem for depending tasks, such as entity linking and relation extraction. We propose a generic and robust approach for high-recall named ent…

Entity Linkingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

CharNER: Character-Level Named Entity Recognition

2016-12-01 · COLING 2016 12 · Onur Kuru, Ozan Arkan Can, Deniz Yuret

We describe and evaluate a character-level tagger for language-independent Named Entity Recognition (NER). Instead of words, a sentence is represented as a sequence of characters. The model consists of stacked bidirectio…

DecoderFeature Engineeringnamed-entity-recognitionNamed Entity Recognition+5

FlexNER: A Flexible LSTM-CNN Stack Framework for Named Entity Recognition

2019-08-14 · Hongyin Zhu, Wenpeng Hu, Yi Zeng

Named entity recognition (NER) is a foundational technology for information extraction. This paper presents a flexible NER framework compatible with different languages and domains. Inspired by the idea of distant superv…

Diversitynamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

A Neural Layered Model for Nested Named Entity Recognition

2018-06-01 · NAACL 2018 6 · Meizhi Ju, Makoto Miwa, Sophia Ananiadou

Entity mentions embedded in longer entity mentions are referred to as nested entities. Most named entity recognition (NER) systems deal only with the flat entities and ignore the inner nested ones, which fails to capture…

Entity Linkingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4

Joint Learning of Named Entity Recognition and Entity Linking

2019-07-18 · ACL 2019 7 · Pedro Henrique Martins, Zita Marinho, André F. T. Martins

Named entity recognition (NER) and entity linking (EL) are two fundamentally related tasks, since in order to perform EL, first the mentions to entities have to be detected. However, most entity linking approaches disreg…

Entity LinkingMulti-Task Learningnamed-entity-recognitionNamed Entity Recognition+2