multi-sentence   (AMR annotation guidance)

When a sentence is really multiple sentences, use multi-sentence as a top, and :snt1, :snt2 etc. as roles.

Example:  "I came. I saw. I conquered."
     (m / multi-sentence
           :snt1 (c / come-01
                 :ARG1 (i / i))
           :snt2 (s / see-01
                 :ARG0 (i2 / i))
           :snt3 (c2 / conquer-01
                 :ARG0 (i3 / i)))

Please note that in AMR 1.1 the individual (sub-) sentences are still annotated independently, i.e. without sharing co-reference variables. In the example above, for example, the "I" does not have a shared co-reference variable, even though all three instances of "I" refer to the same person (Julius Caesar).

close this window