Semantic Graph Parsing with Recurrent Neural Network DAG Grammars
Semantic parses are directed acyclic graphs (DAGs), so semantic parsing should be modeled as graph prediction. But predicting graphs presents difficult technical challenges, so it is simpler and more common to predict the linearized graphs found in semantic parsing datasets using well-understood sequence models. The cost of this simplicity is that the predicted strings may not be well-formed graphs. We present recurrent neural network DAG grammars, a graph-aware sequence model that ensures only well-formed graphs while sidestepping many difficulties in graph prediction. We test our model on the Parallel Meaning Bank---a multilingual semantic graphbank. Our approach yields competitive results in English and establishes the first results for German, Italian and Dutch.
Code (0)
등록된 구현이 없습니다.
Tasks
DRS ParsingSemantic ParsingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Recurrent Neural Network Grammars
We introduce recurrent neural network grammars, probabilistic models of sentences with explicit phrase structure. We explain efficient inference procedures that allow application to both parsing and language modeling. Ex…
Constituency ParsingLanguage ModelingLanguage ModellingPolynomial Graph Parsing with Non-Structural Reentrancies
Graph-based semantic representations are valuable in natural language processing, where it is often simple and effective to represent linguistic concepts as nodes, and relations as edges between them. Several attempts ha…
Abstract Meaning RepresentationUniversal Recurrent Neural Network Grammar
Modern approaches to Constituency Parsing are mono-lingual supervised approaches which require large amount of labelled data to be trained on, thus limiting their utility to only a handful of high-resource languages. To …
Constituency ParsingCross-Lingual TransferTransfer LearningBME-UW at SRST-2019: Surface realization with Interpreted Regular Tree Grammars
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…
DecoderSemantic ParsingModeling Human Sentence Processing with Left-Corner Recurrent Neural Network Grammars
In computational linguistics, it has been shown that hierarchical structures make language models (LMs) more human-like. However, the previous literature has been agnostic about a parsing strategy of the hierarchical mod…
Sentence