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

**Authors:** Maximin Coavoux, Shay B. Cohen

arXiv: 1904.00615 · 2019-04-02

## TL;DR

This paper presents a new stack-free transition system for discontinuous constituency parsing using a set of parsing items, enabling efficient construction of trees and introducing a dynamic oracle, achieving state-of-the-art results.

## Contribution

It introduces a novel transition system with constant-time access and a dynamic oracle for discontinuous constituency parsing, improving efficiency and accuracy.

## Key findings

- Achieves state-of-the-art results on English and German treebanks.
- Constructs any discontinuous tree in exactly 4n - 2 transitions.
- Introduces the first dynamic oracle for this parsing task.

## Abstract

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 items, with constant-time random access. This change makes it possible to construct any discontinuous constituency tree in exactly $4n - 2$ transitions for a sentence of length $n$. At each parsing step, the parser considers every item in the set to be combined with a focus item and to construct a new constituent in a bottom-up fashion. The parsing strategy is based on the assumption that most syntactic structures can be parsed incrementally and that the set --the memory of the parser-- remains reasonably small on average. Moreover, we introduce a provably correct dynamic oracle for the new transition system, and present the first experiments in discontinuous constituency parsing using a dynamic oracle. Our parser obtains state-of-the-art results on three English and German discontinuous treebanks.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.00615/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1904.00615/full.md

## References

47 references — full list in the complete paper: https://tomesphere.com/paper/1904.00615/full.md

---
Source: https://tomesphere.com/paper/1904.00615