<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://coco-lab.org/Elgg/news/rss/rssstyles.xsl"/?>
<rss version='2.0'   xmlns:dc='http://purl.org/dc/elements/1.1/'>
<channel xml:base='http://coco-lab.org/Elgg//weblog/'>
    <title><![CDATA[das : RSS Feed]]></title>
    <description><![CDATA[RSS Feed showing user for das using the Elgg software]]></description>
    <generator>Elgg</generator>
    <link>http://coco-lab.org/Elgg/activity/user/das/summary/page+page_comment/all/1</link>        
        <item>
            <title><![CDATA[minutes260508]]></title>
            <link>http://coco-lab.org/Elgg/das/page/minutes260508</link>
            <guid isPermaLink="true">http://coco-lab.org/Elgg/das/page/minutes260508</guid>
            <pubDate>05/27/08 20:30</pubDate>
            <description><![CDATA[<div>- InPro, meeting, minutes, 26/05/08</div><div>&nbsp;&nbsp;- present: T, M, D</div><div>&nbsp;&nbsp;- acoustic model: improving. coming along.</div><div>&nbsp;&nbsp;- still to do:</div><div>&nbsp;&nbsp; &nbsp;- from microphone to asr to parser</div><div>&nbsp;&nbsp; &nbsp;- n-best, confidences</div><div>&nbsp;&nbsp;- parser:</div><div>&nbsp;&nbsp; &nbsp;- go parallel approach? Have both parser and pattern matcher that</div><div>&nbsp;&nbsp; &nbsp; &nbsp;simply looks at the string so far and tries to grab from it</div><div>&nbsp;&nbsp; &nbsp; &nbsp;whatever kinds of expressions it knows. Sort of named entity</div><div>&nbsp;&nbsp; &nbsp; &nbsp;recognition..&nbsp;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;.. but how can this be done incrementally?</div><div>&nbsp;&nbsp;- discussed abstr incr model:</div><div>&nbsp;&nbsp; &nbsp;- problem w/ meaning of grounded_in vs same-level-link. Is not an</div><div>&nbsp;&nbsp; &nbsp; &nbsp;S node grounded in its constituents, rather than the string?</div><div>&nbsp;&nbsp; &nbsp; &nbsp;Design decision, ultimately. All we want is that the necessary</div><div>&nbsp;&nbsp; &nbsp; &nbsp;information is transmitted. E.g., if a VP which is a constituent</div><div>&nbsp;&nbsp; &nbsp; &nbsp;of an S is withdrawn (parser removes grounded-in, because it</div><div>&nbsp;&nbsp; &nbsp; &nbsp;doesn&#39;t think anymore that the evidence (the words) justify</div><div>&nbsp;&nbsp; &nbsp; &nbsp;hypothesis of VP), the S must be marked as ungrounded as</div><div>&nbsp;&nbsp; &nbsp; &nbsp;well. This can be given to the processor as a housekeeping task</div><div>&nbsp;&nbsp; &nbsp; &nbsp;(if it ungrounds stg, it must also unground everything it has</div><div>&nbsp;&nbsp; &nbsp; &nbsp;built on it), it can be added to the purge function (if an LB-IU</div><div>&nbsp;&nbsp; &nbsp; &nbsp;has become ungrounded, purge it and everything that links to it</div><div>&nbsp;&nbsp; &nbsp; &nbsp;on same level), or it can be done automatically through</div><div>&nbsp;&nbsp; &nbsp; &nbsp;interleaving of grounded-in and same-level-link (the grounded-in</div><div>&nbsp;&nbsp; &nbsp; &nbsp;of larger constituents can be expressed through reference to the</div><div>&nbsp;&nbsp; &nbsp; &nbsp;grounded-in of its same-level constituents, in which case every</div><div>&nbsp;&nbsp; &nbsp; &nbsp;change in their status automatically percolates up). Last option</div><div>&nbsp;&nbsp; &nbsp; &nbsp;is probably the most elegant.</div><div>&nbsp;&nbsp; &nbsp;- parser as semi-circular module. Constituents it has built are</div><div>&nbsp;&nbsp; &nbsp; &nbsp;put on LB, to be consumed together with LB-IUs coming from</div><div>&nbsp;&nbsp; &nbsp; &nbsp;previous module.</div><div>&nbsp;&nbsp; &nbsp;- question of boundaries of task. Is this also used to model</div><div>&nbsp;&nbsp; &nbsp; &nbsp;dialogue history? The links btw utterances? Could be done, but</div><div>&nbsp;&nbsp; &nbsp; &nbsp;probably practically not useful.. But if done, maybe useful to</div><div>&nbsp;&nbsp; &nbsp; &nbsp;have commit as 3-way distinction. `freeze&#39;, but allow to go back</div><div>&nbsp;&nbsp; &nbsp; &nbsp;later and revise it, e.g. after a misunderstanding. (?).</div><div>&nbsp;&nbsp; &nbsp;- does the model have to say something about how to avoid timing</div><div>&nbsp;&nbsp; &nbsp; &nbsp;issues? Race conditions, starving, etc. Probably not. If time,</div><div>&nbsp;&nbsp; &nbsp; &nbsp;one could think about how problematic conditions could arrive</div><div>&nbsp;&nbsp; &nbsp; &nbsp;(e.g., a purge coming to late, after a hypothesis has been</div><div>&nbsp;&nbsp; &nbsp; &nbsp;extended, thus failing to percolate quickly enough through the</div><div>&nbsp;&nbsp; &nbsp; &nbsp;network. -- Although this probably could be avoided if the</div><div>&nbsp;&nbsp; &nbsp; &nbsp;processor does its functions in sequence each time its triggered</div><div>&nbsp;&nbsp; &nbsp; &nbsp;into action, with purge coming first.)</div><div><br /></div>]]></description>
        </item>        
        <item>
            <title><![CDATA[minutes260508]]></title>
            <link>http://coco-lab.org/Elgg/das/page/minutes260508</link>
            <guid isPermaLink="true">http://coco-lab.org/Elgg/das/page/minutes260508</guid>
            <pubDate>05/27/08 20:30</pubDate>
            <description><![CDATA[<div>- InPro, meeting, minutes, 26/05/08</div><div>&nbsp;&nbsp;- present: T, M, D</div><div>&nbsp;&nbsp;- acoustic model: improving. coming along.</div><div>&nbsp;&nbsp;- still to do:</div><div>&nbsp;&nbsp; &nbsp;- from microphone to asr to parser</div><div>&nbsp;&nbsp; &nbsp;- n-best, confidences</div><div>&nbsp;&nbsp;- parser:</div><div>&nbsp;&nbsp; &nbsp;- go parallel approach? Have both parser and pattern matcher that</div><div>&nbsp;&nbsp; &nbsp; &nbsp;simply looks at the string so far and tries to grab from it</div><div>&nbsp;&nbsp; &nbsp; &nbsp;whatever kinds of expressions it knows. Sort of named entity</div><div>&nbsp;&nbsp; &nbsp; &nbsp;recognition..&nbsp;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;.. but how can this be done incrementally?</div><div>&nbsp;&nbsp;- discussed abstr incr model:</div><div>&nbsp;&nbsp; &nbsp;- problem w/ meaning of grounded_in vs same-level-link. Is not an</div><div>&nbsp;&nbsp; &nbsp; &nbsp;S node grounded in its constituents, rather than the string?</div><div>&nbsp;&nbsp; &nbsp; &nbsp;Design decision, ultimately. All we want is that the necessary</div><div>&nbsp;&nbsp; &nbsp; &nbsp;information is transmitted. E.g., if a VP which is a constituent</div><div>&nbsp;&nbsp; &nbsp; &nbsp;of an S is withdrawn (parser removes grounded-in, because it</div><div>&nbsp;&nbsp; &nbsp; &nbsp;doesn&#39;t think anymore that the evidence (the words) justify</div><div>&nbsp;&nbsp; &nbsp; &nbsp;hypothesis of VP), the S must be marked as ungrounded as</div><div>&nbsp;&nbsp; &nbsp; &nbsp;well. This can be given to the processor as a housekeeping task</div><div>&nbsp;&nbsp; &nbsp; &nbsp;(if it ungrounds stg, it must also unground everything it has</div><div>&nbsp;&nbsp; &nbsp; &nbsp;built on it), it can be added to the purge function (if an LB-IU</div><div>&nbsp;&nbsp; &nbsp; &nbsp;has become ungrounded, purge it and everything that links to it</div><div>&nbsp;&nbsp; &nbsp; &nbsp;on same level), or it can be done automatically through</div><div>&nbsp;&nbsp; &nbsp; &nbsp;interleaving of grounded-in and same-level-link (the grounded-in</div><div>&nbsp;&nbsp; &nbsp; &nbsp;of larger constituents can be expressed through reference to the</div><div>&nbsp;&nbsp; &nbsp; &nbsp;grounded-in of its same-level constituents, in which case every</div><div>&nbsp;&nbsp; &nbsp; &nbsp;change in their status automatically percolates up). Last option</div><div>&nbsp;&nbsp; &nbsp; &nbsp;is probably the most elegant.</div><div>&nbsp;&nbsp; &nbsp;- parser as semi-circular module. Constituents it has built are</div><div>&nbsp;&nbsp; &nbsp; &nbsp;put on LB, to be consumed together with LB-IUs coming from</div><div>&nbsp;&nbsp; &nbsp; &nbsp;previous module.</div><div>&nbsp;&nbsp; &nbsp;- question of boundaries of task. Is this also used to model</div><div>&nbsp;&nbsp; &nbsp; &nbsp;dialogue history? The links btw utterances? Could be done, but</div><div>&nbsp;&nbsp; &nbsp; &nbsp;probably practically not useful.. But if done, maybe useful to</div><div>&nbsp;&nbsp; &nbsp; &nbsp;have commit as 3-way distinction. `freeze&#39;, but allow to go back</div><div>&nbsp;&nbsp; &nbsp; &nbsp;later and revise it, e.g. after a misunderstanding. (?).</div><div>&nbsp;&nbsp; &nbsp;- does the model have to say something about how to avoid timing</div><div>&nbsp;&nbsp; &nbsp; &nbsp;issues? Race conditions, starving, etc. Probably not. If time,</div><div>&nbsp;&nbsp; &nbsp; &nbsp;one could think about how problematic conditions could arrive</div><div>&nbsp;&nbsp; &nbsp; &nbsp;(e.g., a purge coming to late, after a hypothesis has been</div><div>&nbsp;&nbsp; &nbsp; &nbsp;extended, thus failing to percolate quickly enough through the</div><div>&nbsp;&nbsp; &nbsp; &nbsp;network. -- Although this probably could be avoided if the</div><div>&nbsp;&nbsp; &nbsp; &nbsp;processor does its functions in sequence each time its triggered</div><div>&nbsp;&nbsp; &nbsp; &nbsp;into action, with purge coming first.)</div><div><br /></div>]]></description>
        </item>        
        <item>
            <title><![CDATA[Home Page]]></title>
            <link>http://coco-lab.org/Elgg/das/page/Home+Page</link>
            <guid isPermaLink="true">http://coco-lab.org/Elgg/das/page/Home+Page</guid>
            <pubDate>05/27/08 20:27</pubDate>
            <description><![CDATA[<p>Besprechungsprotokolle / meeting minutes</p><p>(newest first)</p><p>26/05/08 <a href="http://coco-lab.org/Elgg/das/page/minutes260508">minutes260508</a>&nbsp;</p><p>19/05/08 <a href="http://coco-lab.org/Elgg/das/page/minutes190508">minutes190508</a>&nbsp;</p><p>05/05/08 <a href="http://coco-lab.org/Elgg/das/page/minutes080508">minutes080508</a>&nbsp;</p><p>14/04/08 <a href="http://coco-lab.org/Elgg/das/page/minutes140408">minutes140408</a></p><p>03/02/08 <a href="http://coco-lab.org/Elgg/das/page/minutes030208b">minutes030208b</a></p><p>04/12/07 <a href="http://coco-lab.org/Elgg/das/page/minutes041207">minutes041207</a></p><p>26/11/07 <a href="http://coco-lab.org/Elgg/timo/page/hours+20071126">@Timo</a></p><p>19/11/07 <a href="http://coco-lab.org/Elgg/das/page/minutes191107">minutes191107</a></p><p>13/11/07 <a href="http://coco-lab.org/Elgg/das/page/minutes131107">minutes131107</a></p><p>05/11/07 <a href="http://coco-lab.org/Elgg/das/page/minutes051107">minutes051107</a></p><p>22/10/07 <a href="http://coco-lab.org/Elgg/das/page/minutes221007">minutes221007</a></p><p>01/10/07 <a href="http://coco-lab.org/Elgg/das/page/minutes2007_10_01">minutes2007_10_01</a></p><p>10/09/07 <a href="http://coco-lab.org/Elgg/das/page/minutes100907">minutes100907</a></p><p>23/08/07 <a href="http://coco-lab.org/Elgg/das/page/minutes230807">minutes230807</a></p><p>03/07/07 <a href="http://coco-lab.org/Elgg/das/page/minutes030707">minutes030707</a></p><p>19/06/07 <a href="http://coco-lab.org/Elgg/das/page/minutes190607">minutes190607</a></p><p>05/06/07 <a href="http://coco-lab.org/Elgg/das/page/minutes050607_zeitwort2">minutes050607_zeitwort2</a></p><p>21/05/07 <a href="http://coco-lab.org/Elgg/das/page/minutes210507">minutes210507</a></p><p>&nbsp;</p><p>Sonstiges</p><p>&nbsp;</p><p><a href="http://coco-lab.org/Elgg/das/page/Conferences2008">Conferences2008</a></p>]]></description>
        </item>        
        <item>
            <title><![CDATA[minutes190508]]></title>
            <link>http://coco-lab.org/Elgg/das/page/minutes190508</link>
            <guid isPermaLink="true">http://coco-lab.org/Elgg/das/page/minutes190508</guid>
            <pubDate>05/20/08 10:01</pubDate>
            <description><![CDATA[<div>&nbsp;&nbsp;- present: M, T, D</div><div>&nbsp;&nbsp;1. akustisches Modell</div><div>&nbsp;&nbsp; &nbsp; - momentan nicht besonders gut. Trainiert mit Daten von vox forge</div><div>&nbsp;&nbsp; &nbsp; &nbsp; (?).</div><div>&nbsp;&nbsp; &nbsp; - to be redone with Pento Naming Corpus data</div><div>&nbsp;&nbsp; &nbsp; - also add Verbmobil data? Kiel Korpus?</div><div>&nbsp;&nbsp; &nbsp; - when that is done, tackle other points:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - LexTree instead of SimpleLM, so that tri-gram LMs can be used</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - n-best lists, or lattices</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - confidence scores</div><div>&nbsp;&nbsp; &nbsp; --&gt; by end of May, we will have model that is good enough to at</div><div>&nbsp;&nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span> least get an idea of what we will be working with.</div><div><span class="Apple-tab-span"  style="white-space: pre">	</span> Germany&#39;s next top (acoustic) model!</div><div>&nbsp;&nbsp;2. literature day(s)</div><div>&nbsp;&nbsp; &nbsp; - topics:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - parsing / semantics for SDS</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - incremental parsing (in general)</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - parsing and prosody</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - incremental systems</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - EOT prediction / recognition</div><div>&nbsp;&nbsp; &nbsp; ----&gt; collect paper suggestion on Wiki. Michaela will organise</div><div>&nbsp;&nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span> &nbsp; the (first) day.</div><div>&nbsp;&nbsp;X. brief interlude: do we need new collaboration management system?</div><div>&nbsp;&nbsp; &nbsp; What do we use at the moment:</div><div>&nbsp;&nbsp; &nbsp; - email .. anouncements, rarely for content, moving of files</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - pro:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span> - archivable / searchable</div><div><span class="Apple-tab-span"  style="white-space: pre">	</span> - attachments</div><div>&nbsp;&nbsp; &nbsp; - IM &nbsp; &nbsp;.. quick questions (T and D; M doesn&#39;t use at all)</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - pro:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span> - fast, instant (d&#39;uh)</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - cons:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span> - not easy to search. breaks unity of transmission (where did</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I read that?)</div><div>&nbsp;&nbsp; &nbsp; - Elgg &nbsp;.. mostly for meeting minutes (and there the wiki part is</div><div>&nbsp;&nbsp; &nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span> &nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span>used only). T uses it for status reports. M doesn&#39;t</div><div>&nbsp;&nbsp;<span class="Apple-tab-span"  style="white-space: pre">		</span>use it at all. Not used for literature notes etc.</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - pro:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span> - archival.. ?</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - cons:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span> - active effort needed to put things there &amp; to check for new</div><div>&nbsp;&nbsp;<span class="Apple-tab-span"  style="white-space: pre">	</span> &nbsp; entries (since integration of RSS in our workflows doesn&#39;t</div><div>&nbsp;&nbsp;<span class="Apple-tab-span"  style="white-space: pre">	</span> &nbsp; seem to work yet)</div><div>&nbsp;&nbsp; &nbsp; What we&#39;d need:</div><div>&nbsp;&nbsp; &nbsp; - ideal would be a system that has more than one interface,</div><div>&nbsp;&nbsp; &nbsp; &nbsp; including email. That is, new content can be contributed by</div><div>&nbsp;&nbsp; &nbsp; &nbsp; email, web, whatever, is spread via email, can be searched in</div><div>&nbsp;&nbsp; &nbsp; &nbsp; one central place.</div><div>&nbsp;&nbsp; &nbsp; &nbsp; Bonus: has interface to svn, e.g. one can link to documents in</div><div>&nbsp;&nbsp; &nbsp; &nbsp; the svn. also has IM client, and archives IMs.&nbsp;</div><div>&nbsp;&nbsp; &nbsp; .. is that trac? probably not. Does that exist? Probably not.</div><div>&nbsp;&nbsp;3. WOz</div><div>&nbsp;&nbsp; &nbsp; - controls mouse and prompts</div><div>&nbsp;&nbsp; &nbsp; - data can be used for acoustic model and language model, also</div><div>&nbsp;&nbsp; &nbsp; &nbsp; for learning about dialogue dynamics that can be expected. Main</div><div>&nbsp;&nbsp; &nbsp; &nbsp; goal is to see how people behave if they assume that the</div><div>&nbsp;&nbsp; &nbsp; &nbsp; capabilities of the instruction follower are limited.</div><div>&nbsp;&nbsp;4. Parser, requirements</div><div>&nbsp;&nbsp; &nbsp; - robustness. Can&#39;t assume that it always will be able to parse</div><div>&nbsp;&nbsp; &nbsp; &nbsp; into sentences. Should be happy with intermediate</div><div>&nbsp;&nbsp; &nbsp; &nbsp; constituents.</div><div>&nbsp;&nbsp; &nbsp; &nbsp; Doesn&#39;t this requirement fall out of incrementality in any</div><div>&nbsp;&nbsp; &nbsp; &nbsp; case? If partial results are passed on, they always will be</div><div>&nbsp;&nbsp; &nbsp; &nbsp; sub-S constiuents.</div><div>&nbsp;&nbsp; &nbsp; &nbsp; Yes, but the problem has a slightly different aspect as</div><div>&nbsp;&nbsp; &nbsp; &nbsp; well. The question is what to do if what the parser can</div><div>&nbsp;&nbsp; &nbsp; &nbsp; possibly recognise (because of ASR problems) are sequences of</div><div>&nbsp;&nbsp; &nbsp; &nbsp; NPs. If there is no syntactic rule that could potentially</div><div>&nbsp;&nbsp; &nbsp; &nbsp; integrate those, if not specially prepared, the parser would</div><div>&nbsp;&nbsp; &nbsp; &nbsp; not even attempt to build the later NPs.</div><div>&nbsp;&nbsp; &nbsp; &nbsp; So what it boils down to again is the question of whether the</div><div>&nbsp;&nbsp; &nbsp; &nbsp; parser needs a notion of being &quot;restarted&quot; or not.</div><div>&nbsp;&nbsp; &nbsp; - incrementality. d&#39;uh.</div><div>&nbsp;&nbsp; &nbsp; - non-commital, capable of making revisions</div><div>&nbsp;&nbsp; &nbsp; &nbsp; related to topic above. What happens if the parser decides to</div><div>&nbsp;&nbsp; &nbsp; &nbsp; give up integrating new material into the current structure?</div><div>&nbsp;&nbsp; &nbsp; - mid-term: probabilistic, integrate prosody (as information on</div><div>&nbsp;&nbsp; &nbsp; &nbsp; words or as pseudo tokens), parse lattices</div><div>&nbsp;&nbsp; &nbsp; Discussed:</div><div>&nbsp;&nbsp; &nbsp; - is top-down parsing a good idea for an incremental parser? can</div><div>&nbsp;&nbsp; &nbsp; &nbsp; this work? Think through, what are the problems that can arise</div><div>&nbsp;&nbsp; &nbsp; &nbsp; in either case?</div><div>&nbsp;&nbsp; &nbsp; &nbsp; --&gt; Michaela? Think up a few example cases (including ambiguous</div><div>&nbsp;&nbsp; &nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span> &nbsp; and garbage-full sentences) and see what either parsing</div><div>&nbsp;&nbsp;<span class="Apple-tab-span"  style="white-space: pre">	</span> &nbsp; strategy will do.</div><div>&nbsp;&nbsp; &nbsp; - how is commital (when parser decides that what it currently is</div><div>&nbsp;&nbsp; &nbsp; &nbsp; consuming is unrelated to structure it has previously built)</div><div>&nbsp;&nbsp; &nbsp; &nbsp; realised technically, how is it triggered?&nbsp;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; Cleaning datastructures. Empty chart, or un-link datastructure?</div><div><br /></div>]]></description>
        </item>        
        <item>
            <title><![CDATA[minutes190508]]></title>
            <link>http://coco-lab.org/Elgg/das/page/minutes190508</link>
            <guid isPermaLink="true">http://coco-lab.org/Elgg/das/page/minutes190508</guid>
            <pubDate>05/20/08 10:01</pubDate>
            <description><![CDATA[<div>&nbsp;&nbsp;- present: M, T, D</div><div>&nbsp;&nbsp;1. akustisches Modell</div><div>&nbsp;&nbsp; &nbsp; - momentan nicht besonders gut. Trainiert mit Daten von vox forge</div><div>&nbsp;&nbsp; &nbsp; &nbsp; (?).</div><div>&nbsp;&nbsp; &nbsp; - to be redone with Pento Naming Corpus data</div><div>&nbsp;&nbsp; &nbsp; - also add Verbmobil data? Kiel Korpus?</div><div>&nbsp;&nbsp; &nbsp; - when that is done, tackle other points:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - LexTree instead of SimpleLM, so that tri-gram LMs can be used</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - n-best lists, or lattices</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - confidence scores</div><div>&nbsp;&nbsp; &nbsp; --&gt; by end of May, we will have model that is good enough to at</div><div>&nbsp;&nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span> least get an idea of what we will be working with.</div><div><span class="Apple-tab-span"  style="white-space: pre">	</span> Germany&#39;s next top (acoustic) model!</div><div>&nbsp;&nbsp;2. literature day(s)</div><div>&nbsp;&nbsp; &nbsp; - topics:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - parsing / semantics for SDS</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - incremental parsing (in general)</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - parsing and prosody</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - incremental systems</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - EOT prediction / recognition</div><div>&nbsp;&nbsp; &nbsp; ----&gt; collect paper suggestion on Wiki. Michaela will organise</div><div>&nbsp;&nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span> &nbsp; the (first) day.</div><div>&nbsp;&nbsp;X. brief interlude: do we need new collaboration management system?</div><div>&nbsp;&nbsp; &nbsp; What do we use at the moment:</div><div>&nbsp;&nbsp; &nbsp; - email .. anouncements, rarely for content, moving of files</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - pro:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span> - archivable / searchable</div><div><span class="Apple-tab-span"  style="white-space: pre">	</span> - attachments</div><div>&nbsp;&nbsp; &nbsp; - IM &nbsp; &nbsp;.. quick questions (T and D; M doesn&#39;t use at all)</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - pro:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span> - fast, instant (d&#39;uh)</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - cons:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span> - not easy to search. breaks unity of transmission (where did</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I read that?)</div><div>&nbsp;&nbsp; &nbsp; - Elgg &nbsp;.. mostly for meeting minutes (and there the wiki part is</div><div>&nbsp;&nbsp; &nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span> &nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span>used only). T uses it for status reports. M doesn&#39;t</div><div>&nbsp;&nbsp;<span class="Apple-tab-span"  style="white-space: pre">		</span>use it at all. Not used for literature notes etc.</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - pro:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span> - archival.. ?</div><div>&nbsp;&nbsp; &nbsp; &nbsp; - cons:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span> - active effort needed to put things there &amp; to check for new</div><div>&nbsp;&nbsp;<span class="Apple-tab-span"  style="white-space: pre">	</span> &nbsp; entries (since integration of RSS in our workflows doesn&#39;t</div><div>&nbsp;&nbsp;<span class="Apple-tab-span"  style="white-space: pre">	</span> &nbsp; seem to work yet)</div><div>&nbsp;&nbsp; &nbsp; What we&#39;d need:</div><div>&nbsp;&nbsp; &nbsp; - ideal would be a system that has more than one interface,</div><div>&nbsp;&nbsp; &nbsp; &nbsp; including email. That is, new content can be contributed by</div><div>&nbsp;&nbsp; &nbsp; &nbsp; email, web, whatever, is spread via email, can be searched in</div><div>&nbsp;&nbsp; &nbsp; &nbsp; one central place.</div><div>&nbsp;&nbsp; &nbsp; &nbsp; Bonus: has interface to svn, e.g. one can link to documents in</div><div>&nbsp;&nbsp; &nbsp; &nbsp; the svn. also has IM client, and archives IMs.&nbsp;</div><div>&nbsp;&nbsp; &nbsp; .. is that trac? probably not. Does that exist? Probably not.</div><div>&nbsp;&nbsp;3. WOz</div><div>&nbsp;&nbsp; &nbsp; - controls mouse and prompts</div><div>&nbsp;&nbsp; &nbsp; - data can be used for acoustic model and language model, also</div><div>&nbsp;&nbsp; &nbsp; &nbsp; for learning about dialogue dynamics that can be expected. Main</div><div>&nbsp;&nbsp; &nbsp; &nbsp; goal is to see how people behave if they assume that the</div><div>&nbsp;&nbsp; &nbsp; &nbsp; capabilities of the instruction follower are limited.</div><div>&nbsp;&nbsp;4. Parser, requirements</div><div>&nbsp;&nbsp; &nbsp; - robustness. Can&#39;t assume that it always will be able to parse</div><div>&nbsp;&nbsp; &nbsp; &nbsp; into sentences. Should be happy with intermediate</div><div>&nbsp;&nbsp; &nbsp; &nbsp; constituents.</div><div>&nbsp;&nbsp; &nbsp; &nbsp; Doesn&#39;t this requirement fall out of incrementality in any</div><div>&nbsp;&nbsp; &nbsp; &nbsp; case? If partial results are passed on, they always will be</div><div>&nbsp;&nbsp; &nbsp; &nbsp; sub-S constiuents.</div><div>&nbsp;&nbsp; &nbsp; &nbsp; Yes, but the problem has a slightly different aspect as</div><div>&nbsp;&nbsp; &nbsp; &nbsp; well. The question is what to do if what the parser can</div><div>&nbsp;&nbsp; &nbsp; &nbsp; possibly recognise (because of ASR problems) are sequences of</div><div>&nbsp;&nbsp; &nbsp; &nbsp; NPs. If there is no syntactic rule that could potentially</div><div>&nbsp;&nbsp; &nbsp; &nbsp; integrate those, if not specially prepared, the parser would</div><div>&nbsp;&nbsp; &nbsp; &nbsp; not even attempt to build the later NPs.</div><div>&nbsp;&nbsp; &nbsp; &nbsp; So what it boils down to again is the question of whether the</div><div>&nbsp;&nbsp; &nbsp; &nbsp; parser needs a notion of being &quot;restarted&quot; or not.</div><div>&nbsp;&nbsp; &nbsp; - incrementality. d&#39;uh.</div><div>&nbsp;&nbsp; &nbsp; - non-commital, capable of making revisions</div><div>&nbsp;&nbsp; &nbsp; &nbsp; related to topic above. What happens if the parser decides to</div><div>&nbsp;&nbsp; &nbsp; &nbsp; give up integrating new material into the current structure?</div><div>&nbsp;&nbsp; &nbsp; - mid-term: probabilistic, integrate prosody (as information on</div><div>&nbsp;&nbsp; &nbsp; &nbsp; words or as pseudo tokens), parse lattices</div><div>&nbsp;&nbsp; &nbsp; Discussed:</div><div>&nbsp;&nbsp; &nbsp; - is top-down parsing a good idea for an incremental parser? can</div><div>&nbsp;&nbsp; &nbsp; &nbsp; this work? Think through, what are the problems that can arise</div><div>&nbsp;&nbsp; &nbsp; &nbsp; in either case?</div><div>&nbsp;&nbsp; &nbsp; &nbsp; --&gt; Michaela? Think up a few example cases (including ambiguous</div><div>&nbsp;&nbsp; &nbsp; &nbsp; <span class="Apple-tab-span"  style="white-space: pre">	</span> &nbsp; and garbage-full sentences) and see what either parsing</div><div>&nbsp;&nbsp;<span class="Apple-tab-span"  style="white-space: pre">	</span> &nbsp; strategy will do.</div><div>&nbsp;&nbsp; &nbsp; - how is commital (when parser decides that what it currently is</div><div>&nbsp;&nbsp; &nbsp; &nbsp; consuming is unrelated to structure it has previously built)</div><div>&nbsp;&nbsp; &nbsp; &nbsp; realised technically, how is it triggered?&nbsp;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; Cleaning datastructures. Empty chart, or un-link datastructure?</div><div><br /></div>]]></description>
        </item>        
        <item>
            <title><![CDATA[Home Page]]></title>
            <link>http://coco-lab.org/Elgg/das/page/Home+Page</link>
            <guid isPermaLink="true">http://coco-lab.org/Elgg/das/page/Home+Page</guid>
            <pubDate>05/20/08 10:00</pubDate>
            <description><![CDATA[<p>Besprechungsprotokolle / meeting minutes</p><p>(newest first)</p><p>19/05/08 <a href="http://coco-lab.org/Elgg/das/page/minutes190508">minutes190508</a>&nbsp;</p><p>05/05/08 <a href="http://coco-lab.org/Elgg/das/page/minutes080508">minutes080508</a>&nbsp;</p><p>14/04/08 <a href="http://coco-lab.org/Elgg/das/page/minutes140408">minutes140408</a></p><p>03/02/08 <a href="http://coco-lab.org/Elgg/das/page/minutes030208b">minutes030208b</a></p><p>04/12/07 <a href="http://coco-lab.org/Elgg/das/page/minutes041207">minutes041207</a></p><p>26/11/07 <a href="http://coco-lab.org/Elgg/timo/page/hours+20071126">@Timo</a></p><p>19/11/07 <a href="http://coco-lab.org/Elgg/das/page/minutes191107">minutes191107</a></p><p>13/11/07 <a href="http://coco-lab.org/Elgg/das/page/minutes131107">minutes131107</a></p><p>05/11/07 <a href="http://coco-lab.org/Elgg/das/page/minutes051107">minutes051107</a></p><p>22/10/07 <a href="http://coco-lab.org/Elgg/das/page/minutes221007">minutes221007</a></p><p>01/10/07 <a href="http://coco-lab.org/Elgg/das/page/minutes2007_10_01">minutes2007_10_01</a></p><p>10/09/07 <a href="http://coco-lab.org/Elgg/das/page/minutes100907">minutes100907</a></p><p>23/08/07 <a href="http://coco-lab.org/Elgg/das/page/minutes230807">minutes230807</a></p><p>03/07/07 <a href="http://coco-lab.org/Elgg/das/page/minutes030707">minutes030707</a></p><p>19/06/07 <a href="http://coco-lab.org/Elgg/das/page/minutes190607">minutes190607</a></p><p>05/06/07 <a href="http://coco-lab.org/Elgg/das/page/minutes050607_zeitwort2">minutes050607_zeitwort2</a></p><p>21/05/07 <a href="http://coco-lab.org/Elgg/das/page/minutes210507">minutes210507</a></p><p>&nbsp;</p><p>Sonstiges</p><p>&nbsp;</p><p><a href="http://coco-lab.org/Elgg/das/page/Conferences2008">Conferences2008</a></p>]]></description>
        </item>        
        <item>
            <title><![CDATA[minutes080508]]></title>
            <link>http://coco-lab.org/Elgg/das/page/minutes080508</link>
            <guid isPermaLink="true">http://coco-lab.org/Elgg/das/page/minutes080508</guid>
            <pubDate>05/08/08 10:22</pubDate>
            <description><![CDATA[<div>&nbsp;&nbsp;- present: M, T, D</div><div>&nbsp;&nbsp;- priority: close processing chain. Finally get something from ASR</div><div>&nbsp;&nbsp; &nbsp;to parser to DM to TTS -- even if it is only a parrot system!</div><div>&nbsp;&nbsp;- Dialogue Manager:</div><div>&nbsp;&nbsp; &nbsp;- can be something like Dipper, i.e. information-state update</div><div>&nbsp;&nbsp; &nbsp; &nbsp;based..&nbsp;</div><div>&nbsp;&nbsp; &nbsp;- or FSA (specified in SCXML or similar?)</div><div>&nbsp;&nbsp; &nbsp;- but rules can be simple anyway, simple FSA-stuff:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;- identification -&gt; confirmation (repeat on negative) -&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;orientation -&gt; confirmation (repeat on negative) -&gt; placement</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;(repeat on negative)</div><div>&nbsp;&nbsp; &nbsp;- S: &quot;Welche Teil?&quot; U: &quot;Das zweite von links&quot; S: &quot;Das hier?&quot;&nbsp;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;U: &quot;Nein, daneben&quot;. [ --&gt; need to be able to deal with</div><div>&nbsp;&nbsp; &nbsp; &nbsp;context-dependent utterances ]</div><div>&nbsp;&nbsp;- do WOz pretty soon? Wizard hears user utterances, can trigger</div><div>&nbsp;&nbsp; &nbsp;simple prompts:</div><div>&nbsp;&nbsp; &nbsp;- &quot;Welches Teil?&quot; &quot;Soll ich es drehen&quot; &quot;Wohin?&quot;;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;&quot;So?&quot; &quot;Hier?&quot;</div><div>&nbsp;&nbsp; &nbsp;- to hide that Wizard is human, let GUI do mouse movements? I.e.,</div><div>&nbsp;&nbsp; &nbsp; &nbsp;wizard selects parameters of action (selecting piece, rotating</div><div>&nbsp;&nbsp; &nbsp; &nbsp;it, dragging it), then selects prompt (&quot;So?&quot;); this is then sent</div><div>&nbsp;&nbsp; &nbsp; &nbsp;to system which executes action (e.g., computes and executes</div><div>&nbsp;&nbsp; &nbsp; &nbsp;mouse path; plays synchronised utterance). This won&#39;t allow us</div><div>&nbsp;&nbsp; &nbsp; &nbsp;to test reaction to smooth turn-taking (since it is</div><div>&nbsp;&nbsp; &nbsp; &nbsp;non-incremental; the wizard will have to fully specify the</div><div>&nbsp;&nbsp; &nbsp; &nbsp;action), but it will allow us to test user reactions &amp; learn</div><div>&nbsp;&nbsp; &nbsp; &nbsp;about the complexity of their speech. Especially the reactions to</div><div>&nbsp;&nbsp; &nbsp; &nbsp;CRs like &quot;so?&quot;. E.g., &quot;nein, eins weiter hoch&quot;.</div><div><div>&nbsp;</div><div><a href="http://coco-lab.org/Elgg/das/page/050508cont">050508cont</a></div><div><br /></div></div>]]></description>
        </item>        
        <item>
            <title><![CDATA[050508cont]]></title>
            <link>http://coco-lab.org/Elgg/das/page/050508cont</link>
            <guid isPermaLink="true">http://coco-lab.org/Elgg/das/page/050508cont</guid>
            <pubDate>05/08/08 10:21</pubDate>
            <description><![CDATA[<div>&nbsp;&nbsp;- semantics of utterances: for prototype, treat all referring</div><div>&nbsp;&nbsp; &nbsp;expressions as *names*, i.e. with their semantics specified in the</div><div>&nbsp;&nbsp; &nbsp;lexicon?&nbsp;</div><div>&nbsp;&nbsp; &nbsp;- for pieces: expressions like &quot;the cross&quot;. A bit of a stretch to</div><div>&nbsp;&nbsp; &nbsp; &nbsp;treat things like &quot;the second on the left side in the</div><div>&nbsp;&nbsp; &nbsp; &nbsp;second row&quot; as names. This can be translated into some sort of</div><div>&nbsp;&nbsp; &nbsp; &nbsp;coordinate, but would still need to be resolved -- that this</div><div>&nbsp;&nbsp; &nbsp; &nbsp;expression refers to piece3 can&#39;t be a fact of the lexicon.</div><div>&nbsp;&nbsp; &nbsp;- for locations: expressions like &quot;the back of the elephant&quot; refer</div><div>&nbsp;&nbsp; &nbsp; &nbsp;to a location, which can initially be represented by a single</div><div>&nbsp;&nbsp; &nbsp; &nbsp;coordinate. Then zooming-in process sets in (see below).</div><div>&nbsp;&nbsp;- how much intelligence does the non-ling-action executor have? What</div><div>&nbsp;&nbsp; &nbsp;does the Dialogue Manager communicate to it?</div><div>&nbsp;&nbsp; &nbsp;Let&#39;s assume the question was &quot;where shall I move it?&quot; (i.e.,</div><div>&nbsp;&nbsp; &nbsp;piece has been identified), and the answer &quot;to the back of the</div><div>&nbsp;&nbsp; &nbsp;elephant&quot; has been correctly understood. This instruction is</div><div>&nbsp;&nbsp; &nbsp;underspecified. How do we get to the right location? What does the</div><div>&nbsp;&nbsp; &nbsp;DM tell the &quot;arm&quot;? And what does the arm answer back?</div><div>&nbsp;&nbsp; &nbsp;- DM: `move (10,20)&#39;</div><div>&nbsp;&nbsp; &nbsp;- Arm: done. closest legal position is (11,20). [i.e., arm knows</div><div>&nbsp;&nbsp; &nbsp; &nbsp;about legal positions, identifies these independently]</div><div>&nbsp;&nbsp; &nbsp;- DM: to TTS `here?&#39;</div><div>&nbsp;&nbsp; &nbsp;- User: `yes&#39;</div><div>&nbsp;&nbsp; &nbsp;- DM to arm `drop&#39;</div><div>&nbsp;&nbsp;- for prototype: movements can be interrupted by user. `action</div><div>&nbsp;&nbsp; &nbsp;barge-in&#39;&nbsp;</div><div>&nbsp;&nbsp;- for prototype: nothing can be removed?</div><div>&nbsp;&nbsp;- TO DOs parser:</div><div>&nbsp;&nbsp; &nbsp;- brain-stormed a bit. (On Tuesday.)</div><div>&nbsp;&nbsp; &nbsp; &nbsp;- keep structure of referring expressions around, even if for</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;now we treat them as names.</div><div>&nbsp;&nbsp; &nbsp; &nbsp;- HPSG-inspired? With HEAD, DTRS, SEM, RESTR features etc.</div><div>&nbsp;&nbsp; &nbsp; &nbsp;- but basis (for semantics) is the frame:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;<span class="Apple-tab-span"  style="white-space: pre">	</span>ACTION: move</div><div><span class="Apple-tab-span"  style="white-space: pre">	</span>AGENS: system (implicit)</div><div><span class="Apple-tab-span"  style="white-space: pre">	</span>PATIENS: piece</div><div><span class="Apple-tab-span"  style="white-space: pre">	</span>START_POS:&nbsp;</div><div><span class="Apple-tab-span"  style="white-space: pre">	</span>TARGET_POS:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;features can be left unspecified, even when utterance is</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;complete.</div><div>&nbsp;&nbsp; &nbsp; &nbsp;- identified issues:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;<span class="Apple-tab-span"  style="white-space: pre">	</span>1. complex descriptions (see above). Keep internal structure</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; of descriptions, for latter (concurrent) processing by</div><div>&nbsp;&nbsp;<span class="Apple-tab-span"  style="white-space: pre">	</span> &nbsp; other modules</div><div><span class="Apple-tab-span"  style="white-space: pre">	</span>2. also need semantics for interaction management utterances</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; like &quot;yes&quot;, &quot;no&quot;, &quot;one up&quot;, &quot;daneben&quot;, etc.</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;3. need info about (potential) completeness. Parser features</div><div>&nbsp;&nbsp;<span class="Apple-tab-span"  style="white-space: pre">	</span> &nbsp; as used in Nigh experiments.</div><div><span class="Apple-tab-span"  style="white-space: pre">	</span>4. fragments / context ellipsis.</div><div><span class="Apple-tab-span"  style="white-space: pre">	</span> &nbsp; &quot;Welches Teil soll ich jetzt nehmen?&quot; &quot;Das Kreuz&quot;</div><div><span class="Apple-tab-span"  style="white-space: pre">	</span> &nbsp; should produce same semantics as &quot;Nimm das Kreuz&quot;? Or is</div><div>&nbsp;&nbsp;<span class="Apple-tab-span"  style="white-space: pre">	</span> &nbsp; this contextual merge done in later module?</div><div>&nbsp;&nbsp;- TO DOs for ASR part:</div><div>&nbsp;&nbsp; &nbsp;- get partial results w/ n-gram model?</div><div>&nbsp;&nbsp; &nbsp;- get confidence scores out</div><div>&nbsp;&nbsp; &nbsp;- learn more about configurations</div><div>&nbsp;&nbsp; &nbsp;- get n-best lists / lattices</div><div>&nbsp;&nbsp; &nbsp;---&gt; Friday, 1st International Sphinx Day</div><div><br /></div>]]></description>
        </item>        
        <item>
            <title><![CDATA[minutes080508]]></title>
            <link>http://coco-lab.org/Elgg/das/page/minutes080508</link>
            <guid isPermaLink="true">http://coco-lab.org/Elgg/das/page/minutes080508</guid>
            <pubDate>05/08/08 10:21</pubDate>
            <description><![CDATA[<div>&nbsp;&nbsp;- present: M, T, D</div><div>&nbsp;&nbsp;- priority: close processing chain. Finally get something from ASR</div><div>&nbsp;&nbsp; &nbsp;to parser to DM to TTS -- even if it is only a parrot system!</div><div>&nbsp;&nbsp;- Dialogue Manager:</div><div>&nbsp;&nbsp; &nbsp;- can be something like Dipper, i.e. information-state update</div><div>&nbsp;&nbsp; &nbsp; &nbsp;based..&nbsp;</div><div>&nbsp;&nbsp; &nbsp;- or FSA (specified in SCXML or similar?)</div><div>&nbsp;&nbsp; &nbsp;- but rules can be simple anyway, simple FSA-stuff:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;- identification -&gt; confirmation (repeat on negative) -&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;orientation -&gt; confirmation (repeat on negative) -&gt; placement</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;(repeat on negative)</div><div>&nbsp;&nbsp; &nbsp;- S: &quot;Welche Teil?&quot; U: &quot;Das zweite von links&quot; S: &quot;Das hier?&quot;&nbsp;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;U: &quot;Nein, daneben&quot;. [ --&gt; need to be able to deal with</div><div>&nbsp;&nbsp; &nbsp; &nbsp;context-dependent utterances ]</div><div>&nbsp;&nbsp;- do WOz pretty soon? Wizard hears user utterances, can trigger</div><div>&nbsp;&nbsp; &nbsp;simple prompts:</div><div>&nbsp;&nbsp; &nbsp;- &quot;Welches Teil?&quot; &quot;Soll ich es drehen&quot; &quot;Wohin?&quot;;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;&quot;So?&quot; &quot;Hier?&quot;</div><div>&nbsp;&nbsp; &nbsp;- to hide that Wizard is human, let GUI do mouse movements? I.e.,</div><div>&nbsp;&nbsp; &nbsp; &nbsp;wizard selects parameters of action (selecting piece, rotating</div><div>&nbsp;&nbsp; &nbsp; &nbsp;it, dragging it), then selects prompt (&quot;So?&quot;); this is then sent</div><div>&nbsp;&nbsp; &nbsp; &nbsp;to system which executes action (e.g., computes and executes</div><div>&nbsp;&nbsp; &nbsp; &nbsp;mouse path; plays synchronised utterance). This won&#39;t allow us</div><div>&nbsp;&nbsp; &nbsp; &nbsp;to test reaction to smooth turn-taking (since it is</div><div>&nbsp;&nbsp; &nbsp; &nbsp;non-incremental; the wizard will have to fully specify the</div><div>&nbsp;&nbsp; &nbsp; &nbsp;action), but it will allow us to test user reactions &amp; learn</div><div>&nbsp;&nbsp; &nbsp; &nbsp;about the complexity of their speech. Especially the reactions to</div><div>&nbsp;&nbsp; &nbsp; &nbsp;CRs like &quot;so?&quot;. E.g., &quot;nein, eins weiter hoch&quot;.</div><div><div>&nbsp;</div><div><a href="http://coco-lab.org/Elgg/das/page/050508cont">050508cont</a></div><div><br /></div></div><div>THE FRIGGING WIKI IS BROKEN. you can find the complete minutes on my weblog.</div>]]></description>
        </item>        
        <item>
            <title><![CDATA[minutes080508]]></title>
            <link>http://coco-lab.org/Elgg/das/page/minutes080508</link>
            <guid isPermaLink="true">http://coco-lab.org/Elgg/das/page/minutes080508</guid>
            <pubDate>05/08/08 10:02</pubDate>
            <description><![CDATA[<div>&nbsp;&nbsp;- present: M, T, D</div><div>&nbsp;&nbsp;- priority: close processing chain. Finally get something from ASR</div><div>&nbsp;&nbsp; &nbsp;to parser to DM to TTS -- even if it is only a parrot system!</div><div>&nbsp;&nbsp;- Dialogue Manager:</div><div>&nbsp;&nbsp; &nbsp;- can be something like Dipper, i.e. information-state update</div><div>&nbsp;&nbsp; &nbsp; &nbsp;based..&nbsp;</div><div>&nbsp;&nbsp; &nbsp;- or FSA (specified in SCXML or similar?)</div><div>&nbsp;&nbsp; &nbsp;- but rules can be simple anyway, simple FSA-stuff:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;- identification -&gt; confirmation (repeat on negative) -&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;orientation -&gt; confirmation (repeat on negative) -&gt; placement</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;(repeat on negative)</div><div>&nbsp;&nbsp; &nbsp;- S: &quot;Welche Teil?&quot; U: &quot;Das zweite von links&quot; S: &quot;Das hier?&quot;&nbsp;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;U: &quot;Nein, daneben&quot;. [ --&gt; need to be able to deal with</div><div>&nbsp;&nbsp; &nbsp; &nbsp;context-dependent utterances ]</div><div>&nbsp;&nbsp;- do WOz pretty soon? Wizard hears user utterances, can trigger</div><div>&nbsp;&nbsp; &nbsp;simple prompts:</div><div>&nbsp;&nbsp; &nbsp;- &quot;Welches Teil?&quot; &quot;Soll ich es drehen&quot; &quot;Wohin?&quot;;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;&quot;So?&quot; &quot;Hier?&quot;</div><div>&nbsp;&nbsp; &nbsp;- to hide that Wizard is human, let GUI do mouse movements? I.e.,</div><div>&nbsp;&nbsp; &nbsp; &nbsp;wizard selects parameters of action (selecting piece, rotating</div><div>&nbsp;&nbsp; &nbsp; &nbsp;it, dragging it), then selects prompt (&quot;So?&quot;); this is then sent</div><div>&nbsp;&nbsp; &nbsp; &nbsp;to system which executes action (e.g., computes and executes</div><div>&nbsp;&nbsp; &nbsp; &nbsp;mouse path; plays synchronised utterance). This won&#39;t allow us</div><div>&nbsp;&nbsp; &nbsp; &nbsp;to test reaction to smooth turn-taking (since it is</div><div>&nbsp;&nbsp; &nbsp; &nbsp;non-incremental; the wizard will have to fully specify the</div><div>&nbsp;&nbsp; &nbsp; &nbsp;action), but it will allow us to test user reactions &amp; learn</div><div>&nbsp;&nbsp; &nbsp; &nbsp;about the complexity of their speech. Especially the reactions to</div><div>&nbsp;&nbsp; &nbsp; &nbsp;CRs like &quot;so?&quot;. E.g., &quot;nein, eins weiter hoch&quot;.</div><div><div><br /></div><div><br /></div></div><div>THE FRIGGING WIKI IS BROKEN. you can find the complete minutes on my weblog.</div>]]></description>
        </item>    </channel></rss>
