isee4xai / iSeeOnto

iSeeOnto, the ontology network created by the iSee consortium for sharing and reusing explanation experiences. For more information see https://isee4xai.com/
https://isee4xai.com/
0 stars 1 forks source link

AIModelAssessmentResult #34

Closed anjanaw closed 1 year ago

anjanaw commented 1 year ago

What is the composition of AIModelAssessmentResult?

AIModelAssessmentResult

prov:value: rdfs:Literal (is this the correct data property/data type?)

resultOf: AIModelAssessment (do we need this? for user evaluation it makes sense, but for this not so much)

basedOn: AIModelAssessmentMetric (has instances)

measures: AIModelAssessmentDimension (has instances)

dcorsar commented 1 year ago

that all looks good. AIModelAssessment is added for completeness in terms of provenance and usually to add the link 'AIModenAssessment' 'qual:assesses' 'AI Model' individual. This could be replaced by adding 'AIModelAssessmentResult' 'qual:annotates' 'AI Model'

anjanaw commented 1 year ago

@ike01 can you add these connections to the AIModelAssessmentResult, it currently only has 'qual:annotates' 'AI Model'.

Screenshot 2022-12-05 at 18 55 00
dcorsar commented 1 year ago

Added the restrictions above to the AI Model Assessment Result class in https://github.com/isee4xai/iSeeOnto/blob/issue-20/userevaluation.rdf

anjanaw commented 1 year ago

merged.