Parsing into Variable-in-situ Logico-Semantic Graphs.

Yufei Chen,Weiwei Sun
DOI: https://doi.org/10.18653/v1/2020.acl-main.605
2020-01-01
Abstract:We propose variable-in-situ logico-semantic graphs to bridge the gap between semantic graph and logical form parsing.The new type of graph-based meaning representation allows us to include analysis for scope-related phenomena, such as quantification, negation and modality, in a way that is consistent with the state-of-the-art underspecification approach.Moreover, the well-formedness of such a graph is clear, since model-theoretic interpretation is available.We demonstrate the effectiveness of this new perspective by developing a new state-of-the-art semantic parser for Minimal Recursion Semantics.At the core of this parser is a novel neural graph rewriting system which combines the strengths of Hyperedge Replacement Grammar, a knowledgeintensive model, and Graph Neural Networks, a data-intensive model.Our parser achieves an accuracy of 92.39% in terms of ELEMENTARY DEPENDENCY MATCH, which is a 2.88 point improvement over the best data-driven model in the literature.The output of our parser is highly coherent: at least 91% graphs are valid, in that they allow at least one sound scoperesolved logical form.
What problem does this paper attempt to address?