LGAIDBMar 17, 2025

TinySQL: A Progressive Text-to-SQL Dataset for Mechanistic Interpretability Research

arXiv:2503.12730v53 citationsh-index: 4EMNLP
Originality Synthesis-oriented
AI Analysis

This provides a framework for mechanistic interpretability researchers to study structured, progressively complex tasks, though it is incremental in applying existing interpretability methods to a new dataset.

The authors tackled the gap between analyzing simple circuits in toy tasks and discovering features in large models by proposing text-to-SQL generation as an ideal task, introducing TinySQL, a synthetic dataset progressing from basic to advanced SQL operations, and training models from 33M to 1B parameters to establish a testbed for interpretability research.

Mechanistic interpretability research faces a gap between analyzing simple circuits in toy tasks and discovering features in large models. To bridge this gap, we propose text-to-SQL generation as an ideal task to study, as it combines the formal structure of toy tasks with real-world complexity. We introduce TinySQL, a synthetic dataset, progressing from basic to advanced SQL operations, and train models ranging from 33M to 1B parameters to establish a comprehensive testbed for interpretability. We apply multiple complementary interpretability techniques, including Edge Attribution Patching and Sparse Autoencoders, to identify minimal circuits and components supporting SQL generation. We compare circuits for different SQL subskills, evaluating their minimality, reliability, and identifiability. Finally, we conduct a layerwise logit lens analysis to reveal how models compose SQL queries across layers: from intent recognition to schema resolution to structured generation. Our work provides a robust framework for probing and comparing interpretability methods in a structured, progressively complex setting.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes