-
Notifications
You must be signed in to change notification settings - Fork 3
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
solving scopes and the p variable type #39
Comments
This MRS passed in all tests from https://pydelphin.readthedocs.io/en/latest/api/delphin.mrs.html, including |
Hi, when were p-variables introduced to MRS? I assume it was after 2009, when we made the most recent changes to the MRS codec for Utool? If |
Hi @alexanderkoller, thank you so much for the quick answer. For my practical case now, I can filter the MRSs with If p-variables are fine and we can understand them... so maybe, for long-term, I would like to better understand your comment
You probably mean you don't have resources or even motivation to change Utool code, right? Do you have any pointer for a more detailed documentation about the Utool algorithm and implementation? Maybe a thesis? I may have to read again the papers mentioned in https://www.coli.uni-saarland.de/projects/chorus/utool/page.php?id=technical, but they are very high-level! |
If you need a fully resolved scope tree, you would probably have to treat the two cases separately. |
Hi, yeah, I'm probably the only person who still remembers how the MRS input codec works, and I'm totally swamped with other things these days. The basic reference about the MRS to dominance graph conversion is this paper: https://aclanthology.org/P04-1032/ The code for reading MRS with Utool is here: https://github.com/coli-saar/utool/blob/master/src/main/java/de/saar/chorus/domgraph/codec/mrs/MrsCodec.java You will find that h and x arguments are handled very differently, and one would have to sit down and think quite carefully about how to handle p. |
I am using Utool to solve the resolve the scope of quantifiers from MRSs. I got an error when Utool found an MRS with a
p
variable. Described here.Surely this is an issue for https://github.com/coli-saar/utool, but I just one to understand if this MRS makes sense. The
u
variables are unspecific or maybe unbound but what about thep3
below? It was mentioned in the ARG1 of _be_v_id but not ARG0 of any other predication. Is this MRS valid?The text was updated successfully, but these errors were encountered: