y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#database-systems News & Analysis

4 articles tagged with #database-systems. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

4 articles
AINeutralarXiv – CS AI · Jun 97/10
🧠

UniQL: Towards Dialect-Universal Benchmarking for Text-to-SQL

UniQL introduces a new benchmark for evaluating text-to-SQL models across 16 different SQL dialects, addressing a critical gap where existing benchmarks focus primarily on SQLite. The study reveals that current large language models struggle with cross-dialect generalization, performing inconsistently across different database systems despite success on SQLite.

AIBullisharXiv – CS AI · Jun 27/10
🧠

APEX-SQL: Talking to the data via Agentic Exploration for Text-to-SQL

Researchers introduce APEX-SQL, an agentic framework that improves Text-to-SQL systems by using hypothesis-verification loops and real data exploration instead of static schema representations. The system achieves 70.65% execution accuracy on BIRD and 51.01% on Spider 2.0-Snow benchmarks, demonstrating significant performance gains for enterprise database query generation.

AIBullisharXiv – CS AI · Jun 96/10
🧠

Larch: Learned Query Optimization for Semantic Predicates

Larch is a new optimization framework that improves the efficiency of semantic SQL queries by reducing token usage and computational costs when processing unstructured data with Large Language Models. The framework uses two approaches—reinforcement learning and supervised learning—to optimize the order of filter evaluation, achieving 3x-19x token cost reductions compared to existing solutions.

AINeutralarXiv – CS AI · May 296/10
🧠

CORE-T: COherent REtrieval of Tables for Text-to-SQL

CORE-T introduces a training-free framework for improving table retrieval in text-to-SQL systems by combining dense retrieval with LLM-generated metadata and compatibility caching. The approach achieves significant performance gains—up to 22.7 points in table-selection F1 and 24.4 points in multi-table execution accuracy—while reducing inference tokens by 64-76% compared to LLM-intensive alternatives.