Decoration
max planck institut
informatik
mpii logo Minerva of the Max Planck Society
 

AMIE: Association Rule Mining under Incomplete Evidence in Ontological Knowledge Bases

Rules mined from YAGO2

In order to support the suitability of the PCA* Confidence metric for prediction of new facts, we carried an experiment which uses the rules without constants mined on YAGO2 (training KB) to predict facts in the newer YAGO2s (target KB). We took all rules mined by AMIE with head coverage threshold 0.01 and ranked them by standard and PCA confidence. Then we took every rule and generated facts beyond the KB using our experimental setup. The following table shows top 30 rules ranked by standard confidence and their actual precisions beyond the database. For further details, please refer to the detailed evaluation information as well as to the full list of rules mined by AMIE on YAGO2.

RulePrecision in the unknown regionStd. ConfidencePCA ConfidenceNew PredictionsTotal predictions
?e <isMarriedTo> ?a ?e <hasChild> ?b => ?a <hasChild> ?b34.48%57.57%57.57%18651865
?a <isMarriedTo> ?f ?f <hasChild> ?b => ?a <hasChild> ?b33.33%56.11%56.11%10681986
?b <isMarriedTo> ?a => ?a <isMarriedTo> ?b100.00%53.01%91.79%51585158
?a <created> ?b ?a <produced> ?b => ?a <directed> ?b3.33%49.83%58.68%976976
?a <actedIn> ?b ?a <created> ?b => ?a <directed> ?b3.45%38.29%45.23%518608
?a <isMarriedTo> ?c ?c <livesIn> ?b => ?a <livesIn> ?b75.00%33.71%69.88%326326
?a <dealsWith> ?f ?f <dealsWith> ?b => ?a <dealsWith> ?b20.00%28.19%28.19%7575
?c <dealsWith> ?b ?a <dealsWith> ?c => ?a <dealsWith> ?b26.67%28.19%28.19%075
?e <isMarriedTo> ?a ?e <livesIn> ?b => ?a <livesIn> ?b100.00%22.81%68.42%299542
?a <actedIn> ?b ?a <created> ?b => ?a <produced> ?b18.52%20.64%38.98%790790
?a <directed> ?b => ?a <created> ?b24.14%18.75%32.46%2698026980
?a <livesIn> ?f ?f <hasCapital> ?b => ?a <livesIn> ?b16.67%18.53%18.53%28512852
?a <livesIn> ?f ?f <isLocatedIn> ?b => ?a <livesIn> ?b89.66%17.80%17.80%42254227
?a <hasChild> ?c ?b <hasChild> ?c => ?a <isMarriedTo> ?b76.67%17.32%40.98%11701720
?a <created> ?b ?a <directed> ?b => ?a <produced> ?b0.00%16.11%37.47%49735258
?c <dealsWith> ?a ?c <dealsWith> ?b => ?a <dealsWith> ?b42.86%15.44%21.78%471473
?c <hasOfficialLanguage> ?b ?c <isLocatedIn> ?a => ?a <hasOfficialLanguage> ?b33.33%14.29%64.29%100100
?b <dealsWith> ?a => ?a <dealsWith> ?b100.00%13.64%18.32%152219
?b <hasCapital> ?f ?a <livesIn> ?f => ?a <livesIn> ?b48.28%13.49%13.49%28563209
?c <hasAcademicAdvisor> ?a ?c <graduatedFrom> ?b => ?a <worksAt> ?b6.67%13.44%39.04%552552
?a <imports> ?b => ?a <exports> ?b3.33%13.10%14.47%9494
?a <produced> ?b => ?a <directed> ?b0.00%11.26%13.40%1626217188
?a <dealsWith> ?c ?c <imports> ?b => ?a <imports> ?b46.43%10.58%14.88%438438
?c <isCitizenOf> ?b ?a <influences> ?c => ?a <isCitizenOf> ?b3.33%10.56%51.96%11991199
?a <produced> ?b => ?a <created> ?b10.34%10.06%15.69%1627217463
?c <dealsWith> ?a ?c <imports> ?b => ?a <imports> ?b26.67%9.28%14.10%271355
?a <worksAt> ?b => ?a <graduatedFrom> ?b3.57%8.99%16.25%22172217
?a <diedIn> ?b => ?a <wasBornIn> ?b0.00%8.85%22.53%2019620196
?a <exports> ?b => ?a <imports> ?b3.45%8.68%10.33%380393
?c <hasAcademicAdvisor> ?a ?c <worksAt> ?b => ?a <worksAt> ?b23.33%8.66%21.86%430486
?c <dealsWith> ?a ?c <hasOfficialLanguage> ?b => ?a <hasOfficialLanguage> ?b9.68%7.78%9.65%275275

*PCA = Partial Completeness Assumption

[Back to results]