minie.getPropositions() -> getAttribution() working correctly?
chrisoutwright opened this issue · 1 comments
chrisoutwright commented
I am evaluating Minie as OIE tool for my master thesis and encountered some issues, that I cannot trace back to them being implementation issues or being inherent in the model. To illustrate:
Input sentence: Emily thought: 'Nobody is perfect'
Triple: "Emily" "thought"
Factuality: (+,CT) Attribution: NONE
----------
Triple: "Nobody" "is" "perfect"
Factuality: (+,CT) Attribution: NONE
Sadly, Attribution seems to be working only for a limited set of verbs. Is this the correct behavior?