brmson / yodaqa

A Question Answering system built on top of the Apache UIMA framework.
http://ailao.eu/yodaqa
Other
622 stars 205 forks source link

GloVe propsel is behaving suspiciously #28

Open pasky opened 8 years ago

pasky commented 8 years ago

Consider:

            q [time date born] :: p[relatives] ---> 0.30931702640907194
            q [time date born] :: p[residence] ---> 0.05201580921439524
            q [time date born] :: p[occupation] ---> 0.04102044625499156
            q [time date born] :: p[birth date] ---> 0.03895022692222545
            q [time date born] :: p[date of birth] ---> 0.02463414204712135
            q [time date born] :: p[birth year] ---> 0.024673377430364067

It may be just a fluke but it's worth taking a closer look at whether we don't have some bad bug here.