<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','TIA:Evidence Extraction and Link Discovery (EELD)');

$smarty->assign('head','Evidence Extraction and Link Discovery (EELD)');
$smarty->assign('subhead','Program Manager: Mr. Ted Senator');

$content = '

<h3>Program Objective:</h3>

<p> The goal of the Evidence Extraction and Link Discovery (EELD)
program is development of technologies and tools for automated
discovery, extraction and linking of sparse evidence contained in
large amounts of classified and unclassified data sources.  EELD is
developing detection capabilities to extract relevant data and
relationships about people, organizations, and activities from message
traffic and open source data.  It will link items relating potential
terrorist groups or scenarios, and learn patterns of different groups
or scenarios to identify new organizations or emerging threats.  </p>

<p>
<img src="images/EELD_ppt2.gif" alt="EELD will extract evidence from
unstructured text data and discover relationships and learn patterns
of activity" width="522" height="389" border="0">
</p>

<h3>Program Strategy:</h3>

<p> EELD\'s initial activities demonstrated the feasibility of
extracting relationships from text, and validated the detectability of
patterns representing terrorist groups and scenarios.  EELD has also
developed two promising techniques for learning patterns of activity,
developed functional system concepts to guide technology developments,
selected techniques to develop for evidence extraction, link discovery
and pattern learning, identified scenarios to validate the
detectability of patterns in unclassified and classified data, and
initiated the collection and characterization of documents for
technology evaluations.  </p>

<h3>Planned Accomplishments:</h3>

  <ul>

    <li>FY 02:  EELD will develop and demonstrate technology to
    extract relationships, and detect and learn single-link type
    patterns.</li>

     <li>FY 03:  EELD will: 
      <ol>
      
    <li> extend its capabilities to the extraction of data from
    multiple sources (e.g., text messages and web pages), with an
    ability to adapt rapidly to new threat domains;</li>
      
    <li>develop the ability to detect instances of patterns
    comprising multiple link types (e.g., financial transactions,
    communications, travel, etc.); and,</li>
      
    <li>will develop the ability to learn patterns comprised of
    multiple types of entities (e.g., persons, organizations, etc.)
    and multiple link types.</li>

     </ol>
     </li>
  </ul>

<h3>Related Links:</h3>
<ul>
  <li><a href="http://www.darpa.mil/iao/EELD.htm">DARPA EELD Site</a></li>
  <li>Ted Senator, "Evidence Extraction and Link Discovery Program" at DARPATech 2002
    <ul>
      <li><a href="http://www.darpa.mil/DARPATech2002/presentations/iao_pdf/slides/SenatorIAO.pdf">slides</a> (PDF 305kb)</li>
      <li><a href="http://www.darpa.mil/DARPATech2002/presentations/iao_pdf/speeches/SENATOR.pdf">script</a> (PDF 74kb)</li>
    </ul>
  </li>
  <li><strong>EFF Mirror:</strong> Ted Senator, "Evidence Extraction and Link Discovery Program" at DARPATech 2002
    <ul>
      <li><a href="darpatech2002/slides/SenatorIAO.pdf">slides</a> (PDF 305kb)</li>
      <li><a href="darpatech2002/speeches/SENATOR.pdf">script</a> (PDF 74kb)</li>
    </ul>
  </li>
</ul>

';

global $REQUEST_URI;

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


?>
