paper-with-me

Papers

Hierarchical Region Learning for Nested Named Entity Recognition

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Xinwei Long, Shuzi Niu, Yucheng Li

Named Entity Recognition (NER) is deeply explored and widely used in various tasks. Usually, some entity mentions are nested in other entities, which leads to the nested NER problem. Leading region based models face both the efficiency and effectiveness challenge due to the high subsequence enumeration complexity. To tackle these challenges, we propose a hierarchical region learning framework to automatically generate a tree hierarchy of candidate regions with nearly linear complexity and incorporate structure information into the region representation for better classification. Experiments on benchmark datasets ACE-2005, GENIA and JNLPBA demonstrate competitive or better results than state-of-the-art baselines.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

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

Similar Papers 제목 키워드 기반

Hierarchical Nested Named Entity Recognition

2019-06-01 · WS 2019 6 · Zita Marinho, Afonso Mendes, Mir, Sebasti{\~a}o a 외

In the medical domain and other scientific areas, it is often important to recognize different levels of hierarchy in mentions, such as those related to specific symptoms or diseases associated with different anatomical …

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

Pyramid: A Layered Model for Nested Named Entity Recognition

2020-07-01 · ACL 2020 6 · Jue Wang, Lidan Shou, Ke Chen, Gang Chen

This paper presents Pyramid, a novel layered model for Nested Named Entity Recognition (nested NER). In our approach, token or text region embeddings are recursively inputted into L flat NER layers, from bottom to top, s…

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

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

Deep Exhaustive Model for Nested Named Entity Recognition

2018-10-01 · EMNLP 2018 10 · Mohammad Golam Sohrab, Makoto Miwa

We propose a simple deep neural model for nested named entity recognition (NER). Most NER models focused on flat entities and ignored nested entities, which failed to fully capture underlying semantic information in text…

Entity LinkingFeature Engineeringnamed-entity-recognitionNamed Entity Recognition+4

HiTRANS: A Hierarchical Transformer Network for Nested Named Entity Recognition

2021-11-01 · Findings (EMNLP) 2021 11 · Zhiwei Yang, Jing Ma, Hechang Chen, Yunke Zhang 외

Nested Named Entity Recognition (NNER) has been extensively studied, aiming to identify all nested entities from potential spans (i.e., one or more continuous tokens). However, recent studies for NNER either focus on ted…

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