XGenerationLab commited on
Commit
240c961
Β·
verified Β·
1 Parent(s): 7a63f62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -6,6 +6,10 @@ language:
6
  base_model:
7
  - XGenerationLab/XiYanSQL-QwenCoder-14B-2502
8
  pipeline_tag: text-generation
 
 
 
 
9
  ---
10
 
11
  ### Important Links
@@ -13,7 +17,7 @@ pipeline_tag: text-generation
13
  πŸ€–[ModelScope](https://modelscope.cn/collections/XiYanSQL-Models-4483337b614241) |
14
  🌐[XiYan-SQL](https://github.com/XGenerationLab/XiYan-SQL) |
15
  πŸŒ•[ζžθ¨€GBI](https://bailian.console.aliyun.com/xiyan) |
16
- πŸ’»[Modelscope Space](https://www.modelscope.cn/studios/XGenerationLab/XiYanSQL-QwenCoder-32B)
17
 
18
 
19
  ## Introduction
@@ -160,4 +164,15 @@ response = outputs[0].outputs[0].text
160
 
161
 
162
  ## Acknowledgments
163
- If you find our work useful, please give us a citation or a like, so we can make a greater contribution to the open-source community!
 
 
 
 
 
 
 
 
 
 
 
 
6
  base_model:
7
  - XGenerationLab/XiYanSQL-QwenCoder-14B-2502
8
  pipeline_tag: text-generation
9
+ tags:
10
+ - Text-to-SQL
11
+ - SQL
12
+ - NL2SQL
13
  ---
14
 
15
  ### Important Links
 
17
  πŸ€–[ModelScope](https://modelscope.cn/collections/XiYanSQL-Models-4483337b614241) |
18
  🌐[XiYan-SQL](https://github.com/XGenerationLab/XiYan-SQL) |
19
  πŸŒ•[ζžθ¨€GBI](https://bailian.console.aliyun.com/xiyan) |
20
+ πŸ“„[Paper](https://arxiv.org/abs/2507.04701)
21
 
22
 
23
  ## Introduction
 
164
 
165
 
166
  ## Acknowledgments
167
+ If you find our work useful, please give us a citation or a like, so we can make a greater contribution to the open-source community!
168
+ ```bibtex
169
+ @article{XiYanSQL,
170
+ title={XiYan-SQL: A Novel Multi-Generator Framework For Text-to-SQL},
171
+ author={Yifu Liu and Yin Zhu and Yingqi Gao and Zhiling Luo and Xiaoxia Li and Xiaorong Shi and Yuntao Hong and Jinyang Gao and Yu Li and Bolin Ding and Jingren Zhou},
172
+ year={2025},
173
+ eprint={2507.04701},
174
+ archivePrefix={arXiv},
175
+ primaryClass={cs.CL},
176
+ url={https://arxiv.org/abs/2507.04701},
177
+ }
178
+ ```