paper-with-me

Papers

Named Entity Sequence Classification

2017-12-06 · Mahdi Namazifar

Named Entity Recognition (NER) aims at locating and classifying named entities in text. In some use cases of NER, including cases where detected named entities are used in creating content recommendations, it is crucial to have a reliable confidence level for the detected named entities. In this work we study the problem of finding confidence levels for detected named entities. We refer to this problem as Named Entity Sequence Classification (NESC). We frame NESC as a binary classification problem and we use NER as well as recurrent neural networks to find the probability of candidate named entity is a real named entity. We apply this approach to Tweet texts and we show how we could find named entities with high confidence levels from Tweets.

📄 PDF Abstract BibTeX arXiv:1712.02316

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationClassificationGeneral Classificationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Similar Papers 제목 키워드 기반

Boundary identification of events in clinical named entity recognition

2013-08-05 · Azad Dehghan

The problem of named entity recognition in the medical/clinical domain has gained increasing attention do to its vital role in a wide range of clinical decision support applications. The identification of complete and co…

General Classificationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

Nested Named Entity Recognition as Single-Pass Sequence Labeling

2025-05-22 · Alberto Muñoz-Ortiz, David Vilares, Caio Corro, Carlos Gómez-Rodríguez

We cast nested named entity recognition (NNER) as a sequence labeling task by leveraging prior work that linearizes constituency structures, effectively reducing the complexity of this structured prediction problem to st…

named-entity-recognitionNamed Entity RecognitionNested Named Entity RecognitionStructured Prediction+2

NamedEntityRangers at SemEval-2022 Task 11: Transformer-based Approaches for Multilingual Complex Named Entity Recognition

2022-07-01 · SemEval (NAACL) 2022 7 · Amina Miftahova, Alexander Pugachev, Artem Skiba, Katya Artemova 외

This paper presents the two submissions of NamedEntityRangers Team to the MultiCoNER Shared Task, hosted at SemEval-2022. We evaluate two state-of-the-art approaches, of which both utilize pre-trained multi-lingual langu…

Decodernamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

Unsupervised Paraphrasing Consistency Training for Low Resource Named Entity Recognition

2021-11-01 · EMNLP 2021 11 · Rui Wang, Ricardo Henao

Unsupervised consistency training is a way of semi-supervised learning that encourages consistency in model predictions between the original and augmented data. For Named Entity Recognition (NER), existing approaches aug…

Data AugmentationLow Resource Named Entity RecognitionMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+4

Sparse Named Entity Classification using Factorization Machines

2017-03-15 · Ai Hirata, Mamoru Komachi

Named entity classification is the task of classifying text-based elements into various categories, including places, names, dates, times, and monetary values. A bottleneck in named entity classification, however, is the…

ClassificationGeneral Classification