Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:poss and its reification #261

Open
jheinecke opened this issue Mar 7, 2023 · 2 comments
Open

:poss and its reification #261

jheinecke opened this issue Mar 7, 2023 · 2 comments

Comments

@jheinecke
Copy link
Contributor

The documentation says about :poss

The relation :poss (“possessed by”) is a very general form of possession. AMR uses it only for possessives and prepositional >phrases with “of”:

(c / car
  :poss (h / he))

so here c (domain of the :poss relation) is the owned item (corresponding to :ARG1 of own-01 or have-03 )
and h (range of :poss) is the possessor (corresponding to :ARG0 of own-01 or have-03 ).
However in the reification table this is shown inverted:

Relation Reification Domain Range
:poss own-01, have-03 :ARG0 :ARG1

Is this an error in the reification table ?

@nschneid
Copy link
Collaborator

nschneid commented Mar 8, 2023

Yes I think you're right—:poss is an unusual relation in that, when reified with a predicate of ownership, the concept it introduces has a lower-numbered ARG than the concept it modifies.

@jheinecke
Copy link
Contributor Author

Thanks! I'll modify the table and create a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants