paper-with-me

Papers

Unsupervised Discontinuous Constituency Parsing with Mildly Context-Sensitive Grammars

2022-12-18 · Songlin Yang, Roger P. Levy, Yoon Kim

We study grammar induction with mildly context-sensitive grammars for unsupervised discontinuous parsing. Using the probabilistic linear context-free rewriting system (LCFRS) formalism, our approach fixes the rule structure in advance and focuses on parameter learning with maximum likelihood. To reduce the computational complexity of both parsing and parameter estimation, we restrict the grammar formalism to LCFRS-2 (i.e., binary LCFRS with fan-out two) and further discard rules that require O(n^6) time to parse, reducing inference to O(n^5). We find that using a large number of nonterminals is beneficial and thus make use of tensor decomposition-based rank-space dynamic programming with an embedding-based parameterization of rule probabilities to scale up the number of nonterminals. Experiments on German and Dutch show that our approach is able to induce linguistically meaningful trees with continuous and discontinuous structures

📄 PDF Abstract BibTeX arXiv:2212.09140

Code (1)

sustcsonglin/tn-lcfrs 공식 구현 pytorch

Tasks

Constituency Parsingparameter estimationTensor Decomposition

Similar Papers 제목 키워드 기반

Unlexicalized Transition-based Discontinuous Constituency Parsing

2019-02-24 · TACL 2019 3 · Maximin Coavoux, Benoît Crabbé, Shay B. Cohen

Lexicalized parsing models are based on the assumptions that (i) constituents are organized around a lexical head (ii) bilexical statistics are crucial to solve ambiguities. In this paper, we introduce an unlexicalized t…

Constituency Parsing

Tree-Averaging Algorithms for Ensemble-Based Unsupervised Discontinuous Constituency Parsing

2024-02-29 · Behzad Shayegh, Yuqiao Wen, Lili Mou

We address unsupervised discontinuous constituency parsing, where we observe a high variance in the performance of the only previous model in the literature. We propose to build an ensemble of different runs of the exist…

AllConstituency Parsing

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

Span-Based LCFRS-2 Parsing

2020-07-01 · WS 2020 7 · Milo{\v{s}} Stanojevi{\'c}, Mark Steedman

The earliest models for discontinuous constituency parsers used mildly context-sensitive grammars, but the fashion has changed in recent years to grammar-less transition-based parsers that use strong neural probabilistic…

Sentence

Generic refinement of expressive grammar formalisms with an application to discontinuous constituent parsing

2018-08-01 · COLING 2018 8 · Kilian Gebhardt

We formulate a generalization of Petrov et al. (2006){'}s split/merge algorithm for interpreted regular tree grammars (Koller and Kuhlmann, 2011), which capture a large class of grammar formalisms. We evaluate its effect…