amrisi / amr-guidelines

244 stars 87 forks source link

Coordinated attributes using :mod and #85

Closed mgeorgescu closed 10 years ago

mgeorgescu commented 10 years ago

Hi all,

Currently the guidelines have the following rule:

Conjoined adjectives are done without and:

(b / ball :mod (b2 / big) :mod (h / heavy)

the big, heavy ball
the big and heavy ball

And we seemed to apply the rule that :mod should never accommodate coordinated elements (even if nouns with an adjectival use). While searching in cs, I found the following examples that do not seem to conform to the rule:

[408]   consensus   nw.wsj_0009.4   (snt. 67 in workset  wsj100-sent, last updated on Fri Jun 22, 2012)
He had been a sales and marketing executive with Chrysler for 20 years .

(e / executive
      :poss (c2 / company :name (c / name :op1 "Chrysler"))
      :domain (h / he)
      :mod (a / and
            :op1 (s / sell-01)
            :op2 (m / market-01))
      :duration (t / temporal-quantity :quant 20
            :unit (y / year)))
[570]   consensus   chtb_0271.3   (snt. 14 in workset  first50, last updated on Sun Apr 22, 2012)
Signed here this morning were the two projects , knowledge information network communication technology and DNA bio-technology .

(s / sign-01
  :ARG1 (p / project :quant 2
          :mod (a / and
                 :op1 (t3 / technology
                        :instrument-of (c / communicate-01
                                         :mod (n / network
                                                :mod (i / information)
                                                :mod (k / knowledge))))
                 :op2 (b / bio-technology
                        :mod (d / dna))))
  :location (h / here)
  :time (m / morning
          :mod (t / this)))

In this example, we would probably have opted to represent 2 project concepts.

[570]   consensus   chtb_0271.3   (snt. 14 in workset  first50, last updated on Sun Apr 22, 2012)
Signed here this morning were the two projects , knowledge information network communication technology and DNA bio-technology .

(s / sign-01
  :ARG1 (p / project :quant 2
          :mod (a / and
                 :op1 (t3 / technology
                        :instrument-of (c / communicate-01
                                         :mod (n / network
                                                :mod (i / information)
                                                :mod (k / knowledge))))
                 :op2 (b / bio-technology
                        :mod (d / dna))))
  :location (h / here)
  :time (m / morning
          :mod (t / this)))

[571]   consensus   wsj_1224.1   (snt. 15 in workset  first50, last updated on Tue Sep 17, 2013)
Albert Fried Jr. , a 59 - year - old director and holder of a 9.5 % stake in the company , was named chairman of this maker of products for the construction equipment , material handling and railroad industries .

(n5 / name-01
      :ARG1 (p / person :name (n / name :op1 "Albert" :op2 "Fried" :op3 "Jr.")
            :ARG0-of (h / hold-01
                  :ARG1 (s / stake
                        :prep-in (c / company)
                        :quant (p2 / percentage-entity :value 9.5)))
            :age (t / temporal-quantity :quant 59
                  :unit (y / year))
            :ARG0-of (h3 / have-org-role-91
                  :ARG1 c
                  :ARG2 (d / director)))
      :ARG2 (c2 / chairman
            :ARG2-of (h4 / have-org-role-91
                  :ARG0 p
                  :ARG1 (o / company
                        :ARG0-of (m / make-01
                              :ARG1 (p3 / product)
                              :ARG3 (i / industry
                                    :mod (a / and
                                          :op1 (e / equipment
                                                :instrument-of (c3 / construct-01))
                                          :op2 (h2 / handle-01
                                                :ARG1 (m2 / material))
                                          :op3 (r / railroad))))
                        :mod (t2 / this)))))

Should these be changed? Thank you.

uhermjakob commented 10 years ago

Madalina, I think you are right on all of the above. Updated. Thanks!!

mgeorgescu commented 10 years ago

Hi Ulf,

Maybe you can add this rule to the checker on a next update, namely the fact that we should never have :mod (a / and) or :mod (a# / and) followed by :ops Thank you.

uhermjakob commented 10 years ago

Maybe you can add this rule to the checker on a next update, namely the fact that we should never have :mod (a / and) or :mod (a# / and) followed by :ops

Yes. Good suggestion. Added to checker.