Coder Social home page Coder Social logo

Rankings and comparisons about amr-guidelines HOT 6 CLOSED

amrisi avatar amrisi commented on July 4, 2024
Rankings and comparisons

from amr-guidelines.

Comments (6)

nschneid avatar nschneid commented on July 4, 2024

If there is a special treatment for these sorts of rankings, it would also be nice to have a solution for temporal sequences ("the third thing that happened was..."; "the third time I saw him").

from amr-guidelines.

uhermjakob avatar uhermjakob commented on July 4, 2024

This relates to ordinals which we should revisit at the ISI workshop next week. One of our interns already worked on a proposal. Some issues similar to frequencies.

"fourth largest" (using current conventions)

(l / large
  :degree (m / most
            :mod (f / fourth)))

"fourth largest" (candidate for AMR 1.5)

(l / large
  :degree (m / most
            :ord 4))

from amr-guidelines.

mgeorgescu avatar mgeorgescu commented on July 4, 2024

Hi all,

We have also struggled with similar examples and we were tempted to go to "rank-01" due to the fact that it has a role for the position (possibly as a reification of a :rank role maybe).

Iran is the most prolific applier of the death penalty in the world after China.

2

rank.01 - "assign a position in a list"

ARG0: assigner   Agent
ARG1: thing assigned a position   Theme
ARG2: position   Predicate 

from amr-guidelines.

cbonial avatar cbonial commented on July 4, 2024

I think that this will be captured by the ordinal proposal for future usages. Although I like Madalina's suggestion using "rank", I'm not sure if it quite captures the concept as used above, because it seems like the rank is both "most prolific" and "after China". Under the assumption that we will eventually update past annotations with the ordinal proposal, I might use this for some of the instances here. Let me know if that will be a problem!

from amr-guidelines.

uhermjakob avatar uhermjakob commented on July 4, 2024

I would suggest the following AMR for   Iran is the most prolific applier of the death penalty in the world after China.

(s / sentence-01
  :ARG0 (c / country :name (n / name :op1 "Iran"))
  :ARG2 (d / die-01)
  :frequency (p / prolific
               :degree (m / most
                         :mod (a / after
                                :op1 (c2 / country :name (n2 / name :op1 "China"))))
               :compared-to (w / world)))

from amr-guidelines.

uhermjakob avatar uhermjakob commented on July 4, 2024

Suggestion for   Embraer is the world 's 4 th largest aircraft manufacturer and Brazil's top exporter.

(a / and
  :op1 (c / company
         :ARG0-of (m / manufacture-01
                    :ARG1 (a2 / aircraft))
         :mod (l / large
                :degree (m2 / most
                           :mod fourth                          # outgoing annotation style
                           :ord (o / ordinal-entity :value 4)   # incoming annotation style
                           :compared-to (w / world)))
         :domain (c2 / company :name (n / name :op1 "Embraer")))
  :op2 (c3 / company
          :ARG0-of (e / export-01
                     :degree (m3 / most
                                :compared-to (c4 / country :name (n2 / name :op1 "Brazil"))))
          :domain c2))

from amr-guidelines.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.