<div dir="ltr">Thanks, Mike. Regarding LTOP and TOP, I can't think of a scenario where both would need to be specified. As for ICONS, that also looks good, though the "target relation clause" terminology is rather information-structure specific. If that terminology is needed anywhere, we should probably generalize to that it applies equally to e.g. coreference constraints.<div>
<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 20, 2014 at 4:12 AM, Michael Wayne Goodman <span dir="ltr"><<a href="mailto:goodmami@u.washington.edu" target="_blank">goodmami@u.washington.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I forgot to mention the addition of ICONS. It's already been<br>
implemented (in ACE, at least), but it would be useful to define it as<br>
part of the new format. It looks much like an HCONS list:<br>
<br>
ICONS: < ... ><br>
<br>
And the items on the list take the form:<br>
<br>
target relation clause<br>
<br>
... where target and clause are individual variables (i, e, or x), and<br>
don't necessarily need to be linked to EPs in the MRS (i.e. it can be<br>
an unbound "i" variable for a dropped argument). The set of relations<br>
is not fixed, as with HCONS, but defined by the grammar.<br>
<br>
For example, in Japanese you may have a question 犬が何をした? "What did the<br>
dog do?", with a response 吠えた "Barked." with a dropped subject. The<br>
MRS representing the response with the dropped subject as the topic<br>
and the verb as the focus might be:<br>
<br>
[ TOP: h0<br>
INDEX: e2 [ e TENSE: past MOOD: indicative PROG: - PERF: - ASPECT:<br>
default_aspect PASS: - SF: prop ]<br>
RELS: < [ "_hoeru_v_1_rel"<0:2> LBL: h1 ARG0: e2 ARG1: i3 ] ><br>
HCONS: < h0 qeq h1 ><br>
ICONS: < i3 topic e2 e2 focus e2 > ]<br>
<div class="HOEnZb"><div class="h5"><br>
On Mon, Aug 18, 2014 at 1:42 PM, Michael Wayne Goodman<br>
<<a href="mailto:goodmami@u.washington.edu">goodmami@u.washington.edu</a>> wrote:<br>
> Hello all,<br>
><br>
> It was noted in Tomar that the Simple MRS format lacked some<br>
> attributes that are present in the XML format, and that these<br>
> attributes can be useful for users of MRS. The attributes are:<br>
><br>
> * A Lnk value (e.g. <cfrom:cto>) for the whole MRS<br>
> * "surface" on the top level of the MRS<br>
> * "surface" on the EPs<br>
><br>
> Stephan, Ann, Glenn, Woodley, and myself---developers of software that<br>
> produce Simple MRS (forgive me if I've left someone out)---have<br>
> discussed how to add these to the format, and we have come up with a<br>
> way to represent them matching the aesthetics of the original format<br>
> and, more importantly, maintaining backwards compatibility (by making<br>
> the additions optional and by not outputting them if the data is not<br>
> specified).<br>
><br>
> We also agreed to make a (long overdue) change so that "LTOP" becomes<br>
> "TOP", since in full utterances the thing currently called LTOP is in<br>
> fact TOP (i.e. a global top, rather than local; this is further<br>
> discussed at the bottom of this email).<br>
><br>
> Finally, we agreed to assign a version number to this updated format<br>
> (e.g. v1.1, where the currently used format is v1.0), so that<br>
> processors can, in theory, input and output MRSs compliant with either<br>
> format.<br>
><br>
> While the implementation details were discussed off-list, we want to<br>
> bring the discussion to <a href="mailto:developers@delph-in.net">developers@delph-in.net</a> (as we agreed to do in<br>
> Tomar), so that others have a chance to see and comment on the<br>
> proposal.<br>
><br>
> Here is an example MRS in the new format:<br>
><br>
> [ <0:41> "I am sure I shall say nothing of the kind."<br>
> TOP: h0<br>
> INDEX: e2 [ e SF: prop TENSE: pres MOOD: indicative PROG: - PERF: - ]<br>
> RELS: < [ pron_rel<0:1> "I" LBL: h4 ARG0: x3 [ x PERS: 1 NUM: sg<br>
> PRONTYPE: std_pron ] ]<br>
> [ pronoun_q_rel<0:1> LBL: h5 ARG0: x3 RSTR: h6 BODY: h7 ]<br>
> [ "_sure_a_of_rel"<5:9> "sure" LBL: h1 ARG0: e2 ARG1: x3 ARG2: h8 ]<br>
> [ pron_rel<15:16> "I" LBL: h9 ARG0: x10 [ x PERS: 1 NUM: sg<br>
> PRONTYPE: std_pron ] ]<br>
> [ pronoun_q_rel<15:16> LBL: h11 ARG0: x10 RSTR: h12 BODY: h13 ]<br>
> [ "_say_v_1_rel"<23:26> "say" LBL: h14 ARG0: e15 [ e SF:<br>
> prop TENSE: fut MOOD: indicative PROG: - PERF: - ] ARG1: x10 ARG2: x16<br>
> [ x PERS: 3 NUM: sg ] ]<br>
> [ thing_rel<27:34> "nothing" LBL: h17 ARG0: x16 ]<br>
> [ _no_q_rel<27:34> "nothing" LBL: h18 ARG0: x16 RSTR: h19 BODY: h20 ]<br>
> [ _of_p_rel<35:37> "of" LBL: h17 ARG0: e21 [ e SF: prop ]<br>
> ARG1: x16 ARG2: x22 [ x PERS: 3 NUM: sg IND: + ] ]<br>
> [ _the_q_rel<38:41> "the" LBL: h23 ARG0: x22 RSTR: h24 BODY: h25 ]<br>
> [ "_kind_n_of-n_rel"<42:47> "kind" LBL: h26 ARG0: x22 ARG1: i27 ] ><br>
> HCONS: < h0 qeq h1 h6 qeq h4 h8 qeq h14 h12 qeq h9 h19 qeq h17 h24 qeq h26 > ]<br>
><br>
> (I made up the surface values for illustration, so in practice they<br>
> may differ, but the formatting will remain the same.)<br>
><br>
> We also want to hear how your grammars deal with the TOP variable. In<br>
> general, I think, the (actual) LTOP is equated with the top handle of<br>
> a local structure, but when a full utterance is produced, the TOP (or<br>
> GTOP, in Matrix-derived grammars) is QEQ'd to the handle (i.e. GTOP<br>
> qeq LTOP), but this might not be true for all grammars. In particular,<br>
> we'd like to know if it's ever necessary to have both TOP *and* LTOP<br>
> representable in an MRS.<br>
><br>
> Thanks!<br>
><br>
> --<br>
> -Michael Wayne Goodman<br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
-Michael Wayne Goodman<br>
<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Emily M. Bender<br>Associate Professor<br>Department of Linguistics<br>Check out CLMS on facebook! <a href="http://www.facebook.com/uwclma" target="_blank">http://www.facebook.com/uwclma</a><br>
</div>