props
props copied to clipboard
`not` not handled properly at the propositional level
This example should make it clear:
'sentence': 'An airline may decide to stop serving several airports because its on-time \
performance does not fit within the airlines revised -LRB- decreased -RRB- \
acceptable variation in performance .'
Propositions (generated by --oie
):
decide:(subj:An airline , comp:to stop serving several airports )
stop:(subj:An airline , comp:serving several airports )
fit:(subj:its on-time performance ,
prep_within:the airlines revised -LRB- decreased -RRB- acceptable variation in performance )
because:(outcome:An airline to stop serving several airports ,
condition:its on-time performance does not fit within the airlines revised -LRB- decreased -RRB- acceptable variation in performance )
The fit
assertion needs to be negated.
This is definitely a bug: we're not propagating some of the node's features to the linearized OIE-like output. Hopefully I can fix this rather easily. Thanks!