COntExt is a framework designed to automate the extension of domain ontologies by utilizing structured operational metric definitions. Organizations often maintain formal ontologies to represent domain knowledge, but these frequently fall behind as new concepts and relationships emerge. While organizations also maintain operational metrics—such as YAML-based cybersecurity rules—this information is typically ignored during ontology maintenance. COntExt bridges this gap by parsing these metric definitions to suggest updates to an existing ontology.
The COntExt Approach
The framework treats ontology extension as three distinct sub-tasks: predicting the parent class for a new concept, determining the type of relationship between two classes, and assigning data properties to the correct owner class. COntExt is algorithm-agnostic, meaning it allows users to plug in different suggestion engines. The framework functions by taking an ontology and a set of metric definitions as input, parsing the metrics for references to concepts, and using the context found in descriptions, comments, and configuration values to inform its suggestions.
Context Enrichment
A core feature of the framework is its ability to perform context enrichment. By layering metric-derived information—such as thresholds, target values, and human-readable comments—onto the input, the system aims to provide more relevant suggestions than those based on ontology structure alone. The authors evaluated this by comparing performance using only ontology-based context against performance using both ontology and metric-derived context.
Evaluation Results
The researchers tested COntExt across seven ontologies, including those focused on finance, IoT, and cybersecurity. The empirical results indicate that incorporating metric-derived context improves suggestion quality for relation type prediction and data property assignment. However, the study found that this additional context can actually degrade accuracy for parent class prediction.
Practical Implications
This framework provides a way for organizations to keep their ontologies aligned with evolving operational requirements at a lower cost than manual engineering. By treating operational metric catalogues as a source of domain knowledge, the authors suggest that organizations can reduce the labor-intensive nature of manual ontology maintenance. The source code for the framework is publicly available for adaptation to similar use cases.
Comments (0)
to join the discussion
No comments yet
Be the first to share your thoughts!