paper-with-me

Papers

Compositional Generalization in Dependency Parsing

2021-10-13 · ACL 2022 5 · Emily Goodwin, Siva Reddy, Timothy J. O'Donnell, Dzmitry Bahdanau

Compositionality -- the ability to combine familiar units like words into novel phrases and sentences -- has been the focus of intense interest in artificial intelligence in recent years. To test compositional generalization in semantic parsing, Keysers et al. (2020) introduced Compositional Freebase Queries (CFQ). This dataset maximizes the similarity between the test and train distributions over primitive units, like words, while maximizing the compound divergence: the dissimilarity between test and train distributions over larger structures, like phrases. Dependency parsing, however, lacks a compositional generalization benchmark. In this work, we introduce a gold-standard set of dependency parses for CFQ, and use this to analyze the behavior of a state-of-the art dependency parser (Qi et al., 2020) on the CFQ dataset. We find that increasing compound divergence degrades dependency parsing performance, although not as dramatically as semantic parsing performance. Additionally, we find the performance of the dependency parser does not uniformly degrade relative to compound divergence, and the parser performs differently on different splits with the same compound divergence. We explore a number of hypotheses for what causes the non-uniform degradation in dependency parsing performance, and identify a number of syntactic structures that drive the dependency parser's lower performance on the most challenging splits.

📄 PDF Abstract BibTeX arXiv:2110.06843

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingSemantic Parsing

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Syntax-Guided Transformers: Elevating Compositional Generalization and Grounding in Multimodal Environments

2023-11-07 · Danial Kamali, Parisa Kordjamshidi

Compositional generalization, the ability of intelligent models to extrapolate understanding of components to novel compositions, is a fundamental yet challenging facet in AI research, especially within multimodal enviro…

Compositional Generalization (AVG)Dependency Parsing

Learning compositional structures for semantic graph parsing

2021-06-08 · ACL (spnlp) 2021 8 · Jonas Groschwitz, Meaghan Fowlie, Alexander Koller

AM dependency parsing is a method for neural semantic graph parsing that exploits the principle of compositionality. While AM dependency parsers have been shown to be fast and accurate across several graphbanks, they req…

Dependency Parsing

Lambda Dependency-Based Compositional Semantics

2013-09-17 · cs.AL 2013 9 · Percy Liang

This short note presents a new formal language, lambda dependency-based compositional semantics (lambda DCS) for representing logical forms in semantic parsing. By eliminating variables and making existential quantificat…

Semantic Parsing

AMR Dependency Parsing with a Typed Semantic Algebra

2018-05-29 · ACL 2018 7 · Jonas Groschwitz, Matthias Lindemann, Meaghan Fowlie, Mark Johnson 외

We present a semantic parser for Abstract Meaning Representations which learns to parse strings into tree representations of the compositional structure of an AMR graph. This allows us to use standard neural techniques f…

Dependency Parsing

Systematic Generalization with Edge Transformers

2021-12-01 · NeurIPS 2021 12 · Leon Bergen, Timothy J. O'Donnell, Dzmitry Bahdanau

Recent research suggests that systematic generalization in natural language understanding remains a challenge for state-of-the-art neural models such as Transformers and Graph Neural Networks. To tackle this challenge, w…

Dependency ParsingNatural Language UnderstandingRelational ReasoningSemantic Parsing+1