amrisi / amr-guidelines

246 stars 87 forks source link

AMR Dict: :manner replaced by adjective frame #244

Closed nschneid closed 3 years ago

nschneid commented 3 years ago

At https://www.isi.edu/~ulf/amr/lib/amr-dict.html#:manner and https://www.isi.edu/~ulf/amr/lib/popup/manner.html, the first example purportedly of :manner is actually "The boy sang very beautifully":

(s / sing-01
      :ARG0 (b / boy)
      :ARG1-of (b2 / beautiful-02
            :degree (v / very)))

It is helpful to see an adjective frame example with manner semantics but it should be flagged as not using the :manner role.

uhermjakob commented 3 years ago

Thanks for catching this, Nathan. I updated the AMR dictionary in the place you mentioned (:manner), as well as at the beginning of the adverb section. https://www.isi.edu/~ulf/amr/lib/amr-dict.html These inconsistencies have occasionally been introduced when the AMR corpus was updated (e.g. beautiful -> beautiful-02 after the addition of beautiful-02 to AMR concepts), but not the AMR Dictionary.