amrisi / amr-guidelines

240 stars 86 forks source link

Proposal: change list-item values from concepts to string #160

Closed uhermjakob closed 8 years ago

uhermjakob commented 8 years ago

Current AMR Dict entry for :li http://www.isi.edu/~ulf/amr/lib/amr-dict.html#:li

Current policy

Proposed policy

Current reality

Motivation

nschneid commented 8 years ago

I like strings better than concepts. But I'm not sure I see the need to encode list item numbers at all—they are about the presentation of part of a sentence, not its meaning. Is the point to clarify that the order of items under and is not arbitrary? Wouldn't something like (o / ordered-list :op1 (x1 ...) :op2 (x2 ...) :op3 (x3 ...)) be simpler?

uhermjakob commented 8 years ago

Adopted by AMR meeting on Oct. 19, 2015 as proposed by Ulf.

Ulf updated AMR Dict at http://www.isi.edu/~ulf/amr/lib/amr-dict.html#list%20item as well as AMR Editor, AMR guidelines examples, AMR release corpus (automatically updated), AMR Checker; added have-li-91 as a reification for :li to be able to deal with a few cases of stranded list item markers.

@nschneid List item markers are typically spread over multiple sentences, so (o / ordered-list :op1 (x1 ...) :op2 (x2 ...) :op3 (x3 ...)) would not work as simple as that in our current annotation setup.