Coder Social home page Coder Social logo

Comments (3)

uhermjakob avatar uhermjakob commented on July 23, 2024

2.----
Oops. Typo in guidelines. Should be :op2 (r / river). Corrected. Thanks.

3.----
scheme fills the :ARG1 slot for participate-01.
The other AMR means something like "Co-scheming, he participated."

4.----
Our objective was to uniformly map "according to" to a verb frame. There were several possible choices. We picked say-01.

5.----
The verb frame for come-01 has no :ARG0.

6.----
I think both AMRs are ok. The consensus AMR emphasizes that worker stands for a "person who works".
And "The boy is a hard-working person." matches our standard "X is Y" pattern, which we typically render as "Y :domain X".

7.----
Plan is a tricky word. We verbalize it when it describes a planning event. But for cases like "She selected the cell phone company's basic family plan." the meaning of "plan" is more that of a fee schedule.

8.---- and 9.----
Our objective was to represent non-exact quantities in a uniform way. We decided to have the "fuzzy operators" such as approximately X, more than X, between X and Y at the top, because they can have more than one :op (between). For more see http://www.isi.edu/~ulf/amr/lib/popup/quantities.html#non-exact-quantities

from amr-guidelines.

nschneid avatar nschneid commented on July 23, 2024

(4): The convention for government is to always use govern-01 so there will be roles available when, e.g., the region governed is present. So U.S. government would be interpreted as "government-organization that governs the U.S.". This is admittedly ugly, but it works.

from amr-guidelines.

kevincrawfordknight avatar kevincrawfordknight commented on July 23, 2024

"the boy is a hard worker"

focus only affects the very top concept. the rest is determined by semantic relations, using inverses when necessary. for the very top of an AMR, we have a test that sometimes works -- wrap "believe" or "saw" or something around your AMR.

we can wrap the possibilities:

#1-style

(b / believe-01
  :arg0 (i / i)
  :arg1 (w / work-01
             :ARG0 (b / boy)
             :manner (h / hard)))

#2-style

(b / believe-01
  :arg0 (i / i)
  :arg1 (p / person
            :domain (b / boy)
            :ARG0-of (w / work-01
                            :manner (h / hard))))

the former seems a little better.

#3-style

(b / believe-01
  :arg0 (i / i)
  :arg1 (h / hard
            :manner-of (w / work-01
                               :ARG0 (b / boy))))

i would go with #3, but #1 seems ok too.

it's more clear for "i saw that the rock was hard" (#3 style) versus "i saw a hard rock" (#2 style).

ps. when thinking about focus, we don't think about "nominal" or "clausal" or syntactic things like that.

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.