-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO: Perform OWL Reasoner Evaluation #18
Comments
@bill-baumgartner - I won't be able to meet during our normal Wednesday time, but can meet anytime today after 1pm and anytime tomorrow (for the most part). Let me know that works best for you! |
Evaluation steps look good. What was the result of |
I have something at 1pm. I could do 12pm or 2pm. Do either of those work? The result of running |
Noon is great! |
@bill-baumgartner - following up from our meeting yesterday. Can you please take a look at OWLTools to see how difficult it might be to add a reasoner from the OWLAPI? Thank you!! |
@callahantiff - can you post the list of reasoners we selected? |
No problem, @bill-baumgartner the reasoners we chose are shown in the table below.
|
First pass - the biggest issue is that most of the available reasoners support OWL API v3, and not v4 or v5.
I'll take a look at integrating Konclude first as it looks to be doable, and then perhaps we take a closer look and prioritize the rest. |
Thanks for the update @bill-baumgartner! I think your plan sounds great! Let me know if I can do anything in the meantime! I will also be in tomorrow if you prefer to meet in person. |
@bill-baumgartner - did you want to touch base on this stuff today? |
Current status of attempting to use Konclude though the OWL-API is summarized here: ignazio1977/owllink-owlapi#2 Probably not worth meeting today unless you have something you want to discuss. |
Turns out that Konclude works well from the command-line (in conjunction with Docker). So far I have not figured out how to retrieve explanations for unsatisfiable classes, but it is straightforward to:
|
Awesome, thanks Bill! Once I have the graph built I will give this a try! Happy to help dig around to find the output for unsatisfiable classes too. |
Morning @bill-baumgartner! Below is a link to download a zipped directory of the ontologies we can use for the reasoner challenge. I have spent the last few days extensively cleaning these files (i.e. removed punning, fixing erroneous Literal typing, correcting inconsistent imported ontology identifiers, etc.). I also went ahead and ran each cleaned file through ELK to make sure that the cleaning didn't inadvertently cause other errors. All of them passed. Download Link: Directory Contents
Note. All ontologies in the directory contain all original entities (i.e. not had all annotation assertions removed to create the minimal symbolic representation). I figured we should start with them intact and if need be, apply the reduction transformation later on (it's super easy to do). Question: @bill-baumgartner - do we want all triple-, quad-, ... Ok, that's all for now, see you in a few hours! 😄 🎉 |
@bill-baumgartner - here is the Jupyter Notebook I mentioned during our meeting today (incase you are curious). |
@bill-baumgartner - just wanted to check-in and see how the great reasoner challenge of 2020 was going? Still OK to meet at our usual time tomorrow? |
Yep, let's meet. I should have some preliminary data to show you. |
@bill-baumgartner - Woo hoo! Sounds great, I am looking forward to it! |
TODO: Perform comparison of OWL reasoners.
During today's meeting with @bill-baumgartner, we outlined how we will perform an evaluation of OWL reasoners on the PheKnowLator V.2.0 KG.
OWL Reasoner Selection Criteria
Using the following reviews (shown below), we selected reasoners that met the following criteria:
Eligible Reasoners:
@bill-baumgartner - to determine what reasoners were available in OWLTools, I ran the following:
Next Steps:
Evaluation Steps:
Benchmark each of the algorithms on HPO+Imports
For all algorithms that pass the benchmark, run them against PheKnowLator
Clinician Evaluation via @jwyrwa
@bill-baumgartner - did I forget anything?
The text was updated successfully, but these errors were encountered: