paper-with-me

홈 › Papers

A Survey on Semantic Parsing from the perspective of Compositionality

2020-09-29 · Pawan Kumar, Srikanta Bedathur

Different from previous surveys in semantic parsing (Kamath and Das, 2018) and knowledge base question answering(KBQA)(Chakraborty et al., 2019; Zhu et al., 2019; Hoffner et al., 2017) we try to takes a different perspective on the study of semantic parsing. Specifically, we will focus on (a)meaning composition from syntactical structure(Partee, 1975), and (b) the ability of semantic parsers to handle lexical variation given the context of a knowledge base (KB). In the following section after an introduction of the field of semantic parsing and its uses in KBQA, we will describe meaning representation using grammar formalism CCG (Steedman, 1996). We will discuss semantic composition using formal languages in Section 2. In section 3 we will consider systems that uses formal languages e.g. $\lambda$-calculus (Steedman, 1996), $\lambda$-DCS (Liang, 2013). Section 4 and 5 consider semantic parser using structured-language for logical form. Section 6 is on different benchmark datasets ComplexQuestions (Bao et al.,2016) and GraphQuestions (Su et al., 2016) that can be used to evaluate semantic parser on their ability to answer complex questions that are highly compositional in nature.

📄 PDF Abstract BibTeX arXiv:2009.14116

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Base Question AnsweringQuestion AnsweringSemantic CompositionSemantic ParsingSurvey

Similar Papers 제목 키워드 기반

Incorporating Compositionality and Morphology into End-to-End Models

2021-08-01 · ACL (IWPT) 2021 8 · Emily Pitler

Many neural end-to-end systems today do not rely on syntactic parse trees, as much of the information that parse trees provide is encoded in the parameters of pretrained models. Lessons learned from parsing technologies …

Reading ComprehensionSemantic Parsing

Conversational Semantic Parsing for Dialog State Tracking

2020-10-24 · EMNLP 2020 11 · Jianpeng Cheng, Devang Agrawal, Hector Martinez Alonso, Shruti Bhargava 외

We consider a new perspective on dialog state tracking (DST), the task of estimating a user's goal through the course of a dialog. By formulating DST as a semantic parsing task over hierarchical representations, we can i…

Decoderdialog state trackingSemantic Parsing

Toward Code Generation: A Survey and Lessons from Semantic Parsing

2021-04-26 · Celine Lee, Justin Gottschlich, Dan Roth

With the growth of natural language processing techniques and demand for improved software engineering efficiency, there is an emerging interest in translating intention from human languages to programming languages. In …

Code GenerationProgram SynthesisSemantic ParsingSurvey

Bridging Compositional and Distributional Semantics: A Survey on Latent Semantic Geometry via AutoEncoder

2025-06-25 · Yingji Zhang, Danilo S. Carvalho, André Freitas

Integrating compositional and symbolic properties into current distributional semantic spaces can enhance the interpretability, controllability, compositionality, and generalisation capabilities of Transformer-based auto…

Representation Learning

Compositional Semantic Parsing on Semi-Structured Tables

2015-08-03 · IJCNLP 2015 7 · Panupong Pasupat, Percy Liang

Two important aspects of semantic parsing for question answering are the breadth of the knowledge source and the depth of logical compositionality. While existing work trades off one aspect for another, this paper simult…

Question AnsweringSemantic Parsing