-
Notifications
You must be signed in to change notification settings - Fork 10
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
More SemLink 2 questions #4
Comments
|
Thanks for fixing the mappings. |
Okay I see. In PropBank, they actually are only marking these mappings on the one roleset. So for abandon.01, we get:
while abandon.02 has the same VNC mapping doesn't have the role mapping:
This seems wierd, but may be intentional, giving functionality for a very specific case: two rolesets map to the same VN class, but their arguments don't map to the same roles. This seems strange, though. If this functionality isn't intended, I can merge all the role mappings for a given roleset/vnc pair together. |
Kevin, it seems like a mistake to me, that should be fixed.
Martha
On Aug 9, 2021, at 7:12 AM, Kevin Stowe ***@***.***> wrote:
Okay I see. In PropBank, they actually are only marking these mappings on the one roleset. So for abandon.01, we get:
<roles> <role descr="abandoner" f="ppt" n="0"> <vnrole vncls="51.2" vntheta="theme"/> </role> <role descr="thing abandoned, left behind" f="dir" n="1"/> <role descr="attribute of arg1" f="prd" n="2"/> </roles>
while abandon.02 has the same VNC mapping doesn't have the role mapping:
<roles> <role descr="abandoner" f="pag" n="0"/> <role descr="thing abandoned, left behind" f="ppt" n="1"/> <role descr="preferred item" f="gol" n="2"/> </roles>
This seems wierd, but may be intentional, giving functionality for a very specific case: two rolesets map to the same VN class, but their arguments don't map to the same roles. This seems strange, though. If this functionality isn't intended, I can merge all the role mappings for a given roleset/vnc pair together.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#4 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABB327WK77KISKOBTGEMRW3T37HYNANCNFSM466LEJYA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
Thanks for taking a look! It appears that in the latest version of pb-vn2.json, ~60.9% entries are empty (6510 of 10687 entries). Just want to make sure if this is intentional? Thanks again! |
I've implemented the above, that now two rolesets w/ the same class mapping will now have the same role mappings as well. I had initially included all possible verbs in PB along with empty entries, for some reason, but I've now taken them out. There are now just the 4177 valid entries. |
Thanks for the changes, Kevin! |
Hi, I had a few more questions about SemLink-2.
Why are there much fewer entries in SemLink2 pb-vn mappings? It seems like that a large number of these entries that existed in SemLink 1.2.2 are just missing in SemLink-2. More than 3900 entries are just mapped to empty lists. For eg, "force", "fortify" and many others are mapped to empty lists. Is this intentional?
Some verb lemmas have different PropBank rolesets and the same VN-class but the argument mappings only exist for one of these cases in SemLink 1.2.2. Why is this the case? Here is an example:
Thanks for your help!
The text was updated successfully, but these errors were encountered: