amrisi / amr-guidelines

246 stars 86 forks source link

tricky counterfactual and causal inferences #134

Open nschneid opened 9 years ago

nschneid commented 9 years ago

"... Nine unelected judges [ended up] making the decision that they [= activists] argued should be made by state legislatures," according to Ginsburg.

This is about abortion. The activists mentioned here believed that state legislatures should have the power to decide its legality, but the Supreme Court made a national ruling.

How do we annotate, effectively, 'W believed it should be up to X to decide issue Y, but Z took away that possibility and decided Y for itself'?

Here was my best shot:

(s / say-01
      :ARG0 (p3 / person :wiki "Ruth_Bader_Ginsburg" :name (n / name :op1 "Ginsburg"))
      :ARG1 (d / decide-01
            :ARG0 (p / person :quant 9
                  :ARG0-of (j / judge-01)
                  :ARG1-of (e / elect-01 :polarity -))
            :ARG1-of (i / instead-of-91
                  :ARG2 (d2 / decide-01
                        :ARG0 (g / government-organization
                              :ARG0-of (l / legislate-01)
                              :mod (s2 / state))
                        :topic t2
                        :ARG1-of (p4 / prefer-01
                              :ARG0 (t / they)
                              :ARG2 d)))
            :topic (t2 / thing)))

Interesting/controversial aspects here:

uhermjakob commented 9 years ago

I like the dual :topic thing, which will also be useful for when we finally move to multi-sentence annotations.

The standard way to annotate should is recommend-01, which seems to fit well here. (See should under http://www.isi.edu/~ulf/amr/lib/amr-dict.html#modal%20verbs) We do not generally mark up irrealis. In this case it would be already be implied by recommend.