惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Full Disclosure
人人都是产品经理
人人都是产品经理
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
有赞技术团队
有赞技术团队
博客园 - 聂微东
C
Cybersecurity and Infrastructure Security Agency CISA
S
SegmentFault 最新的问题
博客园_首页
I
InfoQ
A
About on SuperTechFans
Apple Machine Learning Research
Apple Machine Learning Research
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
美团技术团队
T
Tor Project blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
V
Visual Studio Blog
WordPress大学
WordPress大学
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
T
Tailwind CSS Blog
P
Palo Alto Networks Blog
博客园 - 叶小钗
N
News and Events Feed by Topic
Google DeepMind News
Google DeepMind News
Last Week in AI
Last Week in AI
小众软件
小众软件
N
News and Events Feed by Topic
Spread Privacy
Spread Privacy
O
OpenAI News
N
News | PayPal Newsroom
H
Help Net Security
Recent Announcements
Recent Announcements
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
酷 壳 – CoolShell
酷 壳 – CoolShell
PCI Perspectives
PCI Perspectives
M
MIT News - Artificial intelligence
云风的 BLOG
云风的 BLOG
罗磊的独立博客
D
Darknet – Hacking Tools, Hacker News & Cyber Security
The GitHub Blog
The GitHub Blog
Google Online Security Blog
Google Online Security Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
IT之家
IT之家
Y
Y Combinator Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
博客园 - 【当耐特】
T
The Blog of Author Tim Ferriss
AWS News Blog
AWS News Blog
W
WeLiveSecurity
www.infosecurity-magazine.com
www.infosecurity-magazine.com
NISL@THU
NISL@THU

cs.AI updates on arXiv.org

暂无文章

A Study of In-Context-Learning-Based Text-to-SQL Errors
Jiawei Shen, Chengcheng Wan, Ruoyi Qiao, Jiazhen Zou, Hang Xu, Y · 2025-01-16 · via cs.AI updates on arXiv.org

Large language models (LLMs) have been adopted to perform text-to-SQL tasks, utilizing their in-context learning (ICL) capability to translate natural language questions into structured query language (SQL). However, such a technique faces correctness problems and requires efficient repairing solutions. In this paper, we conduct the first comprehensive study of text-to-SQL errors. Our study covers four representative ICL-based techniques, five basic repairing methods, two benchmarks, and two LLM settings. We find that text-to-SQL errors are widespread and summarize 29 error types of 7 categories. We also find that existing repairing attempts have limited correctness improvement at the cost of high computational overhead with many mis-repairs. Based on the findings, we propose MapleRepair, a novel text-to-SQL error detection and repairing framework. The evaluation demonstrates that MapleRepair outperforms existing solutions by repairing 13.8% more queries with neglectable mis-repairs and 67.4% less overhead.