From: Giuseppe <gi...@gm...> - 2017-05-02 16:42:28
|
Dear Md Kamruzzaman Sarker, I think you should remove "ex:heinz" from the set of positive examples. Because, according to the ontology, Heinz is a male and nowhere in the ontology it is written that he has a child. You have as positive individuals all the individuals that are male and as negative ones the individuals that belongs to the female class. Therefore as best class expression DL-Learner will find "male". (If you remove Heinz you will notice the "hasChild" property in the list of candidate class expressions) Best Regards, Giuseppe Cota On 02/05/2017 17:33, Sarker, Md Kamruzzaman wrote: > > Hi Lorenz, > > Many thanks for your reply. I am sorry that I attached wrong ontology > file here. > > > *Here I am attaching the corrected ontology file, corresponding > configuration file and the corresponding solution file.* > > > *I have did the same experiments and got similar result (solution not > including object properties for father_3.conf problem, which is using > father_3.owl ).* > > Is it the case that object properties need to be connected to all > individuals/classes if we want a solution which includes that object > property? > > > With Regards, > > ------------- > > Md Kamruzzaman Sarker > > PhD Student > > Dept. of Computer Science and Engineering, Wright State University, > Dayton, OH > > http://dase.cs.wright.edu/people/kamruzzaman-sarker > > > > ------------------------------------------------------------------------ > *From:* Lorenz B. <spo...@st...> > *Sent:* Tuesday, May 2, 2017 5:38 AM > *To:* dl-...@li... > *Subject:* Re: [DL-Learner discussion] DL-Learner solution not > including object properties > Hi, > > unfortunately your ontologies do not contain what you say, i.e. > > * father_2 is the same as father_0 and does not contain an additional > class "transgender" > * father_3 contains a class "transgender" but not the classes "human" > and "animal" and furthermore not the class assertions human(zaman), > animal(cow) > > This is especially problematic since your conf file states that there > is a positive example "zaman". > Note, "male" is already a trivial solution for your configuration of > the learning problem file, thus, it's not that clear which other > solution you expect. > > > Cheers, > Lorenz > >> Dear Concern, >> >> With due respect, I am exploring DL-Learner and running it for >> Learning Problem (Class learning). >> >> >> From the experiments I am doing, *I am not getting the solution which >> includes objectProperties*. >> >> I am doing the experiments using the default father.conf (which using >> father.owl file). >> >> When using the default father.owl file the result includes *hasChild* >> object properties. >> >> But if I include a couple of extra classes in ontology and run with >> the same configuration file then the result does not include object >> properties. >> >> >> *Does it mean,* >> >> *If we need a solution including object properties, is it required >> for every owlClass have to be related to the object property? * >> >> * >> * >> >> The experiments result I have attached here, I have attached here the >> configuration and ontology file here for reference. >> >> >> ##Original ontology given in example folder of DL-Learner. I renamed >> it with father_0.owl >> >> solutions: >> 1: male (pred. acc.: 100.00%, F-measure: 100.00%) >> 2: male (pred. acc.: 100.00%, F-measure: 100.00%) >> 3: not (female) (pred. acc.: 100.00%, F-measure: 100.00%) >> 4: male or (hasChild some female) (pred. acc.: 100.00%, F-measure: >> 100.00%) >> 5: (not (female)) or (hasChild some female) (pred. acc.: 100.00%, >> F-measure: 100.00%) >> 6: male or (hasChild some (not (male))) (pred. acc.: 100.00%, >> F-measure: 100.00%) >> 7: (not (female)) or (hasChild some (not (male))) (pred. acc.: >> 100.00%, F-measure: 100.00%) >> 8: male or (hasChild some (hasChild some Thing)) (pred. acc.: >> 100.00%, F-measure: 100.00%) >> 9: male or (hasChild some (hasChild some male)) (pred. acc.: 100.00%, >> F-measure: 100.00%) >> 10: male or (hasChild some (hasChild some female)) (pred. acc.: >> 100.00%, F-measure: 100.00%) >> >> >> ##father_2.owl >> ##original ontology with transgender class and individual boby >> >> solutions: >> 1: male (pred. acc.: 100.00%, F-measure: 100.00%) >> 2: not (female) (pred. acc.: 100.00%, F-measure: 100.00%) >> 3: male or transgender (pred. acc.: 100.00%, F-measure: 100.00%) >> 4: transgender or (not (female)) (pred. acc.: 100.00%, F-measure: >> 100.00%) >> 5: male and (not (transgender)) (pred. acc.: 100.00%, F-measure: 100.00%) >> 6: male or (hasChild some transgender) (pred. acc.: 100.00%, >> F-measure: 100.00%) >> 7: male or (hasChild some female) (pred. acc.: 100.00%, F-measure: >> 100.00%) >> 8: (not (female)) and (not (transgender)) (pred. acc.: 100.00%, >> F-measure: 100.00%) >> 9: (not (female)) or (hasChild some female) (pred. acc.: 100.00%, >> F-measure: 100.00%) >> 10: male or (hasChild some (not (male))) (pred. acc.: 100.00%, >> F-measure: 100.00%) >> >> >> ##father_3.owl >> ##original ontology with transgender, human and animal class >> ## individual human(zaman) , individual animal(cow) >> >> solutions: >> 1: male (pred. acc.: 100.00%, F-measure: 100.00%) >> 2: not (female) (pred. acc.: 100.00%, F-measure: 100.00%) >> 3: male or transgender (pred. acc.: 100.00%, F-measure: 100.00%) >> 4: human or male (pred. acc.: 100.00%, F-measure: 100.00%) >> 5: animal or male (pred. acc.: 100.00%, F-measure: 100.00%) >> 6: transgender or (not (female)) (pred. acc.: 100.00%, F-measure: >> 100.00%) >> 7: human or (not (female)) (pred. acc.: 100.00%, F-measure: 100.00%) >> 8: animal or (not (female)) (pred. acc.: 100.00%, F-measure: 100.00%) >> 9: male and (not (transgender)) (pred. acc.: 100.00%, F-measure: 100.00%) >> 10: male and (not (human)) (pred. acc.: 100.00%, F-measure: 100.00%) >> >> >> >> ------------- >> >> Md Kamruzzaman Sarker >> >> PhD Student >> >> Dept. of Computer Science and Engineering, Wright State University, >> Dayton, OH >> >> http://dase.cs.wright.edu/people/kamruzzaman-sarker >> >> >> >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org!http://sdm.link/slashdot >> >> >> _______________________________________________ >> dl-learner-discussion mailing list >> dl-...@li... >> https://lists.sourceforge.net/lists/listinfo/dl-learner-discussion > > > > This body part will be downloaded on demand. > > > This body part will be downloaded on demand. |