pith. sign in

arxiv: 2509.04632 · v2 · pith:6NWRSG7Lnew · submitted 2025-09-04 · 💻 cs.DB · cs.AI

Conceptual Schema Inference for Tabular Datasets using Large Language Models

classification 💻 cs.DB cs.AI
keywords schemalargeattributesconceptualdatainferencetablestypes
0
0 comments X
read the original abstract

Large collections of tabular data from data lakes, web tables and open data portals often originate from heterogeneous sources, leading to representational inconsistencies. Understanding and organizing such repositories therefore remains a major challenge. While prior work has primarily focused on dataset discovery and exploration, this paper addresses the complementary problem of conceptual schema inference: automatically deriving a conceptual schema that captures entity types, attributes and inter-type relationships directly from raw tables. We propose two large language model (LLM)-based approaches that use only column headers and cell values: GeSI uses generative LLMs to infer hierarchical types and their attributes from table- and column-level semantics, and to integrate them into a global schema that also captures relationships across types; EmSI employs LLM-based table embeddings to group tables by column-level semantics, infer attributes within each group, and construct hierarchical structures from shared attribute patterns. Finally, we report an experimental analysis demonstrating the effectiveness of our approaches in terms of the conciseness and structural quality of the inferred schema components, their scalability to large repositories, and a case study illustrating end-to-end schema inference.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Conceptual Schema Inference for Tabular Datasets using Large Language Models

    cs.DB 2026-05 unverdicted novelty 6.0

    Two new LLM approaches (GeSI generative, EmSI embedding-based) are presented for inferring conceptual schemas from heterogeneous tabular data.