-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Ambiguous dependency parsing for negation #2277
Comments
@mbrine555 Which Stanford dependency scheme is that? |
@honnibal Sorry, I should've been more clear. It's the Universal Dependency scheme used in Stanford's CoreNLP 3.9.1. |
If you run the visualizer you can see that the "not" refers specifically to the first "is" token. Not exactly the same parse as Stanford but at least it's not ambiguous as to which "is" it's referring to. |
Merging this with #3052. We've now added a master thread for incorrect predictions and related reports – see the issue for more details. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When using the dependency parser, it seems like there can be a lot of ambiguity when trying to assign negation, unlike with something like Stanford's parser.
For example:
returns
This output seems to imply that the negation could refer to either
acomp
, which is not the case. A Stanford output for the same sentence looks something like:Is there any way to clear up this ambiguity currently?
Your Environment
The text was updated successfully, but these errors were encountered: