-
Notifications
You must be signed in to change notification settings - Fork 2
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
UD/UCCA Mismatches #6
Comments
We differentiate between:
|
@dotdv Sounds good to me. Would be good to have a section explaining that in the guidelines.
I think these are almost equivalent except for which scene has a remote unit and which has a primary unit. The first one basically says "The wonderful wedding. I went to it." whereas the second says "I went to the wedding. It was wonderful." Except [(wedding)_A was_F wonderful_D]_H is missing a predicate. Should it be [(wedding)_P was_F wonderful_D]_H? Or should "wonderful" or "was" be S? |
Or even, "I went to the wonderful wedding"—if we're going to ignore that fact that "was wonderful" is a separate predication by making "wonderful" a D, then I don't see why we need parallel scenes: I_A went_P [to_R [The_F wedding_P was_F wonderful_D]_C]_A However this puts "went" as the focus of the sentence rather than "was wonderful". |
RIght, my mistake. In the 2nd option I meant to write [(wedding)_P was_F wonderful_D]_H |
@nschneid wrote:
Other types of mismatches I noticed:
** @danielhers wrote
Punctuation is ignored in the matching, so that's not the reason.
I guess many cases are due to Function and Relator units,
and for the Participant Scenes it's mostly linkage mismatches.**
When a noun is modified by a relative clause (which seems rather common in reviews), in UCCA the relative clause will sometimes be split to a Parallel Scene and then it's a separate unit.
Is it an UCCA error to not treat a relative clause as an E-scene?
E.g. "the software I included on my resume" (https://github.com/UniversalConceptualCognitiveAnnotation/UCCA_English-EWT/blob/master-images/270502-0003.svg) has "included" as the main relation, which has to be an error
Are nonrestrictive relative clauses treated as parallel scenes in UCCA?
There are also NP coordinations which are annotated as parallel scenes: https://github.com/UniversalConceptualCognitiveAnnotation/UCCA_English-EWT/blob/master-images/225632-0008.svg looks like an error
** @danielhers wrote: There are also many cases of copular clauses, where in UD both the copula and any modifier of the noun are dependents of the noun, but in UCCA only the NP is a Participant.**
Ah, this is huge. Because of how UD treats copulas, the subject and copula are dependents of the complement, but in UCCA usually the complement alone is a Participant.
Interestingly, "X's own" is a unit in UCCA but usually not a UD constituent (UniversalDependencies/docs#638). I'm not actually sure what the ideal semantics is for this construction.
The text was updated successfully, but these errors were encountered: