# A Transition-Based Directed Acyclic Graph Parser for UCCA

**Authors:** Daniel Hershcovich, Omri Abend, Ari Rappoport

arXiv: 1704.00552 · 2018-05-02

## TL;DR

This paper introduces the first parser for UCCA, a cross-linguistic semantic framework, capable of handling complex DAG structures, discontinuities, and non-terminal nodes, advancing semantic parsing technology.

## Contribution

It presents a novel transition-based parser with a unique transition set and bidirectional LSTM features, supporting complex DAG structures in semantic parsing.

## Key findings

- Successfully parses UCCA structures with reentrancy and discontinuities
- Handles non-terminal nodes representing complex semantic units
- Offers a parser architecture applicable to other semantic DAGs

## Abstract

We present the first parser for UCCA, a cross-linguistically applicable framework for semantic representation, which builds on extensive typological work and supports rapid annotation. UCCA poses a challenge for existing parsing techniques, as it exhibits reentrancy (resulting in DAG structures), discontinuous structures and non-terminal nodes corresponding to complex semantic units. To our knowledge, the conjunction of these formal properties is not supported by any existing parser. Our transition-based parser, which uses a novel transition set and features based on bidirectional LSTMs, has value not just for UCCA parsing: its ability to handle more general graph structures can inform the development of parsers for other semantic DAG structures, and in languages that frequently use discontinuous structures.

## Full text

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

## Figures

26 figures with captions in the complete paper: https://tomesphere.com/paper/1704.00552/full.md

## References

74 references — full list in the complete paper: https://tomesphere.com/paper/1704.00552/full.md

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