From Research Questions to Columns: Operationalization-Aware Data Discovery

📅 2026-08-05
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Researchers often query data warehouses using abstract concepts, yet existing column retrieval methods struggle to operationalize these concepts into measurable data columns by incorporating domain knowledge. This work introduces the task of Operationalization-Aware Data Discovery (OADD), formally defining the problem for the first time and presenting OADD-Bench—the first large-scale benchmark comprising 160 research questions and 4,682 verified question-to-column labels. The benchmark is constructed by automatically aligning empirical research papers with database documentation via a question miner and a paper-conditioned column miner. Evaluation shows that the best-performing OADD-tailored large language model agent achieves a recall of 0.465, significantly outperforming baseline methods; however, it still fails to retrieve nearly half of the relevant columns, underscoring both the challenge and the research significance of this task.
📝 Abstract
Researchers often approach a data repository with an abstract concept and ask which columns can measure it. Useful columns may not resemble the query; they may matter only as complementary indicators in a defensible measure. This need differs from schema linking and column retrieval, which begin from more explicit needs and reward direct relevance. We define operationalization-aware data discovery (OADD): given a broad question and a database, optionally under a scope constraint, OADD jointly determines how focal concepts can be measured with available data and identifies supporting columns. Developing OADD methods requires examples for design and evaluation, but asking researchers to supply conceptual questions and their columns is impractical. We construct OADD-Bench by treating empirical papers as records of schema in use. A question miner extracts and reframes a paper-supported question; a paper-conditioned column miner reconstructs its measurements and grounds them to database identifiers. We admit only mappings supported by the publication and database documentation. OADD-Bench contains 160 questions from 111 papers and 4,682 question-column labels. Each target records a measurement used in published research; the paper supplies the precedent, while the miners extract and ground it. We evaluate lexical and neural retrieval, adapted schema-linking systems, and large language model (LLM) OADD agents. Each method receives only a question, permitted years, and dataset metadata; source papers are used only to construct and document benchmark labels. At the largest output limit, direct retrieval reaches at most 0.185 recall. The strongest schema-linking adaptation reaches 0.401 but remains optimized for a different objective; an OADD-directed agent performs best at 0.465. Even this agent covers less than half the target columns, showing that OADD remains an open problem.
Problem

Research questions and friction points this paper is trying to address.

operationalization-aware data discovery
column retrieval
schema linking
data discovery
measurement operationalization
Innovation

Methods, ideas, or system contributions that make the work stand out.

operationalization-aware data discovery
OADD
data discovery
schema linking
large language models
🔎 Similar Papers
No similar papers found.