Semantic Parsing

381 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

Semantic Decomposition of Question and SQL for Text-to-SQL Parsing

bgunlp/qpl 20 Oct 2023

However, this strategy encounters two major obstacles: (1) existing datasets lack question decomposition; (2) due to the syntactic complexity of SQL, most complex queries cannot be disentangled into sub-queries that can be readily recomposed.

0
20 Oct 2023

MAGNIFICo: Evaluating the In-Context Learning Ability of Large Language Models to Generalize to Novel Interpretations

mcgill-nlp/magnifico 18 Oct 2023

Additionally, our analysis uncovers the semantic predispositions in LLMs and reveals the impact of recency bias for information presented in long contexts.

0
18 Oct 2023

Semantic Parsing by Large Language Models for Intricate Updating Strategies of Zero-Shot Dialogue State Tracking

ToLightUpTheSky/ParsingDST 16 Oct 2023

Zero-shot Dialogue State Tracking (DST) addresses the challenge of acquiring and annotating task-oriented dialogues, which can be time-consuming and costly.

3
16 Oct 2023

ChatKBQA: A Generate-then-Retrieve Framework for Knowledge Base Question Answering with Fine-tuned Large Language Models

lhrlab/chatkbqa 13 Oct 2023

Knowledge Base Question Answering (KBQA) aims to derive answers to natural language questions over large-scale knowledge bases (KBs), which are generally divided into two research components: knowledge retrieval and semantic parsing.

190
13 Oct 2023

An Investigation of LLMs' Inefficacy in Understanding Converse Relations

3b-group/convre 8 Oct 2023

Our ConvRE features two tasks, Re2Text and Text2Re, which are formulated as multi-choice question answering to evaluate LLMs' ability to determine the matching between relations and associated text.

20
08 Oct 2023

Towards End-User Development for IoT: A Case Study on Semantic Parsing of Cooking Recipes for Programming Kitchen Devices

filipposventirozos/towards-end-user-development-for-iot 25 Sep 2023

Semantic parsing of user-generated instructional text, in the way of enabling end-users to program the Internet of Things (IoT), is an underexplored area.

0
25 Sep 2023

Few-Shot Adaptation for Parsing Contextual Utterances with LLMs

microsoft/few_shot_adaptation_for_parsing_contextual_utterances_with_llms 18 Sep 2023

We evaluate the ability of semantic parsers based on large language models (LLMs) to handle contextual utterances.

5
18 Sep 2023

Data Distribution Bottlenecks in Grounding Language Models to Knowledge Bases

yhshu/distribution-shifts-for-kbqa 15 Sep 2023

Language models (LMs) have already demonstrated remarkable abilities in understanding and generating both natural and formal language.

2
15 Sep 2023

Code-Style In-Context Learning for Knowledge-Based Question Answering

arthurizijar/kb-coder 9 Sep 2023

Current methods for Knowledge-Based Question Answering (KBQA) usually rely on complex training techniques and model frameworks, leading to many limitations in practical applications.

6
09 Sep 2023

ReCoMIF: Reading comprehension based multi-source information fusion network for Chinese spoken language understanding

1053399472/CAISandSMP journal 2023

It usually includes slot filling and intent detection (SFID) tasks aiming at semantic parsing of utterances.

5
01 Aug 2023