activity
20242026
collaborators
Showing 2026Show all

5 papers · 1 filter

cs.AI2026

ACTS-SQL: Agentic and Critic-Oriented Tree-Structured SQL Correctness with Large Language Models

Xinmei Huang, Jie Song, Peng Li +10

Large Language Models (LLMs) have been increasingly adopted in Text-to-SQL systems, yet SQL errors remain a major obstacle in real-world Text-to-SQL inference pipelines. Existing S…

cs.DB2026

KRONE: Scalable LLM-Augmented Log Anomaly Detection via Hierarchical Abstraction

Lei Ma, Jinyang Liu, Tieying Zhang +5

Log anomaly detection is crucial for uncovering system failures and security risks. Although logs originate from nested component executions with clear boundaries, this structure i…

cs.DB2026

Can Large Language Models be a Cardinality Estimator? An Empirical study

Liangzu Liu, Yiyan Wang, Yinjun Wu +8

Cardinality estimation (CardEst) still remains a challenging problem for DBMS. Recent years have witnessed the success of ML-based cardinality estimators in outperforming tradition…

cs.DB2026

LLMIA: An Out-of-the-Box Index Advisor via In-Context Learning with LLMs

Xinxin Zhao, Xinmei Huang, Haoyang Li +7

Index recommendation is crucial for optimizing database performance. However, existing heuristic- and learning-based methods often rely on inefficient exhaustive search and estimat…

cs.DB2026

DeepPrep: An LLM-Powered Agentic System for Autonomous Data Preparation

Meihao Fan, Ju Fan, Yuxin Zhang +7

Data preparation, which aims to transform heterogeneous and noisy raw tables into analysis-ready data, remains a major bottleneck in data science. Recent approaches leverage large…