Bottom-Up Constituency Parsing and Nested Named Entity Recognition with
Pointer Networks
- URL: http://arxiv.org/abs/2110.05419v1
- Date: Mon, 11 Oct 2021 17:01:43 GMT
- Title: Bottom-Up Constituency Parsing and Nested Named Entity Recognition with
Pointer Networks
- Authors: Songlin Yang and Kewei Tu
- Abstract summary: Constituency parsing and nested named entity recognition (NER) are typical textitnested structured prediction tasks.
We propose a novel global pointing mechanism for bottom-up parsing with pointer networks to do both tasks, which needs linear steps to parse.
Our method obtains the state-of-the-art performance on PTB among all BERT-based models (96.01 F1 score) and competitive performance on CTB7 in constituency parsing.
- Score: 24.337440797369702
- License: http://creativecommons.org/publicdomain/zero/1.0/
- Abstract: Constituency parsing and nested named entity recognition (NER) are typical
\textit{nested structured prediction} tasks since they both aim to predict a
collection of nested and non-crossing spans. There are many previous studies
adapting constituency parsing methods to tackle nested NER. In this work, we
propose a novel global pointing mechanism for bottom-up parsing with pointer
networks to do both tasks, which needs linear steps to parse. Our method obtain
the state-of-the-art performance on PTB among all BERT-based models (96.01 F1
score) and competitive performance on CTB7 in constituency parsing; and
comparable performance on three benchmark datasets of nested NER: ACE2004,
ACE2005, and GENIA. Our code is publicly available at
\url{https://github.com/sustcsonglin/pointer-net-for-nested}
Related papers
- Uncovering Prototypical Knowledge for Weakly Open-Vocabulary Semantic
Segmentation [59.37587762543934]
This paper studies the problem of weakly open-vocabulary semantic segmentation (WOVSS)
Existing methods suffer from a granularity inconsistency regarding the usage of group tokens.
We propose the prototypical guidance network (PGSeg) that incorporates multi-modal regularization.
arXiv Detail & Related papers (2023-10-29T13:18:00Z) - PromptNER: A Prompting Method for Few-shot Named Entity Recognition via
k Nearest Neighbor Search [56.81939214465558]
We propose PromptNER: a novel prompting method for few-shot NER via k nearest neighbor search.
We use prompts that contains entity category information to construct label prototypes, which enables our model to fine-tune with only the support set.
Our approach achieves excellent transfer learning ability, and extensive experiments on the Few-NERD and CrossNER datasets demonstrate that our model achieves superior performance over state-of-the-art methods.
arXiv Detail & Related papers (2023-05-20T15:47:59Z) - Gaussian Prior Reinforcement Learning for Nested Named Entity
Recognition [52.46740830977898]
We propose a novel seq2seq model named GPRL, which formulates the nested NER task as an entity triplet sequence generation process.
Experiments on three nested NER datasets demonstrate that GPRL outperforms previous nested NER models.
arXiv Detail & Related papers (2023-05-12T05:55:34Z) - Optimizing Bi-Encoder for Named Entity Recognition via Contrastive
Learning [80.36076044023581]
We present an efficient bi-encoder framework for named entity recognition (NER)
We frame NER as a metric learning problem that maximizes the similarity between the vector representations of an entity mention and its type.
A major challenge to this bi-encoder formulation for NER lies in separating non-entity spans from entity mentions.
arXiv Detail & Related papers (2022-08-30T23:19:04Z) - An Embarrassingly Easy but Strong Baseline for Nested Named Entity
Recognition [55.080101447586635]
We propose using Conal Neural Network (CNN) to model spatial relations in the score matrix.
Our model surpasses several recently proposed methods with the same pre-trained encoders.
arXiv Detail & Related papers (2022-08-09T04:33:46Z) - Local Hypergraph-based Nested Named Entity Recognition as Query-based
Sequence Labeling [5.134435281973136]
We propose a novel local hypergraph-based method to recognize nested named entities.
Our method is free of the high computation cost of span sampling and the risk of losing long entities.
It achieves a new state-of-the-art F1 score on the ACE 2004 dataset and competitive F1 scores with previous state-of-the-art methods on three other nested NER datasets: ACE 2005, GENIA, and KBP 2017.
arXiv Detail & Related papers (2022-04-25T06:56:49Z) - X2Parser: Cross-Lingual and Cross-Domain Framework for Task-Oriented
Compositional Semantic Parsing [51.81533991497547]
Task-oriented compositional semantic parsing (TCSP) handles complex nested user queries.
We present X2 compared a transferable Cross-lingual and Cross-domain for TCSP.
We propose to predict flattened intents and slots representations separately and cast both prediction tasks into sequence labeling problems.
arXiv Detail & Related papers (2021-06-07T16:40:05Z) - A Sequence-to-Set Network for Nested Named Entity Recognition [38.05786148160635]
We propose a novel sequence-to-set neural network for nested NER.
We use a non-autoregressive decoder to predict the final set of entities in one pass.
Experimental results show that our proposed model achieves state-of-the-art on three nested NER corpora.
arXiv Detail & Related papers (2021-05-19T03:10:04Z) - Nested Named Entity Recognition with Partially-Observed TreeCRFs [23.992944831013013]
We view nested NER as constituency parsing with partially-observed trees and model it with partially-observed TreeCRFs.
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.
arXiv Detail & Related papers (2020-12-15T18:20:36Z) - Named Entity Recognition as Dependency Parsing [16.544333689188246]
We use graph-based dependency parsing to provide our model a global view on the input via a biaffine model.
We show that the model works well for both nested and flat NER through evaluation on 8 corpora and achieving SoTA performance on all of them, with accuracy gains of up to 2.2 percentage points.
arXiv Detail & Related papers (2020-05-14T17:11:41Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.