paper-with-me

Papers

Towards Compositionally Generalizable Semantic Parsing in Large Language Models: A Survey

2024-04-15 · Amogh Mannekote

Compositional generalization is the ability of a model to generalize to complex, previously unseen types of combinations of entities from just having seen the primitives. This type of generalization is particularly relevant to the semantic parsing community for applications such as task-oriented dialogue, text-to-SQL parsing, and information retrieval, as they can harbor infinite complexity. Despite the success of large language models (LLMs) in a wide range of NLP tasks, unlocking perfect compositional generalization still remains one of the few last unsolved frontiers. The past few years has seen a surge of interest in works that explore the limitations of, methods to improve, and evaluation metrics for compositional generalization capabilities of LLMs for semantic parsing tasks. In this work, we present a literature survey geared at synthesizing recent advances in analysis, methods, and evaluation schemes to offer a starting point for both practitioners and researchers in this area.

📄 PDF Abstract BibTeX arXiv:2404.13074

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalRetrievalSemantic ParsingSQL ParsingText to SQLText-To-SQL

Similar Papers 제목 키워드 기반

Detecting Compositionally Out-of-Distribution Examples in Semantic Parsing

2021-11-01 · Findings (EMNLP) 2021 11 · Denis Lukovnikov, Sina Daubener, Asja Fischer

While neural networks are ubiquitous in state-of-the-art semantic parsers, it has been shown that most standard models suffer from dramatic performance losses when faced with compositionally out-of-distribution (OOD) dat…

Out of Distribution (OOD) DetectionSemantic Parsing

Compositional Semantic Parsing with Large Language Models

2022-09-29 · Andrew Drozdov, Nathanael Schärli, Ekin Akyürek, Nathan Scales 외

Humans can reason compositionally when presented with new tasks. Previous research shows that appropriate prompting techniques enable large language models (LLMs) to solve artificial compositional generalization tasks su…

Semantic Parsing

Making Transformers Solve Compositional Tasks

2021-11-16 · ACL ARR September 2021 9 · Anonymous

Several studies have reported the inability of Transformer models to generalize compositionally, a key type of generalization in many NLP tasks such as semantic parsing. In this paper we explore the design space of Trans…

Semantic Parsing

Making Transformers Solve Compositional Tasks

2021-08-09 · ACL 2022 5 · Santiago Ontañón, Joshua Ainslie, Vaclav Cvicek, Zachary Fisher

Several studies have reported the inability of Transformer models to generalize compositionally, a key type of generalization in many NLP tasks such as semantic parsing. In this paper we explore the design space of Trans…

Semantic Parsing

Learning to Generalize Compositionally by Transferring Across Semantic Parsing Tasks

2021-11-09 · Wang Zhu, Peter Shaw, Tal Linzen, Fei Sha

Neural network models often generalize poorly to mismatched domains or distributions. In NLP, this issue arises in particular when models are expected to generalize compositionally, that is, to novel combinations of fami…

Semantic ParsingTransfer Learning