# RB-SQL **Repository Path**: zhangjip/RB-SQL ## Basic Information - **Project Name**: RB-SQL - **Description**: RB-SQL: A Retrieval-based LLM Framework for Text-to-SQL - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-14 - **Last Updated**: 2025-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RB-SQL RB-SQL: A Retrieval-based LLM Framework for Text-to-SQL ## RB-models For details, see the RB-model folder. ## Pipeline of the whole framework For details, see the full_rb_sql folder. ## Spider with evidence ```prompt_for_evidence.txt``` shows the prompt for evidence generation. ```Spider_dev_evidence.json``` and ```Spider_test_evidence.json``` shows Spider datasets with generated evidence. ## Prompt details We provide an example from dev of BIRD in ```prompt_case.txt``` to illustrate the prompt details of RB-SQL, which contains 3-shot examples and all the instructions.