paper-with-me

Papers

Simple Yet Powerful: An Overlooked Architecture for Nested Named Entity Recognition

2022-10-01 · COLING 2022 10 · Matias Rojas, Felipe Bravo-Marquez, Jocelyn Dunstan

Named Entity Recognition (NER) is an important task in Natural Language Processing that aims to identify text spans belonging to predefined categories. Traditional NER systems ignore nested entities, which are entities contained in other entity mentions. Although several methods have been proposed to address this case, most of them rely on complex task-specific structures and ignore potentially useful baselines for the task. We argue that this creates an overly optimistic impression of their performance. This paper revisits the Multiple LSTM-CRF (MLC) model, a simple, overlooked, yet powerful approach based on training independent sequence labeling models for each entity type. Extensive experiments with three nested NER corpora show that, regardless of the simplicity of this model, its performance is better or at least as well as more sophisticated methods. Furthermore, we show that the MLC architecture achieves state-of-the-art results in the Chilean Waiting List corpus by including pre-trained language models. In addition, we implemented an open-source library that computes task-specific metrics for nested NER. The results suggest that metrics used in previous work do not measure well the ability of a model to detect nested entities, while our metrics provide new evidence on how existing approaches handle the task.

📄 PDF Abstract BibTeX

Code (2)

matirojasg/nested-ner-mlc 공식 구현 pytorch
matirojasg/nestednereval 공식 구현

Tasks

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

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Simple yet Powerful: An Overlooked Architecture for Nested Named Entity Recognition

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Named Entity Recognition (NER) is an important task in Natural Language Processing that aims to identify text spans belonging to predefined categories. Traditional NER research ignores nested entities, which are entities…

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

Neural Architectures for Nested NER through Linearization

2019-08-19 · ACL 2019 7 · Jana Straková, Milan Straka, Jan Hajič

We propose two neural network architectures for nested named entity recognition (NER), a setting in which named entities may overlap and also be labeled with more than one label. We encode the nested labels using a linea…

Hard Attentionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

Merge and Label: A novel neural network architecture for nested NER

2019-06-30 · ACL 2019 7 · Joseph Fisher, Andreas Vlachos

Named entity recognition (NER) is one of the best studied tasks in natural language processing. However, most approaches are not capable of handling nested structures which are common in many applications. In this paper …

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

An Embarrassingly Easy but Strong Baseline for Nested Named Entity Recognition

2022-08-09 · Hang Yan, Yu Sun, Xiaonan Li, Xipeng Qiu

Named entity recognition (NER) is the task to detect and classify the entity spans in the text. When entity spans overlap between each other, this problem is named as nested NER. Span-based methods have been widely used …

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

Trigger-GNN: A Trigger-Based Graph Neural Network for Nested Named Entity Recognition

2022-04-12 · Yuan Sui, Fanyang Bu, Yingting Hu, Wei Yan 외

Nested named entity recognition (NER) aims to identify the entity boundaries and recognize categories of the named entities in a complex hierarchical sentence. Some works have been done using character-level, word-level,…

Graph Neural Networknamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3