underspecified / web-ka

Web-scale knowledge acquisition
Other
11 stars 8 forks source link

result from run bootstrap_ex.sh #4

Open dellon80 opened 7 years ago

dellon80 commented 7 years ago

why in every seed the result always have score : 1 and Iteration: 0? i think the score should be in decimals numbers here is the mongodb result after running the code :

db.reverb_wikipedia_1000_2_promotes_esp_i_rel_nokeep.find() { "_id" : ObjectId("59a6c363c7a447369f600f2c"), "arg1" : "Probiotics", "arg2" : "overall good health", "score" : 1, "it" : 0 } { "_id" : ObjectId("59a6c364c7a447369f600f2d"), "arg1" : "Vitamin C", "arg2" : "healthy immune functions", "score" : 1, "it" : 0 } { "_id" : ObjectId("59a6c364c7a447369f600f2e"), "arg1" : "Vitamin C", "arg2" : "dietary iron", "score" : 1, "it" : 0 } { "_id" : ObjectId("59a6c364c7a447369f600f2f"), "arg1" : "Vitamin D", "arg2" : "Calcium", "score" : 1, "it" : 0 } { "_id" : ObjectId("59a6c364c7a447369f600f30"), "arg1" : "Sunlight", "arg2" : "Vitamin D", "score" : 1, "it" : 0 } { "_id" : ObjectId("59a6c364c7a447369f600f31"), "arg1" : "Vitamin A", "arg2" : "immunity", "score" : 1, "it" : 0 } { "_id" : ObjectId("59a6c364c7a447369f600f32"), "arg1" : "Sugary food and drinks", "arg2" : "tooth decay", "score" : 1, "it" : 0 } { "_id" : ObjectId("59a6c364c7a447369f600f33"), "arg1" : "Sugars", "arg2" : "tooth decay", "score" : 1, "it" : 0 } { "_id" : ObjectId("59a6c364c7a447369f600f34"), "arg1" : "HGF", "arg2" : "human MSCs", "score" : 1, "it" : 0 } { "_id" : ObjectId("59a6c364c7a447369f600f35"), "arg1" : "Vitamin E", "arg2" : "circulation", "score" : 1, "it" : 0 }

underspecified commented 7 years ago

Before starting bootstrapping, you have to seed the database with example correct instances. These are stored as iteration 0 with a score of 1. These results suggest you haven't actually ran any bootstrapping iterations yet.