<div dir="ltr"><div>Stephan, thanks for these examples that show why strategies 2 and 3 in my email may have undesired consequences when dealing with underspecification in generation. <br><br>Perhaps, in some cases it may be desirable to explicitly forbit use of an optional argument?  I suppose in this case skolemizing to a string that does not appear elsewhere in the input MRS would accomplish this, so long as no unskolemized variables elsewhere. It seems like this would be tricky to enforce, however, when combined with desirable underspecification such as in the dog, cat, chase example. More concretely, as chase_v_1 has an optional ARG3, It would be nice to be able to forbid in the input MRS unification of that ARG3 with arguments in other EPs, but still have underspecified ARG1 and ARG2 (in this particular case, grammar rules would likely prevent this from happening anyways, but I&#39;m sure an example exists where this wouldn&#39;t be the case).<br>
<br></div><div>Spencer<br></div><br><br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Nov 30, 2013 at 6:38 AM, Stephan Oepen <span dir="ltr">&lt;<a href="mailto:oe@ifi.uio.no" target="_blank">oe@ifi.uio.no</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hi spencer, glenn, and all,<br>
<div class="im"><br>
&gt; 2. During PRED lookup we could require that the number and names of<br>
&gt; arguments in candidate LEs matches exactly with those in the input MRS EPs.<br>
<br>
</div>i believe this strategy would be incompatible with optional<br>
semantic arguments.  for example, the ERG treats quite<br>
a few verbs as optionally transitive, e.g.<br>
<br>
  (1) He exaggerated.<br>
  (2) He exaggerated the problem.<br>
<br>
both use the same predicate _exaggerate_v_1.  i would<br>
think one should be able to generate (1) from either of<br>
the following inputs<br>
<br>
  _exaggerate_v_1[ARG0 e, ARG1 x]<br>
  _exaggerate_v_1[ARG0 e, ARG1 x, ARG2 u]<br>
<div class="im"><br>
&gt; 3. We could generate and assign skolems for argument positions not<br>
</div>&gt; constrained by the input MRS (e.g. ARG2 on &quot;look&quot;).<br>
<br>
this strategy would mean that argument positions cannot<br>
be underspecified in generator inputs.  i think one might<br>
well want to be able to generate from something like:<br>
<br>
  _dog_n_1[ARG0 x1]<br>
  _cat_n_1[ARG0 x2]<br>
  _chase_v_1[ARG0 e]<br>
<div class="im"><br>
&gt; Anyway, thanks to anyone who has made it through this incredibly long-winded<br>
&gt; email. If you have ideas about what the correct way to fix this bug,<br>
&gt; suggestions would be greatly appreciated.<br>
<br>
</div>i believe there is no running away from a post-generation<br>
semantic compatibility test, e.g. MRS subsumption, so as<br>
to deal with various types of underspecification in inputs<br>
to the generator.<br>
<br>
best wishes, oe<br>
<br>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
+++ Universitetet i Oslo (IFI); Boks 1080 Blindern; 0316 Oslo; <a href="tel:%28%2B47%29%202284%200125" value="+4722840125">(+47) 2284 0125</a><br>
+++    --- <a href="mailto:oe@ifi.uio.no">oe@ifi.uio.no</a>; <a href="mailto:stephan@oepen.net">stephan@oepen.net</a>; <a href="http://www.emmtee.net/oe/" target="_blank">http://www.emmtee.net/oe/</a> ---<br>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
</blockquote></div><br></div>