props icon indicating copy to clipboard operation
props copied to clipboard

`not` not handled properly at the propositional level

Open saraswat opened this issue 7 years ago • 1 comments

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.

saraswat avatar Jun 28 '17 13:06 saraswat

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!

gabrielStanovsky avatar Jun 30 '17 15:06 gabrielStanovsky