-
Notifications
You must be signed in to change notification settings - Fork 26
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
missing light verbs senses #6
Comments
Yes and no! Light verbs are treated as an "open class", so during annotation, any given predicate can be labeled as a light verb -- annotators always have ".LV" as a sense option. This was done so that we didn't add any bias by pre-defining which predicates can have a "light verb" function. So for the sake of annotation, the "weird" thing is that we have keep.LV, make.LV and take.LV; to a certain extent those are relics of the days before such an open-class approach, and I vaguely recall they were left in there because having the explicit lexical entry means we provide examples. So from the perspective of "how are light verbs annotated", not having LV entries for all those predicates is quite correct. All that being said, that "open class" assumption is probably quite annoying from the perspective of actually doing roleset sense disambiguation -- while open class makes sense for annotation, I presume we don't want to have to consider for all monosemous words like "titrate" whether they have a possible "titrate.LV" second sense during predicate sense disambiguation. I'll ponder if we can do anything to make this easier for that case. (@cbonial , feel free to chime in on this if you have thoughts on this, being the actual PropBank LV expert) |
Just having Alexander's list of currently annotated .LV’s somewhere visible, along with this explanation, could be quite helpful.
Martha
On Apr 14, 2020, at 9:30 AM, timjogorman <notifications@github.com<mailto:notifications@github.com>> wrote:
Yes and no!
Light verbs are treated as an "open class", so during annotation, any given predicate can be labeled as a light verb -- annotators always have ".LV" as a sense option. This was done so that we didn't add any bias by pre-defining which predicates can have a "light verb" function. So for the sake of annotation, the "weird" thing is that we have keep.LV, make.LV and take.LV; to a certain extent those are relics of the days before such an open-class approach, and I vaguely recall they were left in there because having the explicit lexical entry means we provide examples. So from the perspective of "how are light verbs annotated", not having LV entries for all those predicates is quite correct.
All that being said, that "open class" assumption is probably quite annoying from the perspective of actually doing roleset sense disambiguation -- while open class makes sense for annotation, I presume we don't want to have to consider for all monosemous words like "titrate" whether they have a possible "titrate.LV" second sense during predicate sense disambiguation. I'll ponder if we can do anything to make this easier for that case.
(@cbonial<https://github.com/cbonial> , feel free to chime in on this if you have thoughts on this, being the actual PropBank LV expert)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#6 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABB327UFEVBKI3J5XWN3NITRMR6QZANCNFSM4MGEE6IQ>.
|
Tim, you've summarized this quite nicely. The remnant .LV senses are relics that replaced what used to be numbered light verb senses from when we did not have a comprehensive light verb approach that shifted the predicate argument structure of these cases to the eventive or stative noun. However, I think it might be useful to both annotators and users to add .LV and examples to all frame files that have a .LV usage attested. Although this is easy for me to say, since I am no longer there and wouldn't have to actually do it! |
Hi all, thank you for the explanations. Do we have any article that describes these decisions on light verbs and its open class approach? In particular, what is the problem with
? |
Here is an LREC paper on the PropBank LV annotation: https://www.aclweb.org/anthology/L16-1628.pdf |
Hi @MarthaSPalmer and @cbonial , I wonder if the example in https://github.com/propbank/propbank-frames/blob/master/frames/get.xml#L40 would be a case of |
In the EWT corpus, we have many light verbs:
But in the frame files, I found only three cases of senses with the suffix
.LV
defined: keep, make and take:Also note that for lemma
have
the light verb sense should behave.06
, right?I am assuming the frame files are outdated, am I right?
The text was updated successfully, but these errors were encountered: