<div dir="ltr">Hi again,<div><br></div><div style>Some of my previous questions were answered in Saarland this year, but I have a few remaining regarding LTOP links:</div><div style><br></div><div style>(1) Why are both the pre- and post-slash content of LTOP links &quot;NIL&quot;?</div>

<div style><br></div><div style>(2) Related to (1), how do we tell the difference between MRSs where:</div><div style> - the LTOP label is equated with some EP&#39;s label</div><div style> - the LTOP label (or hole, rather) is QEQed to some EP&#39;s label</div>

<div style> - the LTOP label is neither a label nor a hole in the MRS*</div><div style><br></div><div style>* This last case might not be well-formed. It was briefly the case that Matrix grammars behaved this way, but they may have just been missing the appropriate QEQ.</div>

<div style><br></div><div style>(3) Why bother with multiple LTOP links? Shouldn&#39;t there just be one pointing to the head of the set of nodes in a label-equality-set? The */EQ links in that set should cover the rest of the LTOP associations.</div>

<div style><br></div><div style>Thanks in advance</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 8, 2013 at 6:56 PM, Michael Wayne Goodman <span dir="ltr">&lt;<a href="mailto:goodmami@u.washington.edu" target="_blank">goodmami@u.washington.edu</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi RMRS-list,<br>
<br>
I&#39;m working on adding DMRS reading/writing support to my Python MRS<br>
library. I&#39;ve read through the Slacker Semantics paper and comments in<br>
the Lisp code, but I have some remaining questions. Sorry this email<br>
turned out quite long; even partial responses would be appreciated.<br>
<br>
* What does the paper mean by &quot;head&quot;, as in Sec. 4.2 &quot;Head selection<br>
in the qeq graph&quot;. Is this like the heads of other dependency grammar<br>
formalisms? It seems to, at least, be different from syntactic heads.<br>
<br>
* According to the lisp code, if an LTOP labels of a set of EPs, then<br>
&quot;the LTOP node in the DMRS is linked to each head predicate in that<br>
set&quot;. This &quot;LTOP node&quot; is implicit, yes? I see its ID is 0, but I<br>
don&#39;t see the node itself being output anywhere.<br>
<br>
* Regarding the LTOP link, should it be an undirected /EQ link? When I<br>
try with the LKB, I see a link with no pre- nor post-slash content (or<br>
rather, NIL):<br>
<br>
&lt;link from=&#39;0&#39; to=&#39;10004&#39;&gt;&lt;rargname&gt;NIL&lt;/rargname&gt;&lt;post&gt;NIL&lt;/post&gt;&lt;/link&gt;<br>
<br>
* Furthermore, why is there textual content &quot;NIL&quot; rather than an empty<br>
element &lt;rargname/&gt;? Would an empty element be interpreted the same?<br>
As it is, this seems like it would break if, ${deity}-forbid, some<br>
grammar developer defined a &quot;NIL&quot; role for EPs, such that &quot;NIL&quot; is<br>
actually the rargname. E.g.:<br>
[ &quot;_example_n_1_rel&quot; LBL: h3 ARG0:x4 NIL:h5 ]<br>
<br>
* Also related to LTOP links, when might we see the LTOP being linked<br>
to more than one node? Admittedly I&#39;m not very good at coming up with<br>
examples, but I can&#39;t imagine such a sentence. Of course there&#39;s<br>
things like &quot;the dog barked loudly&quot;, where &quot;loudly&quot; and &quot;barked&quot; share<br>
the label identified with LTOP, but in this case there would only be<br>
one link going to the head of the label-equality-set: &quot;loudly&quot;.<br>
<br>
* I&#39;m also interested in DMRS-MRS conversion, and so I&#39;d like to<br>
recover the INDEX. I currently look for EPs that have no arguments<br>
within their label-eq-set, and are not the argument of an EP outside<br>
their label-eq-set. This by itself mostly works, except it can&#39;t<br>
select between &quot;bark&quot; and &quot;maybe&quot; in &quot;some dogs bark maybe&quot;. I can<br>
exclude &quot;maybe&quot; if I look for EPs that don&#39;t have a hole argument<br>
QEQing some other EP&#39;s label, but then I fail to select &quot;and&quot; in &quot;some<br>
dogs bark and sleep&quot; (since L-HNDL and R-HNDL are hole arguments on<br>
&quot;and&quot;). I could then refine this so it ignores EPs QEQing some other<br>
EP only if the other EP&#39;s ARG0 isn&#39;t also an argument of the original<br>
EP (e.g. &quot;bark&quot;&#39;s label is QEQed from &quot;and&quot;&#39;s L-HNDL, but its ARG0 is<br>
also &quot;and&quot;&#39;s L-INDEX), but now it feels like a hack. Is there a more<br>
reliable way to do this, preferably without loading the grammar and/or<br>
the SEM-I?<br>
<br>
Thank you,<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
-Michael Wayne Goodman<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>-Michael Wayne Goodman
</div>