paper-with-me

홈 › Papers

Boosting Named Entity Recognition with Neural Character Embeddings

2015-05-19 · WS 2015 7 · Cicero Nogueira dos Santos, Victor Guimarães

Most state-of-the-art named entity recognition (NER) systems rely on handcrafted features and on the output of other NLP tasks such as part-of-speech (POS) tagging and text chunking. In this work we propose a language-independent NER system that uses automatically learned features only. Our approach is based on the CharWNN deep neural network, which uses word-level and character-level representations (embeddings) to perform sequential classification. We perform an extensive number of experiments using two annotated corpora in two different languages: HAREM I corpus, which contains texts in Portuguese; and the SPA CoNLL-2002 corpus, which contains texts in Spanish. Our experimental results shade light on the contribution of neural character embeddings for NER. Moreover, we demonstrate that the same neural network which has been successfully applied to POS tagging can also achieve state-of-the-art results for language-independet NER, using the same hyperparameters, and without any handcrafted features. For the HAREM I corpus, CharWNN outperforms the state-of-the-art system by 7.9 points in the F1-score for the total scenario (ten NE classes), and by 7.2 points in the F1 for the selective scenario (five NE classes).

📄 PDF Abstract BibTeX arXiv:1505.05008

Code (0)

등록된 구현이 없습니다.

Tasks

Chunkingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERPart-Of-Speech TaggingPOSPOS TaggingSingle Particle Analysis

Similar Papers 제목 키워드 기반

Boosting Named Entity Recognition with Neural Character Embeddings

2015-07-01 · WS 2015 7 · C{\'\i}cero dos Santos, Victor Guimar{\~a}es
Chunkingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

Comparing CNN and LSTM character-level embeddings in BiLSTM-CRF models for chemical and disease named entity recognition

2018-08-25 · WS 2018 10 · Zenan Zhai, Dat Quoc Nguyen, Karin Verspoor

We compare the use of LSTM-based and CNN-based character-level word embeddings in BiLSTM-CRF models to approach chemical and disease named entity recognition (NER) tasks. Empirical results over the BioCreative V CDR corp…

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

Morphological Embeddings for Named Entity Recognition in Morphologically Rich Languages

2017-06-01 · Onur Gungor, Eray Yildiz, Suzan Uskudarli, Tunga Gungor

In this work, we present new state-of-the-art results of 93.59,% and 79.59,% for Turkish and Czech named entity recognition based on the model of (Lample et al., 2016). We contribute by proposing several schemes for repr…

Morphological Analysisnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

A Morpho-Syntactically Informed LSTM-CRF Model for Named Entity Recognition

2019-08-27 · RANLP 2019 9 · Lilia Simeonova, Kiril Simov, Petya Osenova, Preslav Nakov

We propose a morphologically informed model for named entity recognition, which is based on LSTM-CRF architecture and combines word embeddings, Bi-LSTM character embeddings, part-of-speech (POS) tags, and morphological i…

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

Attentive Neural Network for Named Entity Recognition in Vietnamese

2018-10-31 · Kim Anh Nguyen, Ngan Dong, Cam-Tu Nguyen

We propose an attentive neural network for the task of named entity recognition in Vietnamese. The proposed attentive neural model makes use of character-based language models and word embeddings to encode words as vecto…

Decodernamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition In Vietnamese+2