paper-with-me

홈 › Papers

Accurate polyglot semantic parsing with DAG grammars

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Federico Fancellu, {\'A}kos K{\'a}d{\'a}r, Ran Zhang, Afsaneh Fazly

Semantic parses are directed acyclic graphs (DAGs), but in practice most parsers treat them as strings or trees, mainly because models that predict graphs are far less understood. This simplification, however, comes at a cost: there is no guarantee that the output is a well-formed graph. A recent work by Fancellu et al. (2019) addressed this problem by proposing a graph-aware sequence model that utilizes a DAG grammar to guide graph generation. We significantly improve upon this work, by proposing a simpler architecture as well as more efficient training and inference algorithms that can always guarantee the well-formedness of the generated graphs. Importantly, unlike Fancellu et al., our model does not require language-specific features, and hence can harness the inherent ability of DAG-grammar parsing in multilingual settings. We perform monolingual as well as multilingual experiments on the Parallel Meaning Bank (Abzianidze et al., 2017). Our parser outperforms previous graph-aware models by a large margin, and closes the performance gap between string-based and DAG-grammar parsing.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Graph GenerationSemantic Parsing

Similar Papers 제목 키워드 기반

Universal Recurrent Neural Network Grammar

2021-10-01 · ROCLING 2021 10 · Chinmay Choudhary, Colm O’riordan

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 Learning

Polyglot Semantic Parsing in APIs

2018-03-19 · NAACL 2018 6 · Kyle Richardson, Jonathan Berant, Jonas Kuhn

Traditional approaches to semantic parsing (SP) work by training individual models for each available parallel dataset of text-meaning pairs. In this paper, we explore the idea of polyglot semantic translation, or learni…

Semantic ParsingTranslation

Polyglot Semantic Role Labeling

2018-05-29 · ACL 2018 7 · Phoebe Mulcaire, Swabha Swayamdipta, Noah Smith

Previous approaches to multilingual semantic dependency parsing treat languages independently, without exploiting the similarities between semantic structures across languages. We experiment with a new approach where we …

Dependency ParsingSemantic Dependency ParsingSemantic Role Labeling

BenchCLAMP: A Benchmark for Evaluating Language Models on Syntactic and Semantic Parsing

2022-06-21 · NeurIPS 2023 11 · Subhro Roy, Sam Thomson, Tongfei Chen, Richard Shin 외

Recent work has shown that generation from a prompted or fine-tuned language model can perform well at semantic parsing when the output is constrained to be a valid semantic representation. We introduce BenchCLAMP, a Ben…

DecoderLanguage ModelingLanguage ModellingSemantic Parsing+2

Advances in Using Grammars with Latent Annotations for Discontinuous Parsing

2020-07-01 · WS 2020 7 · Kilian Gebhardt

We present new experiments that transfer techniques from Probabilistic Context-free Grammars with Latent Annotations (PCFG-LA) to two grammar formalisms for discontinuous parsing: linear context-free rewriting systems an…