4 papers
MCI-SQL: Text-to-SQL with Metadata-Complete Context and Intermediate Correction
Qin Wang, Youhuan Li, Suixi Lin +5
Text-to-SQL aims to translate natural language queries into SQL statements. Existing methods typically follow a pipeline of pre-processing, schema linking, candidate SQL generation…
Text2Schema: Filling the Gap in Designing Database Table Structures based on Natural Language
Qin Wang, Youhuan Li, Yansong Feng +9
People without a database background usually rely on file systems or tools such as Excel for data management, which often lead to redundancy and data inconsistency. Relational data…
ShareDP: Finding k Disjoint Paths for Multiple Vertex Pairs
Zhiqiu Yuan, Youhuan Li, Lei Zou +1
Finding k disjoint paths (kDP) is a fundamental problem in graph analysis. For vertices s and t, paths from s to t are said to be disjoint if any two of them share no common vertex…
Graph Neural Networks for Databases: A Survey
Ziming Li, Youhuan Li, Yuyu Luo +2
Graph neural networks (GNNs) are powerful deep learning models for graph-structured data, demonstrating remarkable success across diverse domains. Recently, the database (DB) commu…