Abstract
Democratizing access to the knowledge held in large corpora of tables such as data lakes is emerging as a central research challenge. Research in this space is advancing and broadening in scope, increasingly supplying the components to satisfy a person's insight need end-to-end. Yet these efforts remain fragmented across communities that frame the problem under their own conventions, such as table question answering, text-to-SQL, and data analysis agents, with works six times as likely to cite within the same task label as across labels. To bring these communities onto common ground, we establish a holistic framework for this pursuit, which we refer to as Open Tabular Insight Extraction (OpenTI). We formalize OpenTI from first principles around the analytical knowledge a person needs, the procedure for deriving it from a corpus of tables, and how well a result serves the person who sought it. In doing so we consolidate frameworks and terminology across information retrieval, natural language processing, machine learning, databases, and human-computer interaction, and apply this grounding in a systematic review and analysis of systems and benchmarks that work towards OpenTI. We find that current systems do not cover the end-to-end scope of OpenTI, mainly focusing on the analysis itself, and that benchmarks are largely unfit for evaluations in an open setting as inputs presuppose knowledge of tables and validation mechanisms do not match the setup. Finally, we distill a research agenda towards OpenTI systems, evaluation, and interaction paradigms that surface the insights users need.
1 Introduction
Tabular data, found in relational databases, spreadsheets, data lakes, on the web, and as standalone files, is among the most pervasive forms of data in our digital society . Organizations across the public and private sectors accumulate it at scale and depend on it to make decisions . Tables owe this prevalence to their compact and semantically rich structure that encodes entities, their attributes, and the relationships among them in a form that is both machine-readable and amenable to analysis . Yet the knowledge that makes this data valuable does not just reside in the cells themselves. A table of measurements does not state how a quantity develops over time, where it concentrates, or how two variables relate. Instead, such knowledge is implicit, surfacing only while relevant data is located, integrated, and methodically subjected to computations . What people require to act is therefore not the tabular data itself but the knowledge derived from it.
Deriving this knowledge is demanding , and not only because of the analysis it requires. Organizations often hold vast collections of tables without a precise account of what they contain or where any particular information resides, which makes locating the relevant data itself a substantial task . Both locating the data and analyzing it require skills, effort, and familiarity with the data that those who have a need for that knowledge may lack. This is characteristic of the open setting in organizations, where individuals do not know the location, contents, structure, and coverage of the required data in advance and where time, resource, and skill constraints are practical hurdles to extracting knowledge.
For instance, consider a public-health officer who wants to know how nitrogen dioxide (NO2) pollution varies across a city’s boroughs to inform a future traffic policy. Measurements are collected by the city’s sensor network, yet the officer does not know where in the municipality’s data lake they are stored, how they are organized, and how complete they are. The measurements are tagged with coordinates, so further data on administrative boundaries needs to be located and combined to analyze the pollution per borough.
Analytical knowledge remains effectively locked behind the discovery and analysis needed to surface it. Democratizing access to it could do for the knowledge held in tables what web search does for information held in documents, letting anyone with a need obtain insights without a background in data analysis or programming. Realizing this potential calls for treating the problem end-to-end, spanning the full path from the need a person has to presenting the knowledge in a form that delivers insights.
We refer to the pursuit of making the knowledge held in tabular data accessible to those who require it as Open Tabular Insight Extraction (OpenTI). We understand end-to-end OpenTI as a destination that research is advancing toward and whose foundations this work develops.
Open Tabular Insight Extraction (OpenTI) is the task of satisfying a sufficiently directed insight need by deriving and presenting the analytical knowledge that most fully serves it, over a corpus of tabular data in an open setting where corpus contents are potentially diverse and not known when the need is expressed.
The term Open Tabular Insight Extraction captures the characteristics of the task. It is open in that the need is expressed over a corpus whose contents, schema, and coverage are unknown in advance, requiring exploration of the available data. It concerns tabular data, which enables analysis and shapes how data is discovered and combined. It targets insights because the underlying need is satisfied through analytical knowledge that, interpreted within a person’s contextual understanding, yields an insight. And it is extraction because this knowledge is derived from the discovered data through analytical operations.
Total number of papers, and papers we select as relevant, across research communities, illustrating increased attention in the topic of OpenTI.
Prevalence of different types of analytical tasks in benchmarks per year, as the share of inputs averaged with equal weight per benchmark, showing a trend towards more diverse and complex tasks.
Growth and diversification of research relevant to OpenTI. Benchmark statistics cover 2026 only partially.
Several research communities work toward easing access to the knowledge held in tabular data, each from a different starting point. Database (DB) research has long pursued dataset search to surface relevant tables within large collections , while semantic parsing of natural language into logical forms such as SQL sits at the intersection of DB and natural language processing (NLP). NLP has further focused on answering questions over tables and reasoning about their structure . Information retrieval (IR) has advanced the retrieval of tables relevant to a query , building on the open-domain tradition of retrieving evidence before answering . Recent research on agents assembles foundation models into systems that plan and execute analytical work over data . Human-computer interaction (HCI) has studied visual presentations of analytical results and the interfaces for specifying and refining the analysis . Each direction advances a complementary facet of OpenTI, yet none spans the whole.
This activity is broad and accelerating faster than surrounding fields. We identify 160 relevant works from 18 venues spanning ML, IR, HCI, DB, and NLP in a systematic literature review, as detailed in Appendix 8.3. Between 2021 and 2025 the number of works relevant to OpenTI rose roughly eightfold, far outpacing the overall growth at the same venues (Figure 1a). Simultaneously, relevant works have increasingly appeared at cross-cutting machine learning venues and specialized workshops, indicating that interest is not limited to any single originating community. OpenTI is thus emerging as an area in its own right.
That this is happening now reflects that the capabilities needed to holistically address the problem are maturing. Advances in retrieval and learned representations of tables enable uncovering relevant data from large corpora , while Large Language Models and the agentic methods built upon them provide flexible means to address the full path from the expression of a need to presenting an insight . Capabilities traditionally pursued in isolation can thus be assembled into systems that attempt insight extraction end-to-end. Simultaneously, the range of data analysis workloads that systems are expected to cover is broadening. Figure 1b exemplifies this, showing a clear trend of the scope of benchmarks broadening over time, and only recently expanding beyond lookup and aggregation workloads.
The problem is thus outgrowing the narrow framings under which its facets have been studied. The components and the demand exist, yet the work remains scattered across communities without a shared account of the problem they collectively address.
While the systems proposed across these communities have grown more capable, they remain largely optimized for a narrow target, the information directly queried for, with success measured by how accurately an exact answer is returned. This only partly captures the requirements on surfacing knowledge from tabular data. Information extracted from tables is seldom wanted for its own sake but for the insight it enables for the one who sought it. What is requested and the insight actually sought need not align. The public-health officer from above may ask for a simple average of NO2 per borough, yet that figure reflects where sensors sit rather than where people are exposed, misleading the very policy decision the officer needs to inform.
Existing efforts to systematize the problem approach parts of it but fall short of providing a holistic account that spans the full end-to-end scope. Systematic efforts have organized works on open-domain question answering , retrieval augmented generation , and LLM-agents , establishing a structured perspective on systems that perform complex tasks over unseen information, yet none address tabular data. Those that do remain largely confined to surveying works in a narrow descriptive manner, organizing works within the conventions of specific research communities under labels such as text-to-SQL, table question answering, or data science agents , which we compare against in detail in Appendix 8.2. We argue that these labels reflect facets of one problem, that treating them separately obscures what has been established and what remains open, and that a unified account of that problem is achievable from first principles. This separation is reflected in how works engage with one another, where works cite others that use the same label at six times the rate they cite across labels (Section 2.3). We therefore develop OpenTI as a field of its own, providing the shared vocabulary and problem definition needed to transfer knowledge between communities and to compare systems and benchmarks beyond the conventions of the community each originates from. Overall, we make the following contributions:
- Conceptual foundation. We establish principled foundations for OpenTI by formalizing it as a unified problem setting that addresses insight needs with analytical knowledge derived through realizations over corpora of tabular data (Section 2). This formulation allows deriving the functional capabilities systems must exercise (Section 3), and it separates establishing that a realization is valid from measuring how well it serves the need, revealing that current benchmarks approximate the former while leaving the latter largely unmeasured (Section 5). We use this framework to position systems and benchmarks from different research communities within a single scheme (Tables 1 and 2).
- Review and analysis. We systematically review how works from different research areas work towards OpenTI. We apply the conceptual framework to position systems by the functional capabilities they exercise and the way that they orchestrate the interplay between them (Section 3) and analyze benchmarks against desired criteria for robust evaluations (Section 5), showing that current systems and benchmarks only partially cover the scope and requirements of OpenTI.
- Synthesis. We consolidate fragmented work on the human-side dimensions of OpenTI under a framing of cooperative interaction. We systematize interaction modes and means and examine interpretability, personalization, and contextualization as means of aligning system realizations with users’ latent insight needs (Section 4).
- Open challenges and research agenda. We derive a research agenda for OpenTI in which directions are anchored in the gaps and limitations surfaced in the review, structured along key questions towards reliable and accessible insight extraction (Section 6).
We find a consistent pattern across existing research. Effort concentrates on performing limited types of analysis over data that is already at hand, while complementary aspects within the end-to-end scope remain thin. 41 of the 58 systems we review lack any capability to retrieve tables, while outputs are predominantly text and rarely contextualized for specific insights. Similarly, we find current benchmarks to be largely unfit for evaluations under an open setting. We analyze inputs from benchmarks and find that they routinely reference columns, files, and values that a user in an open setting could not know, and that they can be interpreted in multiple ways in the majority of instances of all but two benchmarks while largely assessing the validity of outputs or the analysis against a single reference.