Nested Named Entity Recognition with Partially-Observed TreeCRFs

12/15/2020
by   Yao Fu, et al.
0

Named entity recognition (NER) is a well-studied task in natural language processing. However, the widely-used sequence labeling framework is difficult to detect entities with nested structures. In this work, we view nested NER as constituency parsing with partially-observed trees and model it with partially-observed TreeCRFs. Specifically, we view all labeled entity spans as observed nodes in a constituency tree, and other spans as latent nodes. With the TreeCRF we achieve a uniform way to jointly model the observed and the latent nodes. To compute the probability of partial trees with partial marginalization, we propose a variant of the Inside algorithm, the Masked Inside algorithm, that supports different inference operations for different nodes (evaluation for the observed, marginalization for the latent, and rejection for nodes incompatible with the observed) with efficient parallelized implementation, thus significantly speeding up training and inference. Experiments show that our approach achieves the state-of-the-art (SOTA) F1 scores on the ACE2004, ACE2005 dataset, and shows comparable performance to SOTA models on the GENIA dataset. Our approach is implemented at: <https://github.com/FranxYao/Partially-Observed-TreeCRFs>.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
03/09/2022

Nested Named Entity Recognition as Latent Lexicalized Constituency Parsing

Nested named entity recognition (NER) has been receiving increasing atte...
research
10/11/2021

Bottom-Up Constituency Parsing and Nested Named Entity Recognition with Pointer Networks

Constituency parsing and nested named entity recognition (NER) are typic...
research
04/17/2022

Nested Named Entity Recognition as Holistic Structure Parsing

As a fundamental natural language processing task and one of core knowle...
research
10/10/2022

A dynamic programming algorithm for span-based nested named-entity recognition in O(n^2)

Span-based nested named-entity recognition (NER) has a cubic-time comple...
research
10/14/2021

Fusing Heterogeneous Factors with Triaffine Mechanism for Nested Named Entity Recognition

Nested entities are observed in many domains due to their compositionali...
research
06/30/2019

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

Named entity recognition (NER) is one of the best studied tasks in natur...
research
05/23/2022

RuNNE-2022 Shared Task: Recognizing Nested Named Entities

The RuNNE Shared Task approaches the problem of nested named entity reco...

Please sign up or login with your details

Forgot password? Click here to reset