SOTAVerified

BME-UW at SRST-2019: Surface realization with Interpreted Regular Tree Grammars

2019-11-01WS 2019Unverified0· sign in to hype

{\'A}d{\'a}m Kov{\'a}cs, Evelin {\'A}cs, Judit {\'A}cs, Andras Kornai, G{\'a}bor Recski

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

The Surface Realization Shared Task involves mapping Universal Dependency graphs to raw text, i.e. restoring word order and inflection from a graph of typed, directed dependencies between lemmas. Interpreted Regular Tree Grammars (IRTGs) encode the correspondence between generations in multiple algebras, and have previously been used for semantic parsing from raw text. Our system induces an IRTG for simultaneously building pairs of surface forms and UD graphs in the SRST training data, then prunes this grammar for each UD graph in the test data for efficient parsing and generation of the surface ordering of lemmas. For the inflection step we use a standard sequence-to-sequence model with a biLSTM encoder and an LSTM decoder with attention. Both components of our system are available on GitHub under an MIT license.

Tasks

Reproductions