paper-with-me

홈 › Papers

Non-binary bottom-up constituency parsing without arity actions

2026-07-12 · Jungyeul Park, Eunkyul Leah Jo, Zihao Huang arxiv

Non-binary bottom-up constituency parsing commonly uses arity-specific reductions such as \(\textsc{Reduce-}X\#k\), which jointly specify the mother label and number of children. We show that arity need not be a primitive transition parameter. The proposed parser predicts the mother label separately and identifies the ordered child sequence from a delimiter-bounded stack configuration. In every well-formed reducible configuration, the active delimiter, label marker, and intervening completed items uniquely determine the reduction domain and hence its arity. This factorization removes label--arity-specific reduction actions while preserving direct construction of the original non-binary trees. Controlled experiments on PTB and CTB show that the delimiter-guided parser closely tracks an arity-specific baseline while using a substantially smaller action inventory. Its predicted trees retain the gold branching profile without systematic collapse at higher arities. The smaller inventory is obtained at the cost of longer derivations and boundary-sensitive errors involving delimiter insertion, preservation, and consumption.

📄 PDF Abstract BibTeX arXiv:2607.10591

Code (0)

등록된 구현이 없습니다.

Tasks

Constituency Parsing

Similar Papers 제목 키워드 기반

Neural Combinatory Constituency Parsing

2021-06-12 · Findings (ACL) 2021 8 · Zhousi Chen, Longtu Zhang, Aizhan Imankulova, Mamoru Komachi

We propose two fast neural combinatory models for constituency parsing: binary and multi-branching. Our models decompose the bottom-up parsing process into 1) classification of tags, labels, and binary orientations or ch…

Constituency ParsingSENTS

Representing and Parsing Korean Constituency Structure at Different Levels of Granularity

2026-08-27 · Jungyeul Park, KyungTae Lim, Zihao Huang, Eunkyul Leah Jo 외 arxiv

Korean constituency parsing raises a representational challenge because the terminal units of a phrase-structure tree do not straightforwardly correspond to simple surface words. Korean eojeols are morphologically comple…

Constituency Parsing

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 …

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

Discontinuous Constituency Parsing with a Stack-Free Transition System and a Dynamic Oracle

2019-04-01 · NAACL 2019 6 · Maximin Coavoux, Shay B. Cohen

We introduce a novel transition system for discontinuous constituency parsing. Instead of storing subtrees in a stack --i.e. a data structure with linear-time sequential access-- the proposed system uses a set of parsing…

Constituency ParsingSentence

Unsupervised Parsing with S-DIORA: Single Tree Encoding for Deep Inside-Outside Recursive Autoencoders

2020-11-01 · EMNLP 2020 11 · Andrew Drozdov, Subendhu Rongali, Yi-Pei Chen, Tim O{'}Gorman 외

The deep inside-outside recursive autoencoder (DIORA; Drozdov et al. 2019) is a self-supervised neural model that learns to induce syntactic tree structures for input sentences *without access to labeled training data*. …

Constituency Grammar InductionConstituency ParsingSentence