ALLAN-DIP / diplomacy_cicero

Other
0 stars 0 forks source link

AMR - DAIDE Translation #21

Open DenisPeskoff opened 1 year ago

DenisPeskoff commented 1 year ago

Test and improve Ulf's code

jkkummerfeld commented 1 year ago

Examples to investigate:

# ::id dip_test_0003.11
# ::snt Agreed
AMR:
(a / agree-01
      :ARG0 (c / country
            :name (n / name
                  :op1 "England"))
      :ARG2 (c2 / country
            :name (n2 / name
                  :op1 "Germany")))
PARTIAL-DAIDE: (agree-01 :ARG0 ENG :ARG2 GER)
# ::id dip_test_0001.36
# ::snt Fair enough, as long as it's with a fleet, that works well!
AMR:
(a / agree-01
      :ARG0 (c / country
            :name (n / name
                  :op1 "Turkey"))
      :ARG2 (c2 / country
            :name (n2 / name
                  :op1 "Italy")))
PARTIAL-DAIDE: (agree-01 :ARG0 TUR :ARG2 ITA)
# ::id dip_test_0001.40
# ::snt Okay!
AMR:
(a / agree-01
      :ARG0 (c / country
            :name (n / name
                  :op1 "Germany"))
      :ARG2 (c2 / country
            :name (n2 / name
                  :op1 "Turkey")))
PARTIAL-DAIDE: (agree-01 :ARG0 GER :ARG2 TUR)