<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','TIA:Babylon');

$smarty->assign('head','Babylon');
$smarty->assign('subhead','Program Manager:  LTC James Bass, PhD');

$content = '
<h3>Program Objective:</h3>

<p> The goal of the Babylon program is to develop rapid, two-way,
natural language speech translation interfaces and platforms for the
warfighter for use in field environments for force protection, refugee
processing, and medical triage. Babylon will focus on overcoming the
many technical and engineering challenges limiting current
multilingual translation technology to enable future full-domain,
unconstrained dialog translation in multiple environments.  </p>

<p>
<img src="images/babylon_ppt3.gif" alt="Two way communication between
english speaking male and Farsi speaking woman showing automated
translation capabilities" width="500" height="288" border="0">
</p>
<h3>Program Strategy:</h3>

<p> The Babylon seedling project, &ldquo;RMS,&rdquo; or Rapid
Multilingual Support, was deployed to Afghanistan in the spring of
2002.  The Babylon program will focus on low-population,
high-terrorist-risk languages that will not be supported by any
commercial enterprise.  Mandarin and Arabic were selected based on
immediate and intermediate needs.  </p>

<h3>Planned Accomplishments:</h3>

     <ul>

    <li>FY 02:  In direct support of field operations, Babylon will
    build and rapidly deploy one-way speech translation systems for
    four target languages:  Pashto, Dari, Arabic, and Mandarin.
    Systems will be delivered in the form of militarized palm-sized
    PDA devices (12 hour battery endurance) that conform to the
    military uniform ensemble.</li>

     <li>FY 02:  Each of four Babylon two-way translation teams will
     develop ten domain (task)-constrained, natural language
     translation prototypes hosted on multiple platforms. Each system
     will undergo an evaluation process and the successful teams will
     advance and continue to refine their system through technology
     patches and insertions.</li>

    <li>Follow-on years will expand the domains, or tasks, supported
    by the Babylon prototypes, and improve their robustness and
    responsiveness to field requirements.</li>

<h3>Related Links:</h3>
<ul>
  <li><a href="http://www.darpa.mil/iao/Babylon.htm">DARPA Babylon 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);


?>
