paper-with-me

Papers

HI-SQL: Optimizing Text-to-SQL Systems through Dynamic Hint Integration

2025-06-11 · Ganesh Parab, Zishan Ahmad, Dagnachew Birru

Text-to-SQL generation bridges the gap between natural language and databases, enabling users to query data without requiring SQL expertise. While large language models (LLMs) have significantly advanced the field, challenges remain in handling complex queries that involve multi-table joins, nested conditions, and intricate operations. Existing methods often rely on multi-step pipelines that incur high computational costs, increase latency, and are prone to error propagation. To address these limitations, we propose HI-SQL, a pipeline that incorporates a novel hint generation mechanism utilizing historical query logs to guide SQL generation. By analyzing prior queries, our method generates contextual hints that focus on handling the complexities of multi-table and nested operations. These hints are seamlessly integrated into the SQL generation process, eliminating the need for costly multi-step approaches and reducing reliance on human-crafted prompts. Experimental evaluations on multiple benchmark datasets demonstrate that our approach significantly improves query accuracy of LLM-generated queries while ensuring efficiency in terms of LLM calls and latency, offering a robust and practical solution for enhancing Text-to-SQL systems.

📄 PDF Abstract BibTeX arXiv:2506.18916

Code (0)

등록된 구현이 없습니다.

Tasks

Hint GenerationText to SQLText-To-SQL

Methods 이 논문이 사용한 방법론

HINT An unsupervised approach for identifying Hierarchical Information Threads by analysing the network of related articles in a collection. In particular, HINT leverages article…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Exploring Hint Generation Approaches in Open-Domain Question Answering

2024-09-24 · Jamshid Mozafari, Abdelrahman Abdallah, Bhawna Piryani, Adam Jatowt

Automatic Question Answering (QA) systems rely on contextual information to provide accurate answers. Commonly, contexts are prepared through either retrieval-based or generation-based methods. The former involves retrie…

Hint GenerationOpen-Domain Question AnsweringQuestion AnsweringRetrieval+1

Synergizing In-context Learning with Hints for End-to-end Task-oriented Dialog Systems

2024-05-24 · Vishal Vivek Saley, Rocktim Jyoti Das, Dinesh Raghu, Mausam

End-to-end Task-Oriented Dialog (TOD) systems typically require extensive training datasets to perform well. In contrast, large language model (LLM) based TOD systems can excel even with limited data due to their ability…

In-Context LearningLanguage ModelingLanguage ModellingLarge Language Model

Designing and Evaluating Chain-of-Hints for Scientific Question Answering

2025-10-24 · Anubhav Jangra, Smaranda Muresan arxiv

LLMs are reshaping education, with students increasingly relying on them for learning. Implemented using general-purpose models, these systems are likely to give away the answers, potentially undermining conceptual under…

Question Answering

Hints of Prompt: Enhancing Visual Representation for Multimodal LLMs in Autonomous Driving

2024-11-20 · Hao Zhou, Zhanning Gao, Maosheng Ye, Zhili Chen 외

In light of the dynamic nature of autonomous driving environments and stringent safety requirements, general MLLMs combined with CLIP alone often struggle to represent driving-specific scenarios accurately, particularly …

Autonomous DrivingMultimodal ReasoningVisual Question Answering (VQA)

Leveraging Initial Hints for Free in Stochastic Linear Bandits

2022-03-08 · Ashok Cutkosky, Chris Dann, Abhimanyu Das, Qiuyi 외

We study the setting of optimizing with bandit feedback with additional prior knowledge provided to the learner in the form of an initial hint of the optimal action. We present a novel algorithm for stochastic linear ban…