You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got one question. Probably just some tips are appreciated. Do you know what I can do to modify AMR using the double negation rule? In this case, one way is to use an antonym argument unhappy-01 to replace happy-01 and then add a :polarity -. But it seems hard to do that automatically if I got many sentences and I did not have a dictionary library that includes the whole antonym argument in AMR. Do you know there is a antonym dictionary library in AMR? Many thanks.
The original sentence is like that.
# ::snt I am happy today.
(h / happy-01
:ARG1 (ii / i)
:time (t / today))
The AMR by adding a :polarity - and change the happy-01 to unhappy-01.
I think the verbalization list linked from the AMR website may be what you're looking for. Entries with negation are marked as negative polarity. The list is mainly used as an aid to human annotators, so it may not be complete.
Hi,
I got one question. Probably just some tips are appreciated. Do you know what I can do to modify AMR using the double negation rule? In this case, one way is to use an antonym argument
unhappy-01
to replacehappy-01
and then add a:polarity -
. But it seems hard to do that automatically if I got many sentences and I did not have a dictionary library that includes the whole antonym argument in AMR. Do you know there is a antonym dictionary library in AMR? Many thanks.The original sentence is like that.
The AMR by adding a
:polarity -
and change thehappy-01
tounhappy-01
.The text was updated successfully, but these errors were encountered: