<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','TIA:Effective, Affordable, Reusable Speech-to-Text (EARS)');

$smarty->assign('head','Effective, Affordable, Reusable Speech-to-Text (EARS)');
$smarty->assign('subhead','Program Manager: Mr. Charles Wayne');

$content = '


<h3>Program Objective:</h3>

<p> The Effective Affordable Reusable Speech-To-Text (EARS) program is
developing speech-to-text (automatic transcription) technology whose
output is substantially richer and much more accurate than currently
possible. This will make it possible for machines to do a much better
job of detecting, extracting, summarizing, and translating important
information. It will also enable humans to understand what was said by
reading transcripts instead of listening to audio signals.  </p>

<p>
<img src="images/ears_ppt.gif" alt="" width="500" height="233" border="0">
</p>

<h3>Program Strategy:</h3>

<p> EARS is focusing on natural, unconstrained human-human speech from
broadcasts and telephone conversations in multiple languages. The
intent is to create core enabling technology suitable for a wide range
of advanced applications.  </p>

<p> EARS encompasses wide-ranging, multidisciplinary research;
quantitative evaluations of algorithm accuracy and utility; and
efficient technology demonstration prototypes. Outside groups are
invited to participate in the annual Rich Transcription evaluations
run by NIST.  </p>

<h3>Planned Accomplishments:</h3>

  <ul>
  
     <li>FY02:  Launch strong research program</li>

     <li>FY03:  Conduct first evaluations of new Rich Transcription
     algorithms.</li>
     
     </ul>
<h3>Related Links:</h3>
<ul>
  <li><a href="http://www.darpa.mil/iao/EARS.htm">DARPA EARS Site</a></li>
  <li>Charles Wayne, "Human Language Technology TIDES, EARS, Babylon" at DARPATech 2002
    <ul>
      <li><a href="http://www.darpa.mil/DARPATech2002/presentations/iao_pdf/slides/WayneIAO.pdf">slides</a> (PDF 1.6mb)</li>
      <li><a href="http://www.darpa.mil/DARPATech2002/presentations/iao_pdf/speeches/WAYNE.pdf">script</a> (PDF 76kb)</li>
    </ul>
  </li>
  <li><strong>EFF Mirror:</strong> Charles Wayne, "Human Language Technology TIDES, EARS, Babylon" at DARPATech 2002
    <ul>
      <li><a href="darpatech2002/slides/WayneIAO.pdf">slides</a> (PDF 1.6mb)</li>
      <li><a href="darpatech2002/speeches/WAYNE.pdf">script</a> (PDF 76kb)</li>
    </ul>
  </li>
</ul>
';

global $REQUEST_URI;

$smarty->assign('content',$content);
$smarty->display('generic.tpl',$REQUEST_URI);


?>
