Semantic Parsing

383 papers with code • 20 benchmarks • 42 datasets

Semantic Parsing is the task of transducing natural language utterances into formal meaning representations. The target meaning representations can be defined according to a wide variety of formalisms. This include linguistically-motivated semantic representations that are designed to capture the meaning of any sentence such as λ-calculus or the abstract meaning representations. Alternatively, for more task-driven approaches to Semantic Parsing, it is common for meaning representations to represent executable programs such as SQL queries, robotic commands, smart phone instructions, and even general-purpose programming languages like Python and Java.

Source: Tranx: A Transition-based Neural Abstract Syntax Parser for Semantic Parsing and Code Generation

Libraries

Use these libraries to find Semantic Parsing models and implementations

Latest papers with no code

Training Table Question Answering via SQL Query Decomposition

no code yet • 19 Feb 2024

Table Question-Answering involves both understanding the natural language query and grounding it in the context of the input table to extract the relevant information.

Neural Models for Source Code Synthesis and Completion

no code yet • 8 Feb 2024

In this master thesis, we present sequence-to-sequence deep learning models and training paradigms to map NL to general-purpose programming languages that can assist users with suggestions of source code snippets, given a NL intent, and also extend auto-completion functionality of the source code to users while they are writing source code.

LB-KBQA: Large-language-model and BERT based Knowledge-Based Question and Answering System

no code yet • 5 Feb 2024

The natural language understanding capability has always been a barrier to the intent recognition performance of the Knowledge-Based-Question-and-Answer (KBQA) system, which arises from linguistic diversity and the newly appeared intent.

Chain-of-Table: Evolving Tables in the Reasoning Chain for Table Understanding

no code yet • 9 Jan 2024

We propose the Chain-of-Table framework, where tabular data is explicitly used in the reasoning chain as a proxy for intermediate thoughts.

Semantic Parsing for Complex Data Retrieval: Targeting Query Plans vs. SQL for No-Code Access to Relational Databases

no code yet • 22 Dec 2023

In this paper, we investigate the potential of an alternative query language with simpler syntax and modular specification of complex queries.

kNN-ICL: Compositional Task-Oriented Parsing Generalization with Nearest Neighbor In-Context Learning

no code yet • 17 Dec 2023

Task-Oriented Parsing (TOP) enables conversational assistants to interpret user commands expressed in natural language, transforming them into structured outputs that combine elements of both natural language and intent/slot tags.

Semantic Parsing for Question Answering over Knowledge Graphs

no code yet • 1 Dec 2023

This method centers on semantic parsing, a key approach for interpreting these utterances.

Multistage Collaborative Knowledge Distillation from a Large Language Model for Semi-Supervised Sequence Generation

no code yet • 15 Nov 2023

In this paper, we present the discovery that a student model distilled from a few-shot prompted LLM can commonly generalize better than its teacher to unseen examples on such tasks.

Predicting generalization performance with correctness discriminators

no code yet • 15 Nov 2023

We present a novel model that establishes upper and lower bounds on the accuracy, without requiring gold labels for the unseen data.

Natural Language Interfaces for Tabular Data Querying and Visualization: A Survey

no code yet • 27 Oct 2023

This survey presents a comprehensive overview of natural language interfaces for tabular data querying and visualization, which allow users to interact with data using natural language queries.