amrisi / amr-guidelines

239 stars 86 forks source link

amr-unknown conflates "who" and "what" #238

Open nschneid opened 5 years ago

nschneid commented 5 years ago

Often we can guess from context whether amr-unknown refers to a person or not, as in these Dictionary examples:

But sometimes it is ambiguous: the first AMR would also apply to "Who did the girl find?" Likewise, currently "Who did you see?" and "What did you see?" both collapse to (see-01 :ARG0 you :ARG1 amr-unknown). AFAICT this is an exception in AMR: normally we do not remove animacy distinctions that are present in the language; "he" and "she" are retained rather than collapsed with "it", for example.

Would it be worth marking the distinction, e.g. mapping "who" to amr-unknown-person or amr-unknown :mod person ('which person')?