paper-with-me

Papers

SpanNER: Named Entity Re-/Recognition as Span Prediction

2021-06-01 · ACL 2021 5 · Jinlan Fu, Xuanjing Huang, PengFei Liu

Recent years have seen the paradigm shift of Named Entity Recognition (NER) systems from sequence labeling to span prediction. Despite its preliminary effectiveness, the span prediction model's architectural bias has not been fully understood. In this paper, we first investigate the strengths and weaknesses when the span prediction model is used for named entity recognition compared with the sequence labeling framework and how to further improve it, which motivates us to make complementary advantages of systems based on different paradigms. We then reveal that span prediction, simultaneously, can serve as a system combiner to re-recognize named entities from different systems' outputs. We experimentally implement 154 systems on 11 datasets, covering three languages, comprehensive results show the effectiveness of span prediction models that both serve as base NER systems and system combiners. We make all code and datasets available: \url{https://github.com/neulab/spanner}, as well as an online system demo: \url{http://spanner.sh}. Our model also has been deployed into the ExplainaBoard platform, which allows users to flexibly perform a system combination of top-scoring systems in an interactive way: \url{http://explainaboard.nlpedia.ai/leaderboard/task-ner/}.

📄 PDF Abstract BibTeX arXiv:2106.00641

Code (1)

neulab/spanner 공식 구현 pytorch

Tasks

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

Similar Papers 제목 키워드 기반

Win-Win Cooperation: Bundling Sequence and Span Models for Named Entity Recognition

2022-07-07 · Bin Ji, Shasha Li, Jie Yu, Jun Ma 외

For Named Entity Recognition (NER), sequence labeling-based and span-based paradigms are quite different. Previous research has demonstrated that the two paradigms have clear complementary advantages, but few models have…

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

Learning from Language Description: Low-shot Named Entity Recognition via Decomposed Framework

2021-09-11 · Findings (EMNLP) 2021 11 · Yaqing Wang, Haoda Chu, Chao Zhang, Jing Gao

In this work, we study the problem of named entity recognition (NER) in a low resource scenario, focusing on few-shot and zero-shot settings. Built upon large-scale pre-trained language models, we propose a novel NER fra…

Few-Shot Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

A Boundary Offset Prediction Network for Named Entity Recognition

2023-10-23 · Minghao Tang, Yongquan He, Yongxiu Xu, Hongbo Xu 외

Named entity recognition (NER) is a fundamental task in natural language processing that aims to identify and classify named entities in text. However, span-based methods for NER typically assign entity types to text spa…

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

Refl-Spanners: A Purely Regular Approach to Non-Regular Core Spanners

2020-10-26 · Markus L. Schmid, Nicole Schweikardt

The regular spanners (characterised by vset-automata) are closed under the algebraic operations of union, join and projection, and have desirable algorithmic properties. The core spanners (introduced by Fagin, Kimelfeld,…

SpannerLib: Embedding Declarative Information Extraction in an Imperative Workflow

2024-09-03 · Dean Light, Ahmad Aiashy, Mahmoud Diab, Daniel Nachmias 외

Document spanners have been proposed as a formal framework for declarative Information Extraction (IE) from text, following IE products from the industry and academia. Over the past decade, the framework has been studied…