Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not not handled properly at the propositional level #13

Open
saraswat opened this issue Jun 28, 2017 · 1 comment
Open

not not handled properly at the propositional level #13

saraswat opened this issue Jun 28, 2017 · 1 comment
Assignees

Comments

@saraswat
Copy link

saraswat commented Jun 28, 2017

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.

@gabrielStanovsky gabrielStanovsky self-assigned this Jun 30, 2017
@gabrielStanovsky
Copy link
Owner

gabrielStanovsky commented Jun 30, 2017

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants