English

Neural Text Generation from Rich Semantic Representations

Computation and Language 2019-04-29 v1

Abstract

We propose neural models to generate high-quality text from structured representations based on Minimal Recursion Semantics (MRS). MRS is a rich semantic representation that encodes more precise semantic detail than other representations such as Abstract Meaning Representation (AMR). We show that a sequence-to-sequence model that maps a linearization of Dependency MRS, a graph-based representation of MRS, to English text can achieve a BLEU score of 66.11 when trained on gold data. The performance can be improved further using a high-precision, broad coverage grammar-based parser to generate a large silver training corpus, achieving a final BLEU score of 77.17 on the full test set, and 83.37 on the subset of test data most closely matching the silver data domain. Our results suggest that MRS-based representations are a good choice for applications that need both structured semantics and the ability to produce natural language text as output.

Cite

@article{arxiv.1904.11564,
  title  = {Neural Text Generation from Rich Semantic Representations},
  author = {Valerie Hajdik and Jan Buys and Michael W. Goodman and Emily M. Bender},
  journal= {arXiv preprint arXiv:1904.11564},
  year   = {2019}
}

Comments

NAACL 2019

R2 v1 2026-06-23T08:49:50.533Z