paper-with-me

Papers

Named Entity Recognition Only from Word Embeddings

2019-08-31 · EMNLP 2020 11 · Ying Luo, Hai Zhao, Junlang Zhan

Deep neural network models have helped named entity (NE) recognition achieve amazing performance without handcrafting features. However, existing systems require large amounts of human annotated training data. Efforts have been made to replace human annotations with external knowledge (e.g., NE dictionary, part-of-speech tags), while it is another challenge to obtain such effective resources. In this work, we propose a fully unsupervised NE recognition model which only needs to take informative clues from pre-trained word embeddings. We first apply Gaussian Hidden Markov Model and Deep Autoencoding Gaussian Mixture Model on word embeddings for entity span detection and type prediction, and then further design an instance selector based on reinforcement learning to distinguish positive sentences from noisy sentences and refine these coarse-grained annotations through neural networks. Extensive experiments on CoNLL benchmark datasets demonstrate that our proposed light NE recognition model achieves remarkable performance without using any annotated lexicon or corpus.

📄 PDF Abstract BibTeX arXiv:1909.00164

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Reinforcement LearningType predictionWord Embeddings

Similar Papers 제목 키워드 기반

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

A Multi-task Learning Approach to Adapting Bilingual Word Embeddings for Cross-lingual Named Entity Recognition

2017-11-01 · IJCNLP 2017 11 · Dingquan Wang, Nanyun Peng, Kevin Duh

We show how to adapt bilingual word embeddings (BWE{'}s) to bootstrap a cross-lingual name-entity recognition (NER) system in a language with no labeled data. We assume a setting where we are given a comparable corpus wi…

Cross-Lingual TransferMulti-Task Learningnamed-entity-recognitionNamed Entity Recognition+3

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)

Lexicon Infused Phrase Embeddings for Named Entity Resolution

2014-04-22 · WS 2014 6 · Alexandre Passos, Vineet Kumar, Andrew McCallum

Most state-of-the-art approaches for named-entity recognition (NER) use semi supervised information in the form of word clusters and lexicons. Recently neural network-based language models have been explored, as they as …

Entity ResolutionFormLearning Word Embeddingsnamed-entity-recognition+4

Hierarchical Meta-Embeddings for Code-Switching Named Entity Recognition

2019-09-18 · IJCNLP 2019 11 · Genta Indra Winata, Zhaojiang Lin, Jamin Shin, Zihan Liu 외

In countries that speak multiple main languages, mixing up different languages within a conversation is commonly called code-switching. Previous works addressing this challenge mainly focused on word-level aspects such a…

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