paper-with-me

Papers

CSQL: Mapping Documents into Causal Databases

2026-01-13 · Sridhar Mahadevan arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.08109

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Directly Mapping RDF Databases to Property Graph Databases

2019-12-04 · Renzo Angles, Harsh Thakkar, Dominik Tomaszuk

RDF triplestores and property graph databases are two approaches for data management which are based on modeling, storing, and querying graph-like data. In spite of such common principles, they present special features t…

Management

The Causality/Repair Connection in Databases: Causality-Programs

2017-04-17 · Leopoldo Bertossi

In this work, answer-set programs that specify repairs of databases are used as a basis for solving computational and reasoning problems about causes for query answers from databases.

Towards Understanding the Generalization of Medical Text-to-SQL Models and Datasets

2023-03-22 · Richard Tarbell, Kim-Kwang Raymond Choo, Glenn Dietrich, Anthony Rios

Electronic medical records (EMRs) are stored in relational databases. It can be challenging to access the required information if the user is unfamiliar with the database schema or general database fundamentals. Hence, r…

Data AugmentationText to SQLText-To-SQL

Causes for Query Answers from Databases: Datalog Abduction, View-Updates, and Integrity Constraints

2016-11-06 · Leopoldo Bertossi, Babak Salimi

Causality has been recently introduced in databases, to model, characterize, and possibly compute causes for query answers. Connections between QA-causality and consistency-based diagnosis and database repairs (wrt. inte…

The Causal-Effect Score in Data Management

2025-02-04 · Felipe Azua, Leopoldo Bertossi

The Causal Effect (CE) is a numerical measure of causal influence of variables on observed results. Despite being widely used in many areas, only preliminary attempts have been made to use CE as an attribution score in d…

Management