paper-with-me

홈 › Papers

Learning Dictionaries for Named Entity Recognition using Minimal Supervision

2015-04-24 · EACL 2014 4 · Arvind Neelakantan, Michael Collins

This paper describes an approach for automatic construction of dictionaries for Named Entity Recognition (NER) using large amounts of unlabeled data and a few seed examples. We use Canonical Correlation Analysis (CCA) to obtain lower dimensional embeddings (representations) for candidate phrases and classify these phrases using a small number of labeled examples. Our method achieves 16.5% and 11.3% F-1 score improvement over co-training on disease and virus NER respectively. We also show that by adding candidate phrase embeddings as features in a sequence tagger gives better performance compared to using word embeddings.

📄 PDF Abstract BibTeX arXiv:1504.06650

Code (0)

등록된 구현이 없습니다.

Tasks

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

Similar Papers 제목 키워드 기반

Distantly Supervised Named Entity Recognition using Positive-Unlabeled Learning

2019-06-04 · ACL 2019 7 · Minlong Peng, Xiaoyu Xing, Qi Zhang, Jinlan Fu 외

In this work, we explore the way to perform named entity recognition (NER) using only unlabeled data and named entity dictionaries. To this end, we formulate the task as a positive-unlabeled (PU) learning problem and acc…

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

HAMNER: Headword Amplified Multi-span Distantly Supervised Method for Domain Specific Named Entity Recognition

2019-12-03 · Shifeng Liu, Yifang Sun, Bing Li, Wei Wang 외

To tackle Named Entity Recognition (NER) tasks, supervised methods need to obtain sufficient cleanly annotated data, which is labor and time consuming. On the contrary, distantly supervised methods acquire automatically …

Boundary Detectionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Learning Named Entity Tagger using Domain-Specific Dictionary

2018-09-10 · EMNLP 2018 10 · Jingbo Shang, Liyuan Liu, Xiang Ren, Xiaotao Gu 외

Recent advances in deep neural models allow us to build reliable named entity recognition (NER) systems without handcrafting features. However, such methods require large amounts of manually-labeled training data. There …

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

Automatic Creation of Named Entity Recognition Datasets by Querying Phrase Representations

2022-10-14 · Hyunjae Kim, Jaehyo Yoo, Seunghyun Yoon, Jaewoo Kang

Most weakly supervised named entity recognition (NER) models rely on domain-specific dictionaries provided by experts. This approach is infeasible in many domains where dictionaries do not exist. While a phrase retrieval…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Natural Language Queries+3

Named Entity Recognition in Tweets: An Experimental Study

2011-07-01 · Conference on Empirical Methods in Natural Language Processing 2011 7 · Alan Ritter, Sam Clark, Mausam Etzioni, Oren Etzioni

People tweet more than 100 Million times daily, yielding a noisy, informal, but sometimes informative corpus of 140-character messages that mirrors the zeitgeist in an unprecedented manner. The performance of standard…

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