<?xml version="1.0"?>

<!DOCTYPE owl [
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
  <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
  <!ENTITY owl "http://www.w3.org/2002/07/owl#">
  <!ENTITY cc "http://web.resource.org/cc/#">
  <!ENTITY event "http://ebiquity.umbc.edu/ontology/event.owl#">
  <!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
  <!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">]>

<!--
  This ontology document is licensed under the Creative Commons
  Attribution License. To view a copy of this license, visit
  http://creativecommons.org/licenses/by/2.0/ or send a letter to
  Creative Commons, 559 Nathan Abbott Way, Stanford, California
  94305, USA.
-->

<rdf:RDF 
  xmlns:rdf = "&rdf;"
  xmlns:rdfs = "&rdfs;"
  xmlns:xsd = "&xsd;"
  xmlns:owl = "&owl;"
  xmlns:cc = "&cc;"
  xmlns:event = "&event;"
  xmlns:person = "&person;"
  xmlns:assert = "&assert;">
  <event:Event rdf:about="http://ebiquity.umbc.edu/event/html/id/147/Using-Information-Extraction-to-Automatically-Generate-Probabilistic-Ontologies">
    <rdfs:label><![CDATA[Using Information Extraction to Automatically Generate Probabilistic Ontologies]]></rdfs:label>
    <event:title><![CDATA[Using Information Extraction to Automatically Generate Probabilistic Ontologies]]></event:title>
    <event:speaker><person:PhDStudent rdf:about="http://ebiquity.umbc.edu/person/html/Tom/Briggs/"><person:name><![CDATA[Tom  Briggs]]></person:name><rdfs:label><![CDATA[Tom  Briggs]]></rdfs:label></person:PhDStudent></event:speaker>
    <event:startDate rdf:datatype="&xsd;dateTime">2006-04-25T12:00:00-05:00</event:startDate>
    <event:endDate rdf:datatype="&xsd;dateTime">2006-04-25T14:00:00-05:00</event:endDate>
    <event:location><![CDATA[325b]]></event:location>
    <event:abstract><![CDATA[The Semantic Web is a rapidly developing research area that promises
to deliver Tim Berners-Lee's vision of a world where agents can
communicate, reason, and act to complete complex tasks for their
users.  Ontology languages have evolved as the de facto presentation
language for the Semantic Web.  Today there are over one million
Semantic Web Documents indexed in the Swoogle database collection.
This seemingly impressive number is dwarfed by the more than nine
billion pages in the Google database.  Many complain that the only
result of the information revolution is that we are swimming in
information, but unable to effectively use it.
<p>
Publishing data for the Semantic Web is a time consuming process
requiring individuals who posses both domain specific knowledge and
expertise with Description Logic languages.  This is becoming the
single greatest challenge to future development of the Semantic Web.
There is a strong need for an autonomous agent that is capable of
interpreting the vast amount of loosely organized data currently
available on the web and in databases into a formal ontological
representation. Recently, there have been several key innovations in
the fields of Text Mining, Information Extraction, and Concept
Learning which led to increased accuracy of these methods.
<p>
Previous approaches towards ontology generation using information
extraction techniques rely on crisp ontology languages. However,
uncertainty, generally the result of noise in the inputs, pervades
the process from beginning to end, and is a challenge to crisp DL's.
BayesOWL is a probabilistic ontology language which allows assertion
of concepts and role relations with a degree of belief in the
assertion.

We propose that a framework can be developed that will automatically
create taxonomic ontologies from an existing corpus of relevant
documents using techniques from Information Extraction and Text
Mining to extract concepts from these documents. Relevant concepts
can be placed in a hierarchy using a semantic dictionary (such as
WordNet), and a final BayesOWL ontology can be marked up using
probabilities derived from frequency counts observed in the corpus. ]]></event:abstract>
    <event:tag><![CDATA[ontology]]></event:tag>
    <event:tag><![CDATA[phd proposal]]></event:tag>
    <event:tag><![CDATA[learning]]></event:tag>
    <event:host><person:PrincipalFaculty rdf:about="http://ebiquity.umbc.edu/person/html/Yun/Peng/"><person:name><![CDATA[Yun  Peng]]></person:name><rdfs:label><![CDATA[Yun  Peng]]></rdfs:label></person:PrincipalFaculty></event:host>
  </event:Event>

  <rdf:Description rdf:about="">
    <cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
  </rdf:Description>

</rdf:RDF>
