-
Notifications
You must be signed in to change notification settings - Fork 5
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
slow classification through ROBOT #9
Comments
@cmungall It takes longer than 4-5 minutes in Protege but the time is still much less than ROBOT. Nevertheless, it's too long using either program. Take SO_unreasoned.owl, import MSO_unreasoned.owl, and then reason. Why so long and is there anything we can do? Thanks in advance. |
I believe this was answered on the robot tracker, or somewhere. Dynamic vs. Materialized? |
Yes but I don't really know what that means. What is Protege is doing under the hood vs ROBO? Aren't both just calling the reasoner through OWL API? Does it depend on configuration settings? The types of inferences precomputed? What can we do to reduce reasoning time in general, or is that not possible given the number and type of axioms we have? |
Let's follow up on the original ticket, rather than retreading here: ontodev/robot#368 |
I asked at ontodev/robot#368 if there is a way to reduce reasoning time for SO_unreasoned.owl with MSO_unreasoned.owl imported (the merged file). @cmungall said:
And @dosumis said:
I'll also report that @lschriml at DiseaseOntology has said that MSO has to classify properly with ELK before she decides to use it in DO. Mike, I'd like to bring you back in here as far as the architecture of the ontology is concerned. |
My points here are also made in discussion on ticket #6 . Looks like some productive discussion happening there. |
Yes, Mike had done a bunch of work on the nucleotide extent classes. And when he did that, it did reduce reasoning time. |
On 14 Dec 2018, at 9:15, Michael Sinclair wrote:
I'll also report ***@***.***(<https://github.com/lschriml>) at
DiseaseOntology has said that MSO has to classify properly with ELK
before she decides to use it in DO.
Note that in OBO the release versions of all ontologies should be
reasoned in advance, so it shouldn't matter if the profile of an import
profile of importing.
However, there is some potential issue here with the base module
strategy. This is moot for MSO as it doesn't provide a base. And I think
here just pre-classify to axioms not entailable with >EL. [sorry of this
is a bit abstract you don't need to worry here but flagging for others]
I am a very strong supporter of DL axioms *where they are required*. But
I feel they are often deployed where they don't need to be, and the end
result can be worse as it's harder for humans to reason about intent.
Where they do need to be deployed we can often isolate them into modules
and pre-reason over these (EL-shunt pattern, I will write this up at
some stage). Note that GO, RO, Uberon and other ontologies make some use
of non-EL axioms and use this strategy.
|
Hi @cmungall -- @msinclair2 and I have been trying to figure out why invoking classification through ROBOT is so much slower than that invoked, e.g., within Protege. For example, MSO-SO_merged.owl, in the repository, takes 4-5 minutes to classify with HermiT within Protege but takes a whopping ~50 minutes to classify with HermiT invoked through ROBOT. We've been asking around, including Rebecca Tauber, but no one seems to be able to come up with much of any explanation. Have you observed this, and do you have any ideas?
Thanks,
Mike
The text was updated successfully, but these errors were encountered: