paper-with-me

홈 › Papers

Neural Reranking for Named Entity Recognition

2017-07-17 · RANLP 2017 9 · Jie Yang, Yue Zhang, Fei Dong

We propose a neural reranking system for named entity recognition (NER). The basic idea is to leverage recurrent neural network models to learn sentence-level patterns that involve named entity mentions. In particular, given an output sentence produced by a baseline NER model, we replace all entity mentions, such as \textit{Barack Obama}, into their entity types, such as \textit{PER}. The resulting sentence patterns contain direct output information, yet is less sparse without specific named entities. For example, "PER was born in LOC" can be such a pattern. LSTM and CNN structures are utilised for learning deep representations of such sentences for reranking. Results show that our system can significantly improve the NER accuracies over two different baselines, giving the best reported results on a standard benchmark.

📄 PDF Abstract BibTeX arXiv:1707.05127

Code (1)

jiesutd/RerankNER 공식 구현

Tasks

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

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Noise Robust Named Entity Understanding for Voice Assistants

2020-05-29 · NAACL 2021 4 · Deepak Muralidharan, Joel Ruben Antony Moniz, Sida Gao, Xiao Yang 외

Named Entity Recognition (NER) and Entity Linking (EL) play an essential role in voice assistant interaction, but are challenging due to the special difficulties associated with spoken user queries. In this paper, we pro…

domain classificationEntity Linkingnamed-entity-recognitionNamed Entity Recognition+5

Concept-Based Embeddings for Natural Language Processing

2018-07-15 · Yukun Ma, Erik Cambria

In this work, we focus on effectively leveraging and integrating information from concept-level as well as word-level via projecting concepts and words into a lower dimensional space while retaining most critical semanti…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)General ClassificationReranking+3

Turkish Named Entity Recognition: A Survey and Comparative Analysis

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Named entity recognition is a challenging task that has been widely studied in English. Although there are some efforts for named entity recognition in Turkish language, the reported results are limited to particular dat…

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

ANEC: An Amharic Named Entity Corpus and Transformer Based Recognizer

2022-07-02 · Ebrahim Chekol Jibril, A. Cüneyd Tantğ

Named Entity Recognition is an information extraction task that serves as a preprocessing step for other natural language processing tasks, such as machine translation, information retrieval, and question answering. Name…

imbalanced classificationInformation RetrievalMachine Translationnamed-entity-recognition+4

R2Former: Unified Retrieval and Reranking Transformer for Place Recognition

2023-01-01 · CVPR 2023 1 · Sijie Zhu, Linjie Yang, Chen Chen, Mubarak Shah 외

Visual Place Recognition (VPR) estimates the location of query images by matching them with images in a reference database. Conventional methods generally adopt aggregated CNN features for global retrieval and RANSAC…

Feature CorrelationRerankingRetrievalVisual Place Recognition