🤖 AI Summary
Enterprise-level NL2SQL systems face critical challenges in interpreting implicit user intent, adapting to domain-specific terminology, and enabling continuous knowledge evolution. Method: This paper pioneers modeling NL2SQL as a continual lifelong learning task and proposes a multi-agent collaborative framework. It introduces automated, dynamic construction and maintenance of a knowledge base via database profiling and SQL profiling—integrating structured information extraction, rule mining, and chain-of-thought–enhanced reasoning—while decoupling knowledge evolution from SQL generation. Contribution/Results: To advance industrial evaluation, we release RubikBench, the first benchmark targeting complex enterprise queries. Our approach achieves state-of-the-art performance on KaggleDBQA and BIRD Mini-Dev, with substantial improvements in accuracy for multi-hop, nested, and domain-specific queries, as well as enhanced system scalability and maintainability.
📝 Abstract
We present RubikSQL, a novel NL2SQL system designed to address key challenges in real-world enterprise-level NL2SQL, such as implicit intents and domain-specific terminology. RubikSQL frames NL2SQL as a lifelong learning task, demanding both Knowledge Base (KB) maintenance and SQL generation. RubikSQL systematically builds and refines its KB through techniques including database profiling, structured information extraction, agentic rule mining, and Chain-of-Thought (CoT)-enhanced SQL profiling. RubikSQL then employs a multi-agent workflow to leverage this curated KB, generating accurate SQLs. RubikSQL achieves SOTA performance on both the KaggleDBQA and BIRD Mini-Dev datasets. Finally, we release the RubikBench benchmark, a new benchmark specifically designed to capture vital traits of industrial NL2SQL scenarios, providing a valuable resource for future research.