paper-with-me

Papers

Conceptual Schema Inference for Tabular Datasets using Large Language Models

2025-09-04 · Zhenyu Wu, Jiaoyan Chen, Norman W. Paton arxiv

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.

📄 PDF Abstract BibTeX arXiv:2509.04632

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Taxonomy Inference for Tabular Data Using Large Language Models

2025-03-25 · Zhenyu Wu, Jiaoyan Chen, Norman W. Paton

Taxonomy inference for tabular data is a critical task of schema inference, aiming at discovering entity types (i.e., concepts) of the tables and building their hierarchy. It can play an important role in data management…

Contrastive LearningDecoder

Schema-Adaptive Tabular Representation Learning with LLMs for Generalizable Multimodal Clinical Reasoning

2026-04-12 · Hongxi Mao, Wei Zhou, Mengting Jia, Tao Fang 외 arxiv

Machine learning for tabular data remains constrained by poor schema generalization, a challenge rooted in the lack of semantic understanding of structured variables. This challenge is particularly acute in domains like …

Representation LearningFeature Engineering

MediTab: Scaling Medical Tabular Data Predictors via Data Consolidation, Enrichment, and Refinement

2023-05-20 · Zifeng Wang, Chufan Gao, Cao Xiao, Jimeng Sun

Tabular data prediction has been employed in medical applications such as patient health risk prediction. However, existing methods usually revolve around the algorithm design while overlooking the significance of data e…

Prediction

Harvesting Event Schemas from Large Language Models

2023-05-12 · Jialong Tang, Hongyu Lin, Zhuoqun Li, Yaojie Lu 외

Event schema provides a conceptual, structural and formal language to represent events and model the world event knowledge. Unfortunately, it is challenging to automatically induce high-quality and high-coverage event sc…

Diversity

When are Deep Networks really better than Decision Forests at small sample sizes, and how?

2021-08-31 · Haoyin Xu, Kaleab A. Kinfu, Will LeVine, Sambit Panda 외

Deep networks and decision forests (such as random forests and gradient boosted trees) are the leading machine learning methods for structured and tabular data, respectively. Many papers have empirically compared large n…