<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Vienna, Austria
* Corresponding author.
$ majlinda.llugiqi@wu.ac.at (M. Llugiqi); fajar.ekaputra@wu.ac.at (F. J. Ekaputra); marta.sabou@wu.ac.at
(M. Sabou)</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Semantic-Driven Data Augmentation for Improved Machine Learning Predictions (Extended Abstract)</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Majlinda Llugiqi</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fajar J. Ekaputra</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marta Sabou</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>TU Wien</institution>
          ,
          <addr-line>Vienna</addr-line>
          ,
          <country country="AT">Austria</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Vienna University of Economics and Business</institution>
          ,
          <addr-line>Vienna</addr-line>
          ,
          <country country="AT">Austria</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>Machine learning (ML) models frequently struggle in domains where labeled data is limited or sensitive. To address this challenge, we explore a semantic-driven data augmentation approach that incorporates external knowledge into tabular datasets. Our method leverages neuro-symbolic techniques to enrich training data with structured context derived from knowledge graphs (KGs), aiming to enhance the predictive capabilities of standard ML algorithms. We evaluate multiple approaches for integrating KG information into ML pipelines and examine their impact on model performance across binary classification tasks involving medical datasets such as heart disease and chronic kidney disease. The experimental setup includes four ML models and four distinct KG embedding algorithms, with performance evaluated using accuracy and F2 score. Results show that augmenting tabular features with semantic distance metrics from KG embeddings yields notable improvements. For instance, XGBoost achieves a significant F2 score increase from 75.19% to 90.85% in heart disease prediction. These results suggest that semantic augmentation of tabular datasets has the potential to enhance ML prediction1.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Methodology To enrich tabular data with KG information, we propose a pipeline that
integrates KG embeddings into ML models (see Figure 1). The process begins by defining domain
ontologies to represent tabular dataset’s features and constructing KGs using mappings from
tabular features to ontology concepts and relations. These KGs are then embedded into vector
spaces using diferent KG embedding methods. We explore several methods for computing
information in the embedding space which is then used to augment tabular data with KG-derived
features to enhance ML performance, as illustrated in Figure 2. These strategies difer in how
they leverage the semantic information encoded in KG embeddings. One method, EmbedOnly,
uses only the embeddings to assess whether the learned semantic structure can replace raw
features. In EmbedAugTab, embeddings are combined with the original tabular features to enrich
the data with latent relational information. The DistAugTab approach introduces distance-based
features: for each instance, we calculate the distance from its embedding to class centroids,
capturing proximity-based semantics. This is extended in EmbedDistTabAug, which integrates both
the raw embeddings and their distance-based metrics into the dataset. To capture higher-order
semantics, ClusterAugTab applies clustering in the embedding space, assigning each instance a
cluster membership to reflect latent groupings. EmbedClusterAugTab builds on this by
combining cluster memberships with the full embeddings for even more expressive augmentation.
Finally, we investigate feature interaction strategies. In InteraAugTab and EmbedInteraAugTab,
we compute element-wise interactions between original features and embeddings, enabling
the model to learn complex joint efects between raw clinical measurements and semantic
knowledge from the KG.</p>
      <p>Our experiments apply these strategies to binary classification tasks in the healthcare domain
(heart disease and chronic kidney disease), using four ML models (KNN, SVM, XGBoost and a
feedforward neural network (NN)). Performance is evaluated using accuracy and F2 score.</p>
      <p>Results Our evaluation covered eight KG-based data augmentation strategies applied to
binary classification tasks in heart disease and chronic kidney disease prediction. In Table 1, 1 we
present the average accuracy and F2 scores across diferent embedding methods, classifiers, and
augmentation strategies for heart disease prediction. Similar trends were observed in the kidney
disease experiments, where integrating KG-based information also led to improvements in
predictive performance. Among the evaluated strategies, those that incorporated distance-based
features from the embedding space (e.g., DistAugTab) outperformed other approaches.</p>
      <p>
        Among the embedding methods, RDF2Vec emerged as the most efective overall, yielding
stable and strong results across both tasks and models, likely due to its ability to capture semantic
paths in the KG. Node2Vec also performed well in scenarios where local graph structure was more
informative, e.g., improving KNN in kidney disease and XGBoost in heart disease prediction.
Notably, XGBoost, despite achieving the highest F2 score in some configurations, showed
1Due to space limitations, we report results only for heart disease prediction in this extended abstract. Full results,
including those for chronic kidney disease and additional scenarios, are available in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
Methods
Baseline
Node2Vec
DistAugTab 81.17
EmbedDistAugTab 81.43
EmbedDistAugTabRed 80.66
EmbedClustAugTab 81.17
ClustAugTab 81.21
RDF2Vec
DistAugTab 81.02
EmbedDistAugTab 81.02
EmbedDistAugTabRed 79.95
EmbedClustAugTab 81.18
ClustAugTab 81.18
DistMult
DistAugTab 80.88
EmbedDistAugTab 80.94
EmbedDistAugTabRed 80.16
EmbedClustAugTab 81.39
ClustAugTab 81.43
TransH
DistAugTab 80.98
EmbedDistAugTab 80.95
EmbedDistAugTabRed 80.08
EmbedClustAugTab 80.76
ClustAugTab 80.82
variability across embedding strategies, highlighting the importance of matching embedding
methods with suitable models.
      </p>
      <p>These findings support the hypothesis that semantic enrichment, particularly through
embedding-derived features, can enhance ML performance on tabular data, especially in domains
with limited or sensitive datasets.</p>
      <p>Conclusion This work shows that semantically enriching tabular data using KG embeddings
can enhance the predictive performance of ML models, particularly in low-data medical scenarios.
Integrating structured domain knowledge through augmentation strategies, especially
distancebased features, led to notable F2 score gains. While promising for context-aware predictions
in sensitive domains, challenges remain in generalizability. Future work will explore the
efectiveness of KGs across diverse, data-scarce domains to address ML models’ data dependency.
Acknowledgments This work was supported by the FFG SENSE (894802) and FAIR-AI
(904624) projects, as well as by the Austrian Science Fund (FWF) BILAI 10.55776/COE12 and
HOnEst (V 745-N) projects. For open access purposes, the author has applied a CC BY public
copyright license to any author accepted manuscript version arising from this submission.
Declaration on Generative AI During the preparation of this work, the author(s) used
GPT-4o in order to brainstorm ideas about the title. After using these tool, the authors reviewed
and edited the content as needed and take full responsibility for the publication’s content.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M.</given-names>
            <surname>Llugiqi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. J.</given-names>
            <surname>Ekaputra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sabou</surname>
          </string-name>
          ,
          <article-title>Semantic-based data augmentation for machine learning prediction enhancement</article-title>
          ,
          <source>Neurosymbolic Artificial Intelligence</source>
          <volume>1</volume>
          (
          <year>2025</year>
          )
          <fpage>29498732251340160</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Socher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.-J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Fei-Fei</surname>
          </string-name>
          ,
          <article-title>Imagenet: A large-scale hierarchical image database, in: 2009 IEEE conference on computer vision and pattern recognition</article-title>
          , Ieee,
          <year>2009</year>
          , pp.
          <fpage>248</fpage>
          -
          <lpage>255</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>M.</given-names>
            <surname>Wortsman</surname>
          </string-name>
          , G. Ilharco,
          <string-name>
            <given-names>S. Y.</given-names>
            <surname>Gadre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Roelofs</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Gontijo-Lopes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Morcos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Namkoong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Farhadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Carmon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kornblith</surname>
          </string-name>
          , et al.,
          <article-title>Model soups: averaging weights of multiple fine-tuned models improves accuracy without increasing inference time</article-title>
          ,
          <source>in: International conference on machine learning, PMLR</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>23965</fpage>
          -
          <lpage>23998</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>J. D. M.-W. C. Kenton</surname>
            ,
            <given-names>L. K.</given-names>
          </string-name>
          <string-name>
            <surname>Toutanova</surname>
          </string-name>
          , Bert:
          <article-title>Pre-training of deep bidirectional transformers for language understanding</article-title>
          ,
          <source>in: Proceedings of naacL-HLT</source>
          , volume
          <volume>1</volume>
          ,
          <string-name>
            <surname>Minneapolis</surname>
          </string-name>
          , Minnesota,
          <year>2019</year>
          , p.
          <fpage>2</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ramesh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Dhariwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nichol</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Chu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <article-title>Hierarchical text-conditional image generation with clip latents</article-title>
          ,
          <source>arXiv preprint arXiv:2204.06125 1</source>
          (
          <issue>2022</issue>
          )
          <article-title>3</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>K.</given-names>
            <surname>Poulinakis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Drikakis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. W.</given-names>
            <surname>Kokkinakis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Spottswood</surname>
          </string-name>
          ,
          <article-title>Machine-learning methods on noisy and sparse data</article-title>
          ,
          <source>Mathematics</source>
          <volume>11</volume>
          (
          <year>2023</year>
          )
          <fpage>236</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>D.</given-names>
            <surname>Jarrett</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Stride</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Vallis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. J.</given-names>
            <surname>Gooding</surname>
          </string-name>
          ,
          <article-title>Applications and limitations of machine learning in radiation oncology</article-title>
          ,
          <source>The British journal of radiology 92</source>
          (
          <year>2019</year>
          )
          <fpage>20190001</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M. van Bekkum</given-names>
            ,
            <surname>M. de Boer</surname>
          </string-name>
          , F. van
          <string-name>
            <surname>Harmelen</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Meyer-Vitali</surname>
            ,
            <given-names>A. ten Teije</given-names>
          </string-name>
          ,
          <article-title>Modular design patterns for hybrid learning and reasoning systems</article-title>
          , Appl. Intell.
          <volume>51</volume>
          (
          <year>2021</year>
          )
          <fpage>6528</fpage>
          -
          <lpage>6546</lpage>
          . doi:
          <volume>10</volume>
          .1007/S10489-021-02394-3.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>