You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AMRs with missing role names are accepted by Smatch and translated into triples.
(a0 / watch
: (a1 / boy)
:ARG1 (a2 / tv))
Triples by the smatch demo: instance(a0,boy) ^ instance(a1,tv) ^ TOP(a0,boy) ^ ARG1(a0,a1)
This has several undesired consequences like licensing ill-formed AMRs that might get high scores.
The text was updated successfully, but these errors were encountered:
kovvalsky
changed the title
AMRs with missing role names
Licensing AMRs with missing role names
Mar 5, 2018
The AMRs with missing role names are accepted by Smatch and translated into triples.
Triples by the smatch demo:
instance(a0,boy) ^ instance(a1,tv) ^ TOP(a0,boy) ^ ARG1(a0,a1)
This has several undesired consequences like licensing ill-formed AMRs that might get high scores.
The text was updated successfully, but these errors were encountered: