Learning Concept Lengths Accelerates Concept Learning in ALC
N'Dah Jean Kouagou, Stefan Heindorf, Caglar Demir, Axel-Cyrille Ngonga, Ngomo

TL;DR
This paper introduces CLIP, an extension of the ALC concept learning algorithm, which uses neural network-based concept length prediction to prune the search space, resulting in significantly faster runtimes and improved accuracy on benchmark datasets.
Contribution
The paper proposes a novel method to predict concept lengths using neural networks, enabling pruning of the search space in ALC-based concept learning, and extends CELOE to CLIP with substantial efficiency gains.
Findings
CLIP is at least 7.5 times faster than state-of-the-art algorithms.
Recurrent neural networks perform best for concept length prediction with F-measure 38%-92%.
CLIP improves F-measure on 3 out of 4 datasets.
Abstract
Concept learning approaches based on refinement operators explore partially ordered solution spaces to compute concepts, which are used as binary classification models for individuals. However, the number of concepts explored by these approaches can grow to the millions for complex learning problems. This often leads to impractical runtimes. We propose to alleviate this problem by predicting the length of target concepts before the exploration of the solution space. By these means, we can prune the search space during concept learning. To achieve this goal, we compare four neural architectures and evaluate them on four benchmarks. Our evaluation results suggest that recurrent neural network architectures perform best at concept length prediction with a macro F-measure ranging from 38% to 92%. We then extend the CELOE algorithm, which learns ALC concepts, with our concept length…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Machine Learning and Data Classification · Machine Learning in Bioinformatics
MethodsContrastive Language-Image Pre-training
