paper-with-me

홈 › Papers

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

2021-10-11 · ACL 2022 5 · Songlin Yang, Kewei Tu

Constituency parsing and nested named entity recognition (NER) are similar tasks since they both aim to predict a collection of nested and non-crossing spans. In this work, we cast nested NER to constituency parsing and propose a novel pointing mechanism for bottom-up parsing to tackle both tasks. The key idea is based on the observation that if we traverse a constituency tree in post-order, i.e., visiting a parent after its children, then two consecutively visited spans would share a boundary. Our model tracks the shared boundaries and predicts the next boundary at each step by leveraging a pointer network. As a result, it needs only linear steps to parse and thus is efficient. It also maintains a parsing configuration for structural consistency, i.e., always outputting valid trees. Experimentally, our model achieves 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 it also achieves strong 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}.

📄 PDF Abstract BibTeX arXiv:2110.05419

Code (1)

sustcsonglin/pointer-net-for-nested 공식 구현 pytorch

Tasks

Constituency Parsingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERNested Named Entity RecognitionStructured Predictionvalid

Similar Papers 제목 키워드 기반

Nested Named Entity Recognition as Latent Lexicalized Constituency Parsing

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

Nested named entity recognition (NER) has been receiving increasing attention. Recently, Fu et al. (2020) adapt a span-based constituency parser to tackle nested NER. They treat nested entities as partially-observed cons…

Constituency ParsingEntity Typingnamed-entity-recognitionNamed Entity Recognition+3

Nested Named Entity Recognition as Latent Lexicalized Constituency Parsing

2022-03-09 · ACL 2022 5 · Chao Lou, Songlin Yang, Kewei Tu

Nested named entity recognition (NER) has been receiving increasing attention. Recently, (Fu et al, 2021) adapt a span-based constituency parser to tackle nested NER. They treat nested entities as partially-observed cons…

Constituency ParsingEntity Typingnamed-entity-recognitionNamed Entity Recognition+3

Nested Named Entity Recognition with Partially-Observed TreeCRFs

2020-12-15 · Yao Fu, Chuanqi Tan, Mosha Chen, Songfang Huang 외

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 nes…

Constituency Parsingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

Nested Named Entity Recognition as Single-Pass Sequence Labeling

2025-05-22 · Alberto Muñoz-Ortiz, David Vilares, Caio Corro, Carlos Gómez-Rodríguez

We cast nested named entity recognition (NNER) as a sequence labeling task by leveraging prior work that linearizes constituency structures, effectively reducing the complexity of this structured prediction problem to st…

named-entity-recognitionNamed Entity RecognitionNested Named Entity RecognitionStructured Prediction+2

DepNeCTI: Dependency-based Nested Compound Type Identification for Sanskrit

2023-10-14 · Jivnesh Sandhan, Yaswanth Narsupalli, Sreevatsa Muppirala, Sriram Krishnan 외

Multi-component compounding is a prevalent phenomenon in Sanskrit, and understanding the implicit structure of a compound's components is crucial for deciphering its meaning. Earlier approaches in Sanskrit have focused o…

Constituency Parsingnamed-entity-recognitionNamed Entity RecognitionNested Named Entity Recognition