{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/before-generation-align-it-a-novel-and","title":"Before Generation, Align it! A Novel and Effective Strategy for Mitigating Hallucinations in Text-to-SQL Generation","arxiv_id":"2405.15307","date":"2024-05-24","proceeding":null,"authors":["Ge Qu","Jinyang Li","Bowen Li","Bowen Qin","Nan Huo","Chenhao Ma","Reynold Cheng"],"abstract":"Large Language Models (LLMs) driven by In-Context Learning (ICL) have significantly improved the performance of text-to-SQL. Previous methods generally employ a two-stage reasoning framework, namely 1) schema linking and 2) logical synthesis, making the framework not only effective but also interpretable. Despite these advancements, the inherent bad nature of the generalization of LLMs often results in hallucinations, which limits the full potential of LLMs. In this work, we first identify and categorize the common types of hallucinations at each stage in text-to-SQL. We then introduce a novel strategy, Task Alignment (TA), designed to mitigate hallucinations at each stage. TA encourages LLMs to take advantage of experiences from similar tasks rather than starting the tasks from scratch. This can help LLMs reduce the burden of generalization, thereby mitigating hallucinations effectively. We further propose TA-SQL, a text-to-SQL framework based on this strategy. The experimental results and comprehensive analysis demonstrate the effectiveness and robustness of our framework. Specifically, it enhances the performance of the GPT-4 baseline by 21.23% relatively on BIRD dev and it yields significant improvements across six models and four mainstream, complex text-to-SQL benchmarks.","url_abs":"https://arxiv.org/abs/2405.15307v1","url_pdf":"https://arxiv.org/pdf/2405.15307v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"before-generation-align-it-a-novel-and","repo_url":"https://github.com/quge2023/TA-SQL","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok"}}],"tasks":[{"task_slug":"in-context-learning","task_name":"In-Context Learning"},{"task_slug":"text-to-sql","task_name":"Text to SQL"},{"task_slug":"text-to-sql","task_name":"Text-To-SQL"}],"methods":[{"method_slug":"absolute-position-encodings","method_name":"Absolute Position Encodings"},{"method_slug":"adam","method_name":"Adam"},{"method_slug":"attention","method_name":"Attention"},{"method_slug":"bpe","method_name":"BPE"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"dropout","method_name":"Dropout"},{"method_slug":"gpt-4","method_name":"GPT-4"},{"method_slug":"label-smoothing","method_name":"Label Smoothing"},{"method_slug":"layer-normalization","method_name":"Layer Normalization"},{"method_slug":"linear-layer","method_name":"Linear Layer"},{"method_slug":"multi-head-attention","method_name":"Multi-Head Attention"},{"method_slug":"position-wise-feed-forward-layer","method_name":"Position-Wise Feed-Forward Layer"},{"method_slug":"residual-connection","method_name":"Residual Connection"},{"method_slug":"softmax","method_name":"Softmax"},{"method_slug":"transformer","method_name":"Transformer"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2405.15307","atlas_url":"https://app.syntology.ai/?focus=2405.15307","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2405.15307"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/quge2023/TA-SQL","reach":{"status":"ok"}}],"summary":{"ran":6,"ran_honours":1,"ran_draft_wrong":1,"unverified":2},"by_repo_kind":{"official":{"samples":10,"ran":8,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":10,"samples":[{"code_sha256_prefix":"cf622335fdf48d31","entry":"connect_gpt4","repo":"quge2023/TA-SQL","repo_kind":"official","path":"src/llm.py","file_url":"https://github.com/quge2023/TA-SQL/blob/HEAD/src/llm.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cf622335fdf48d31"}},{"code_sha256_prefix":"81256d41646b9e77","entry":"execute_model","repo":"quge2023/TA-SQL","repo_kind":"official","path":"evaluation/evaluation.py","file_url":"https://github.com/quge2023/TA-SQL/blob/HEAD/evaluation/evaluation.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"81256d41646b9e77"}},{"code_sha256_prefix":"9c222961369b8d61","entry":"execute_sql","repo":"quge2023/TA-SQL","repo_kind":"official","path":"evaluation/evaluation.py","file_url":"https://github.com/quge2023/TA-SQL/blob/HEAD/evaluation/evaluation.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9c222961369b8d61"}},{"code_sha256_prefix":"d18e2601fa960344","entry":"execute_sql","repo":"quge2023/TA-SQL","repo_kind":"official","path":"evaluation/evaluation_ves.py","file_url":"https://github.com/quge2023/TA-SQL/blob/HEAD/evaluation/evaluation_ves.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d18e2601fa960344"}},{"code_sha256_prefix":"5b18480e26233c7a","entry":"generate_pk_fk","repo":"quge2023/TA-SQL","repo_kind":"official","path":"src/utils.py","file_url":"https://github.com/quge2023/TA-SQL/blob/HEAD/src/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5b18480e26233c7a"}},{"code_sha256_prefix":"3091939cbfdd94dd","entry":"get_info_from_csv","repo":"quge2023/TA-SQL","repo_kind":"official","path":"src/utils.py","file_url":"https://github.com/quge2023/TA-SQL/blob/HEAD/src/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3091939cbfdd94dd"}},{"code_sha256_prefix":"ef3b3e97bc625f25","entry":"iterated_execute_sql","repo":"quge2023/TA-SQL","repo_kind":"official","path":"evaluation/evaluation_ves.py","file_url":"https://github.com/quge2023/TA-SQL/blob/HEAD/evaluation/evaluation_ves.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ef3b3e97bc625f25"}},{"code_sha256_prefix":"72eccdcbaaff9c8d","entry":"load_json","repo":"quge2023/TA-SQL","repo_kind":"official","path":"evaluation/evaluation.py","file_url":"https://github.com/quge2023/TA-SQL/blob/HEAD/evaluation/evaluation.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"72eccdcbaaff9c8d"}},{"code_sha256_prefix":"3553bf8903f0b994","entry":"clean_abnormal","repo":"quge2023/TA-SQL","repo_kind":"official","path":"evaluation/evaluation_ves.py","file_url":"https://github.com/quge2023/TA-SQL/blob/HEAD/evaluation/evaluation_ves.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3553bf8903f0b994"}},{"code_sha256_prefix":"47b1f6f8f721aa31","entry":"collect_response","repo":"quge2023/TA-SQL","repo_kind":"official","path":"src/llm.py","file_url":"https://github.com/quge2023/TA-SQL/blob/HEAD/src/llm.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"47b1f6f8f721aa31"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}