Neuro-Symbolic Class Expression Learning
Abstract
Models computed using deep learning have been effectively applied to tackle various problems in many disciplines. Yet, the predictions of these models are often at most post-hoc and locally explainable. In contrast, class expressions in description logics are ante-hoc and globally explainable. Although state-of-the-art symbolic machine learning approaches are being successfully applied to learn class expressions, their application at large scale has been hindered by their impractical runtimes. Arguably, the reliance on myopic heuristic functions contributes to this limitation. We propose a novel neuro-symbolic class expression learning model, DRILL, to mitigate this limitation. By learning non-myopic heuristic functions with deep Q-learning, DRILL efficiently steers the standard search procedure in a quasi-ordered search space towards goal states. Our extensive experiments on 4 benchmark datasets and 390 learning problems suggest that DRILL converges to goal states at least 2.7 times faster than state-of-the-art models on all learning problems. The results of our statistical significance test confirms that DRILL converges to goal states significantly faster (p-value <1%) than state-of-the-art models on all benchmark datasets. We provide an open-source implementation of DRILL, including pre-trained models, training and evaluation scripts.
Cite
Text
Demir and Ngomo. "Neuro-Symbolic Class Expression Learning." International Joint Conference on Artificial Intelligence, 2023. doi:10.24963/IJCAI.2023/403Markdown
[Demir and Ngomo. "Neuro-Symbolic Class Expression Learning." International Joint Conference on Artificial Intelligence, 2023.](https://mlanthology.org/ijcai/2023/demir2023ijcai-neuro/) doi:10.24963/IJCAI.2023/403BibTeX
@inproceedings{demir2023ijcai-neuro,
title = {{Neuro-Symbolic Class Expression Learning}},
author = {Demir, Caglar and Ngomo, Axel-Cyrille Ngonga},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2023},
pages = {3624-3632},
doi = {10.24963/IJCAI.2023/403},
url = {https://mlanthology.org/ijcai/2023/demir2023ijcai-neuro/}
}