paper-with-me

Papers

SQLPrompt: In-Context Text-to-SQL with Minimal Labeled Data

2023-11-06 · Ruoxi Sun, Sercan Ö. Arik, Rajarishi Sinha, Hootan Nakhost, Hanjun Dai, Pengcheng Yin, Tomas Pfister

Text-to-SQL aims to automate the process of generating SQL queries on a database from natural language text. In this work, we propose "SQLPrompt", tailored to improve the few-shot prompting capabilities of Text-to-SQL for Large Language Models (LLMs). Our methods include innovative prompt design, execution-based consistency decoding strategy which selects the SQL with the most consistent execution outcome among other SQL proposals, and a method that aims to improve performance by diversifying the SQL proposals during consistency selection with different prompt designs ("MixPrompt") and foundation models ("MixLLMs"). We show that \emph{SQLPrompt} outperforms previous approaches for in-context learning with few labeled data by a large margin, closing the gap with finetuning state-of-the-art with thousands of labeled data.

📄 PDF Abstract BibTeX arXiv:2311.02883

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningText to SQLText-To-SQL

Similar Papers 제목 키워드 기반

VIOLA: Towards Video In-Context Learning with Minimal Annotations

2026-01-22 · Ryo Fujii, Hideo Saito, Ryo Hachiuma arxiv

Generalizing Multimodal Large Language Models (MLLMs) to novel video domains is essential for real-world deployment but remains challenging due to the scarcity of labeled data. While In-Context Learning (ICL) offers a tr…

Density Estimation

Predicting Role Relevance with Minimal Domain Expertise in a Financial Domain

2017-04-19 · Mayank Kejriwal

Word embeddings have made enormous inroads in recent years in a wide variety of text mining applications. In this paper, we explore a word embedding-based architecture for predicting the relevance of a role between two f…

Word Embeddings

Sigmorphon 2019 Task 2 system description paper: Morphological analysis in context for many languages, with supervision from only a few

2019-08-01 · WS 2019 8 · Brad Aiken, Jared Kelly, Alexis Palmer, Suleyman Olcay Polat 외

This paper presents the UNT HiLT+Ling system for the Sigmorphon 2019 shared Task 2: Morphological Analysis and Lemmatization in Context. Our core approach focuses on the morphological tagging task; part-of-speech tagging…

LemmatizationMorphological AnalysisMorphological InflectionMorphological Tagging+3

Harnessing Lightweight Transformer with Contextual Synergic Enhancement for Efficient 3D Medical Image Segmentation

2026-03-24 · Xinyu Liu, Zhen Chen, Wuyang Li, Chenxin Li 외 arxiv

Transformers have shown remarkable performance in 3D medical image segmentation, but their high computational requirements and need for large amounts of labeled data limit their applicability. To address these challenges…

Medical Image Segmentation

Evaluating Named Entity Recognition Using Few-Shot Prompting with Large Language Models

2024-08-28 · Hédi Zeghidi, Ludovic Moncla

This paper evaluates Few-Shot Prompting with Large Language Models for Named Entity Recognition (NER). Traditional NER systems rely on extensive labeled datasets, which are costly and time-consuming to obtain. Few-Shot P…

In-Context Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2