CSQL: Mapping Documents into Causal Databases
By: Sridhar Mahadevan
Potential Business Impact:
Lets computers answer "why" questions from text.
We describe a novel system, CSQL, which automatically converts a collection of unstructured text documents into an SQL-queryable causal database (CDB). A CDB differs from a traditional DB: it is designed to answer "why'' questions via causal interventions and structured causal queries. CSQL builds on our earlier system, DEMOCRITUS, which converts documents into thousands of local causal models derived from causal discourse. Unlike RAG-based systems or knowledge-graph based approaches, CSQL supports causal analysis over document collections rather than purely associative retrieval. For example, given an article on the origins of human bipedal walking, CSQL enables queries such as: "What are the strongest causal influences on bipedalism?'' or "Which variables act as causal hubs with the largest downstream influence?'' Beyond single-document case studies, we show that CSQL can also ingest RAG/IE-compiled causal corpora at scale by compiling the Testing Causal Claims (TCC) dataset of economics papers into a causal database containing 265,656 claim instances spanning 45,319 papers, 44 years, and 1,575 reported method strings, thereby enabling corpus-level causal queries and longitudinal analyses in CSQL. Viewed abstractly, CSQL functions as a compiler from unstructured documents into a causal database equipped with a principled algebra of queries, and can be applied broadly across many domains ranging from business, humanities, and science.
Similar Papers
Knowledge Distillation with Structured Chain-of-Thought for Text-to-SQL
Computation and Language
Teaches small computers to write accurate database answers.
SQUiD: Synthesizing Relational Databases from Unstructured Text
Databases
Turns messy text into organized lists.
Text-to-SQL Domain Adaptation via Human-LLM Collaborative Data Annotation
Human-Computer Interaction
Helps computers understand database questions faster.