paper-with-me

홈 › Papers

Schema Independent Relational Learning

2015-08-16 · Jose Picado, Arash Termehchy, Alan Fern, Parisa Ataei

Learning novel concepts and relations from relational databases is an important problem with many applications in database systems and machine learning. Relational learning algorithms learn the definition of a new relation in terms of existing relations in the database. Nevertheless, the same data set may be represented under different schemas for various reasons, such as efficiency, data quality, and usability. Unfortunately, the output of current relational learning algorithms tends to vary quite substantially over the choice of schema, both in terms of learning accuracy and efficiency. This variation complicates their off-the-shelf application. In this paper, we introduce and formalize the property of schema independence of relational learning algorithms, and study both the theoretical and empirical dependence of existing algorithms on the common class of (de) composition schema transformations. We study both sample-based learning algorithms, which learn from sets of labeled examples, and query-based algorithms, which learn by asking queries to an oracle. We prove that current relational learning algorithms are generally not schema independent. For query-based learning algorithms we show that the (de) composition transformations influence their query complexity. We propose Castor, a sample-based relational learning algorithm that achieves schema independence by leveraging data dependencies. We support the theoretical results with an empirical study that demonstrates the schema dependence/independence of several algorithms on existing benchmark and real-world datasets under (de) compositions.

📄 PDF Abstract BibTeX arXiv:1508.03846

Code (0)

등록된 구현이 없습니다.

Tasks

Novel ConceptsRelational Reasoning

Similar Papers 제목 키워드 기반

OntoKG: Ontology-Oriented Knowledge Graph Construction with Intrinsic-Relational Routing

2026-04-03 · Yitao Li, Zhanlin Liu, Anuranjan Pandey, Muni Srikanth arxiv

Organizing a large-scale knowledge graph into a typed property graph requires structural decisions -- which entities become nodes, which properties become edges, and what schema governs these choices. Existing approaches…

Entity Disambiguation

The KG-ER Conceptual Schema Language

2025-08-04 · Enrico Franconi, Benoît Groz, Jan Hidders, Nina Pardal 외 arxiv

We propose KG-ER, a conceptual schema language for knowledge graphs that describes the structure of knowledge graphs independently of their representation (relational databases, property graphs, RDF) while helping to cap…

Knowledge Graphs

Text2NKG: Fine-Grained N-ary Relation Extraction for N-ary relational Knowledge Graph Construction

2023-10-08 · Haoran Luo, Haihong E, Yuhao Yang, Tianyu Yao 외

Beyond traditional binary relational facts, n-ary relational knowledge graphs (NKGs) are comprised of n-ary relational facts containing more than two entities, which are closer to real-world facts with broader applicatio…

Event-based N-ary Relaiton ExtractionHypergraph-based N-ary Relaiton ExtractionHyper-Relational ExtractionRelation+1

SchemaDB: Structures in Relational Datasets

2021-11-24 · Cody James Christopher, Kristen Moore, David Liebowitz

In this paper we introduce the SchemaDB data-set; a collection of relational database schemata in both sql and graph formats. Databases are not commonly shared publicly for reasons of privacy and security, so schemata ar…

SchemaAgent: A Multi-Agents Framework for Generating Relational Database Schema

2025-03-31 · Qin Wang, Youhuan Li, Yansong Feng, Si Chen 외

The relational database design would output a schema based on user's requirements, which defines table structures and their interrelated relations. Translating requirements into accurate schema involves several non-trivi…