{"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/xiyan-sql-a-novel-multi-generator-framework","title":"XiYan-SQL: A Novel Multi-Generator Framework For Text-to-SQL","arxiv_id":"2507.04701","date":"2025-07-07","proceeding":null,"authors":["Yifu Liu","Yin Zhu","Yingqi Gao","Zhiling Luo","Xiaoxia Li","Xiaorong Shi","Yuntao Hong","Jinyang Gao","Yu Li","Bolin Ding","Jingren Zhou"],"abstract":"To leverage the advantages of LLM in addressing challenges in the Text-to-SQL task, we present XiYan-SQL, an innovative framework effectively generating and utilizing multiple SQL candidates. It consists of three components: 1) a Schema Filter module filtering and obtaining multiple relevant schemas; 2) a multi-generator ensemble approach generating multiple highquality and diverse SQL queries; 3) a selection model with a candidate reorganization strategy implemented to obtain the optimal SQL query. Specifically, for the multi-generator ensemble, we employ a multi-task fine-tuning strategy to enhance the capabilities of SQL generation models for the intrinsic alignment between SQL and text, and construct multiple generation models with distinct generation styles by fine-tuning across different SQL formats. The experimental results and comprehensive analysis demonstrate the effectiveness and robustness of our framework. Overall, XiYan-SQL achieves a new SOTA performance of 75.63% on the notable BIRD benchmark, surpassing all previous methods. It also attains SOTA performance on the Spider test set with an accuracy of 89.65%.","url_abs":"https://arxiv.org/abs/2507.04701v1","url_pdf":"https://arxiv.org/pdf/2507.04701v1.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":"xiyan-sql-a-novel-multi-generator-framework","repo_url":"https://github.com/XGenerationLab/XiYan-SQL","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"xiyan-sql-a-novel-multi-generator-framework","repo_url":"https://github.com/XGenerationLab/M-Schema","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"xiyan-sql-a-novel-multi-generator-framework","repo_url":"https://github.com/xgenerationlab/xiyan-dbdescgen","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"xiyan-sql-a-novel-multi-generator-framework","repo_url":"https://github.com/xgenerationlab/xiyan_mcp_server","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"text-to-sql","task_name":"Text to SQL"},{"task_slug":"text-to-sql","task_name":"Text-To-SQL"}],"methods":[{"method_slug":"set","method_name":"SET"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2507.04701","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2507.04701"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+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/XGenerationLab/XiYan-SQL","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/XGenerationLab/M-Schema","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/xgenerationlab/xiyan_mcp_server","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/xgenerationlab/xiyan-dbdescgen","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"unverified":10},"by_repo_kind":{"listed":{"samples":10,"ran":0,"repositories":3}},"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":0,"samples":[{"code_sha256_prefix":"710600f1e1c9a9de","entry":"connect_to_mysql","repo":"xgenerationlab/xiyan_mcp_server","repo_kind":"listed","path":"src/xiyan_mcp_server/utils/db_util.py","file_url":"https://github.com/xgenerationlab/xiyan_mcp_server/blob/HEAD/src/xiyan_mcp_server/utils/db_util.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"710600f1e1c9a9de"}},{"code_sha256_prefix":"413d34955ac38f7b","entry":"connect_to_sqlite","repo":"xgenerationlab/xiyan_mcp_server","repo_kind":"listed","path":"src/xiyan_mcp_server/utils/db_util.py","file_url":"https://github.com/xgenerationlab/xiyan_mcp_server/blob/HEAD/src/xiyan_mcp_server/utils/db_util.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"413d34955ac38f7b"}},{"code_sha256_prefix":"baec0738bb81755c","entry":"extract_llm_messages","repo":"xgenerationlab/xiyan_mcp_server","repo_kind":"listed","path":"src/xiyan_mcp_server/utils/common_util.py","file_url":"https://github.com/xgenerationlab/xiyan_mcp_server/blob/HEAD/src/xiyan_mcp_server/utils/common_util.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"baec0738bb81755c"}},{"code_sha256_prefix":"d40d1bcb2bcbb9b7","entry":"extract_sql_from_qwen","repo":"xgenerationlab/xiyan_mcp_server","repo_kind":"listed","path":"src/xiyan_mcp_server/utils/file_util.py","file_url":"https://github.com/xgenerationlab/xiyan_mcp_server/blob/HEAD/src/xiyan_mcp_server/utils/file_util.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d40d1bcb2bcbb9b7"}},{"code_sha256_prefix":"6c18215e45c587c3","entry":"is_email","repo":"xgenerationlab/xiyan-dbdescgen","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/xgenerationlab/xiyan-dbdescgen/blob/HEAD/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6c18215e45c587c3"}},{"code_sha256_prefix":"aca120d846c7a603","entry":"read_json","repo":"XGenerationLab/M-Schema","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/XGenerationLab/M-Schema/blob/HEAD/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"aca120d846c7a603"}},{"code_sha256_prefix":"eb4b54f7f4ad75d8","entry":"read_json_file","repo":"xgenerationlab/xiyan_mcp_server","repo_kind":"listed","path":"src/xiyan_mcp_server/utils/file_util.py","file_url":"https://github.com/xgenerationlab/xiyan_mcp_server/blob/HEAD/src/xiyan_mcp_server/utils/file_util.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"eb4b54f7f4ad75d8"}},{"code_sha256_prefix":"a89e25a61bb62fdf","entry":"read_map_file","repo":"XGenerationLab/M-Schema","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/XGenerationLab/M-Schema/blob/HEAD/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a89e25a61bb62fdf"}},{"code_sha256_prefix":"fe5a7de21a351e05","entry":"read_text","repo":"XGenerationLab/M-Schema","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/XGenerationLab/M-Schema/blob/HEAD/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"fe5a7de21a351e05"}},{"code_sha256_prefix":"83f493000b654a46","entry":"read_text","repo":"xgenerationlab/xiyan_mcp_server","repo_kind":"listed","path":"src/xiyan_mcp_server/utils/file_util.py","file_url":"https://github.com/xgenerationlab/xiyan_mcp_server/blob/HEAD/src/xiyan_mcp_server/utils/file_util.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"83f493000b654a46"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}