view_key stringclasses 5
values | uri stringclasses 5
values | name stringclasses 5
values | description stringclasses 5
values | short_description stringclasses 4
values | details stringclasses 1
value | field_count int64 66 412 | mapped_field_count int64 3 26 | unmapped_field_count int64 59 391 | object_node_type_count int64 1 1.95k | object_node_type_preview listlengths 1 10 |
|---|---|---|---|---|---|---|---|---|---|---|
I_SALESDOCUMENT | http://schema.sap.com/cdsView/I_SALESDOCUMENT | I_SALESDOCUMENT | Sales Document | This CDS view provides the prerequisites for answering questions about all relevant aspects of sales documents. Example business questions could include: What is the net value of a given sales document? Based on which document is a given sales order created? Which sales area does a given sales document belong to? Who i... | 286 | 26 | 260 | 1 | [
"Sales Document"
] | |
I_SALESDOCUMENTITEM | http://schema.sap.com/cdsView/I_SALESDOCUMENTITEM | I_SALESDOCUMENTITEM | Sales Document Item | This CDS view provides the prerequisites for answering questions about all relevant aspects of sales document items. Example business questions could include: What is the net value of a given sales document item? What are my top 10 materials based on incoming sales orders? What is the order quantity, confirmed delivery... | 412 | 21 | 391 | 1 | [
"SalesDocumentItem"
] | |
I_CUSTOMER | http://schema.sap.com/cdsView/I_CUSTOMER | I_CUSTOMER | Customer | This CDS view retrieves the customer general data. | 132 | 3 | 129 | 1 | [
"Customer"
] | |
I_ADDRORGNAMEPOSTALADDRESS | http://schema.sap.com/cdsView/I_ADDRORGNAMEPOSTALADDRESS | I_ADDRORGNAMEPOSTALADDRESS | Postal Address and Organization Name | 66 | 7 | 59 | 1,954 | [
"Service Transaction Item Category",
"Dispute Case Reason",
"Purchasing Document Process Code",
"Billing Process Document Type",
"Preliminary Billing Document",
"Sales Organization",
"Storage Location",
"PurchasingGroup",
"Material Procurement Category",
"Work Order Type"
] | ||
I_ADDRESS_2 | http://schema.sap.com/cdsView/I_ADDRESS_2 | I_ADDRESS_2 | Address of an Organization or a Person | 94 | 6 | 88 | 1,954 | [
"Service Transaction Item Category",
"Dispute Case Reason",
"Purchasing Document Process Code",
"Billing Process Document Type",
"Preliminary Billing Document",
"Sales Organization",
"Storage Location",
"PurchasingGroup",
"Material Procurement Category",
"Work Order Type"
] |
SALT-KG: A Benchmark for Semantics-Aware Learning on Enterprise Tables
Description
This repository contains the dataset from our paper SALT-KG: A Benchmark for Semantics-Aware Learning on Enterprise Tables, presented at EurIPS'25 Table Representation Workshop.
The canonical metadata file for SALT-KG is data/salt-kg/salt-kg.json. If you want to use the full Operational Business Knowledge Graph metadata, use this file directly.
The files data/salt-kg/salt-kg-summary.parquet and data/salt-kg/salt-kg-fields.parquet are generated helper files for the Hugging Face Dataset Viewer only. They are provided to make the metadata browsable on Hugging Face and are not replacements for data/salt-kg/salt-kg.json.
The parquet files under data/salt/ contain the relational SALT tables that remain available in the Dataset Viewer as separate table configurations.
Abstract
Building upon the SALT benchmark for relational prediction, we introduce SALT-KG, a benchmark for semantics-aware learning on enterprise tables. SALT-KG extends SALT by linking its multi-table transactional data with a structured Operational Business Knowledge represented in a Metadata Knowledge Graph (OBKG) that captures field-level descriptions, relational dependencies, and business object-types. This extension enables evaluation of models that jointly reason over tabular evidence and contextual semantics—an increasingly critical capability for foundation models on structured data. Empirical analysis reveals that while metadata-derived features yield modest improvements in classical prediction metrics, these metadata features consistently highlight gaps in models’ ability to leverage semantics in relational context. By reframing tabular prediction as semantics-conditioned reasoning, SALT-KG establishes a benchmark to advance tabular FMs grounded in declarative knowledge, providing the first empirical step toward semantically linked tables in structured data at enterprise scale.
Why SALT-KG
There is growing research on Tabular Foundation Models. TRL models are typically trained and evaluated on benchmarks that represent relational structure but lack explicit semantic grounding or declarative context. Knowledge graph (KG) and data integration communities have explored connecting tables to semantic graphs through systems such as JENTAB. We can bridge this gap by enriching enterprise relational data with an explicit semantic layer that links tables, fields, and business objects through declarative knowledge in KG
How was SALT-KG Created
For every relation (Table) in the underlying SALT dataset, we find a matching node in the KG (a View).. We extract triples related to the Views that include:
Fields: data abstraction nodes with associated fields, labels, associations, data classes, reference fields, and other elements.
ObjectNodeTypes: further semantic metadata through technical definitions, business object descriptions
Dataset Overview
The SALT-KG dataset consists of 4 tables from the SALT benchmark, enriched with semantic metadata from an Operational Business Knowledge Graph (OBKG). The dataset includes:
- 4 relational tables with transactional data
- Metadata Knowledge Graph (OBKG) with field-level descriptions, relational dependencies, and business object types
- Canonical metadata JSON at
data/salt-kg/salt-kg.json - Generated Hugging Face viewer helper files at
data/salt-kg/salt-kg-summary.parquetanddata/salt-kg/salt-kg-fields.parquet - Train and test splits for the benchmark tables where provided, plus full-table parquet files for direct browsing
Requirements
N/A
Known Issues
No known issues
Authors
Citations
If you use this dataset in your research, please cite the following paper:
@inproceedings{mulang2025saltkg,
title={SALT-KG: A Benchmark for Semantics-Aware Learning on Enterprise Tables},
author={Mulang', Isaiah Onando and Sasaki, Felix and Klein, Tassilo and Kolk, Jonas and Grechanov, Nikolay and Hoffart, Johannes},
booktitle={Proceedings of the AI for Tabular Data workshop at EurIPS 2025},
year={2025}
}
How to obtain support
Create an issue in this repository if you find a bug or have questions about the content.
For additional support, ask a question in SAP Community.
Contributing
If you wish to contribute code, offer fixes or improvements, please send a pull request. Due to legal reasons, contributors will be asked to accept a DCO when they create the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses the standard DCO text of the Linux Foundation.
License
Copyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the CC-BY-NC-SA-4.0 except as noted otherwise in the LICENSE file.
SAP expressly reserves its rights against text and data mining for commercial purposes as described in TDM_RESERVATION.txt.
- Downloads last month
- 903
