<?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/349/Learning-by-Reading-Automatic-Knowledge-Extraction-Through-Semantic-Analysis">
		<rdfs:label><![CDATA[Learning by Reading: Automatic Knowledge Extraction Through Semantic Analysis]]></rdfs:label>
		<event:title><![CDATA[Learning by Reading: Automatic Knowledge Extraction Through Semantic Analysis]]></event:title>
		<event:speaker>
<person:Collaborator rdf:about="http://ebiquity.umbc.edu/person/html/Jesse/English"><person:name><![CDATA[Jesse English]]></person:name><rdfs:label><![CDATA[Jesse English]]></rdfs:label></person:Collaborator>
		</event:speaker>
		<event:startDate rdf:datatype="&xsd;dateTime">2010-07-02T10:00:00-05:00</event:startDate>
		<event:endDate rdf:datatype="&xsd;dateTime">2010-07-02T12:00:00-05:00</event:endDate>
		<event:location><![CDATA[ITE 351, UMBC]]></event:location>
		<event:abstract><![CDATA[<center><b>Ph.D. Dissertation Defense</b></center>

<p>To support rich semantic analysis of text, traditional natural language processing tools require access to a cache of static knowledge with both broad coverage and deep meaning.  Acquiring this knowledge by hand is so expensive and error-prone, it has been dubbed the "knowledge acquisition bottleneck".  In this work, we present a method for reducing the impact of this bottleneck by automating the knowledge acquisition task using the novel approach of bootstrapping a machine learner with a fully-realized semantic analysis engine, creating a life-long learner.</p>
<p>We present an overview of our learner: a system that automatically produces lexical and ontological knowledge resources by building a corpus of raw texts from the web, semantically analyzing them to the best ability of the existing engine, and extracting the word meanings.  We expand on this overview by presenting a series of experiments in chronological order, each evolving on the previous one as we explore the possibilities presented by our methodology.</p>
<p>Finally, we explore a series of improvements to our system: we discuss a variety of changes to individual components, as well as complete methodological shifts.  These discussions will set the stage for the next round of interesting experiments in pursuit of a fully automatic language learner.</p>

Committee:
<ul>
<li>Marjorie McShane</li>
<li>Sergei Nirenburg (chair)</li>
<li>Tim Oates</li>
<li>Yelena Yesha</li>
<li>Nicholas Cassimatis, RPI</li>
</ul>
]]></event:abstract>
		<event:tag><![CDATA[information extraction]]></event:tag>
		<event:tag><![CDATA[natural language processing]]></event:tag>
		<event:host>
<person:Collaborator rdf:about="http://ebiquity.umbc.edu/person/html/Sergei/Nirenburg"><person:name><![CDATA[Sergei Nirenburg]]></person:name><rdfs:label><![CDATA[Sergei Nirenburg]]></rdfs:label></person:Collaborator>
		</event:host>
	</event:Event>

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

</rdf:RDF>
