Project Report - 3
Project Report - 3
INTRODUCTION
1.1 DESCRIPTION
1. Model Selection: With the emergence of various LLMs, selecting the
most suitable model for Text-to-SQL is challenging due to variations in
architecture, size, training data, and computational requirements.
2. No Dynamic Table Selection: Existing models typically consider the
entire schema during query generation, which leads to longer response times and
reduced accuracy.
3. Minimal Use of Few-Shot Learning: While few-shot learning could
enhance adaptability, existing systems rarely use contextual examples to improve
performance on previously unseen query patterns.
4. Lack of Memory Cache: Increases query processing time as results
are not stored for reuse, leading to redundant computations.
1
1.3 PROBLEM DEFINITION
2
1.5 ORGANIZATION OF THE PROJECT