Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions data/bib/dice.bib
Original file line number Diff line number Diff line change
Expand Up @@ -9149,6 +9149,7 @@ @InProceedings{demir2025tree
doi = {10.1007/978-3-032-06066-2_29},
url = {https://rdcu.be/eKvoL},
bdsk-url-1 = {https://svn.dice-research.org/open/papers/2025/ECML_TDL/tdl-public.pdf},
keywords = {dice enexa sailproject demir moshood roeder mahmood ngonga},
abstract = {Learning continuous vector representations for knowledge graphs has significantly improved state-of-the-art performances in many challenging tasks. Yet, deep-learning-based models are only post-hoc and locally explainable. In contrast, learning Web Ontology Language (OWL) class expressions in Description Logics (DLs) is ante-hoc and globally explainable. However, state-of-the-art learners have two well-known limitations: scaling to large knowledge graphs and handling missing information. Here, we present a decision-tree-based learner (tDL) to learn Web Ontology Languages (OWLs) class expressions over large knowledge graphs, while imputing missing triples. Given positive and negative example individuals, tDL firstly constructs unique OWL expressions in SHOIN from concise bounded descriptions of individuals. Each OWL class expression is used as a feature in a binary classification problem to represent input individuals. Thereafter, tDL fits a CART decision tree to learn Boolean decision rules distinguishing positive examples from negative examples. A final OWL expression in SHOIN is built by traversing the built CART decision tree from the root node to leaf nodes for each positive example. By this, tDL can learn OWL class expressions without exploration, i.e., the number of queries to a knowledge graph is bounded by the number of input individuals. Our empirical results show that tDL outperforms the current state-of-the-art models across datasets. Importantly, our experiments over a large knowledge graph (DBpedia with 1.1 billion triples) show that tDL can effectively learn accurate OWL class expressions, while the state-of-the-art models fail to return any results. Finally, expressions learned by tDL can be seamlessly translated into natural language explanations using a pre-trained large language model and a DL verbalizer.}
}

Expand Down
2 changes: 1 addition & 1 deletion data/people/MoshoodYekini.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dice:MoshoodOlawaleYekini a schema:Person ;
schema:office "FU.214" ;
schema:photo "moshood.jpg" ;
schema:project dice:ENEXA ;
schema:publicationTag "" ;
schema:publicationTag "moshood" ;
schema:content """""" .
Loading