paper-with-me

Papers

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 bidirectional LSTMs which inputs characters and outputs tag probabilities for each character. These probabilities are then converted to consistent word level named entity tags using a Viterbi decoder. We are able to achieve close to state-of-the-art NER performance in seven languages with the same basic model using only labeled NER data and no hand-engineered features or other external resources like syntactic taggers or Gazetteers.

📄 PDF Abstract BibTeX

Code (1)

ozanarkancan/char-ner 공식 구현

Tasks

DecoderFeature Engineeringnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERSentenceTAGWord Embeddings

Similar Papers 제목 키워드 기반

SeqAttack: On Adversarial Attacks for Named Entity Recognition

2021-11-01 · EMNLP (ACL) 2021 11 · Walter Simoncini, Gerasimos Spanakis

Named Entity Recognition is a fundamental task in information extraction and is an essential element for various Natural Language Processing pipelines. Adversarial attacks have been shown to greatly affect the performanc…

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

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

Low-Resource Named Entity Recognition with Cross-Lingual, Character-Level Neural Conditional Random Fields

2024-04-14 · IJCNLP 2017 11 · Ryan Cotterell, Kevin Duh

Low-resource named entity recognition is still an open problem in NLP. Most state-of-the-art systems require tens of thousands of annotated sentences in order to obtain high performance. However, for most of the world's …

Low Resource Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionTransfer Learning

On the Strength of Character Language Models for Multilingual Named Entity Recognition

2018-09-13 · EMNLP 2018 10 · Xiaodong Yu, Stephen Mayhew, Mark Sammons, Dan Roth

Character-level patterns have been widely used as features in English Named Entity Recognition (NER) systems. However, to date there has been no direct investigation of the inherent differences between name and non-name …

Multilingual Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Exploiting Multiple Embeddings for Chinese Named Entity Recognition

2019-08-28 · Canwen Xu, Feiyang Wang, Jialong Han, Chenliang Li

Identifying the named entities mentioned in text would enrich many semantic applications at the downstream level. However, due to the predominant usage of colloquial language in microblogs, the named entity recognition (…

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1