<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','TIA:Translingual Information Detection, Extraction and Summarization (TIDES)');

$smarty->assign('head','Translingual Information Detection, Extraction and Summarization (TIDES)');
$smarty->assign('subhead','Program Manager: Mr. Charles Wayne');

$content = '

<h3>Program Objective:</h3>

<p> The Translingual Information Detection, Extraction and
Summarization (TIDES) program is developing advanced language
processing technology to enable English speakers to find and interpret
critical information in multiple languages without requiring knowledge
of those languages.  </p>

<p>
<img src="images/TIDES_ppt2.gif" alt="Graphic depicting before and
after scenarios of creating and utilizing software that will enable
english speaking exploiters to understand numerous languages without
actually learning the language" width="454" height="317" border="0">
</p>

<h3>Program Strategy:</h3>

<p> Conduct research to develop effective algorithms for detection,
extraction, summarization, and translation -- where the source data
may be large volumes of naturally occurring speech or text in multiple
languages.  </p>

<p> Measure accuracy in rigorous, objective evaluations. Outside
groups are invited to participate in the annual Information Retrieval,
Topic Detection and Tracking, Automatic Content Extraction, and
Machine Translation evaluations run by NIST.  </p>

<p> Integrate core capabilities to form effective text and audio
processing (TAP) systems. Experiment with those systems on real data
with real users, then refine and iterate.  </p>

<h3>Planned Accomplishments:</h3>

     <ul>
     
    <li>FY 02:   Improve core detection, extraction, and
summarization algorithms. Experiment with effective ways to integrate
those core capabilities in text and audio processing (TAP)
systems.</li>

    <li>FY 03:   Demonstrate initial machine translation capabilities
employing novel approaches. Transition effective TIDES technology into
the Information Awareness Office\'s Total Information Awareness (TIA)
program.</li>
     
     </ul>
     
<h3>Related Links:</h3>
<ul>
  <li><a href="http://www.darpa.mil/iao/TIDES.htm">DARPA TIDES 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);


?>
