<?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/323/A-Hybrid-Approach-to-Unsupervised-Relation-Discovery-via-Linguistic-Analysis-Entropy-based-Label-Ranking-and-Semantic-Typing">
		<rdfs:label><![CDATA[A Hybrid Approach to Unsupervised Relation Discovery via Linguistic Analysis, Entropy-based Label Ranking and Semantic Typing]]></rdfs:label>
		<event:title><![CDATA[A Hybrid Approach to Unsupervised Relation Discovery via Linguistic Analysis, Entropy-based Label Ranking and Semantic Typing]]></event:title>
		<event:speaker>
<person:PhDAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Zareen/Syed"><person:name><![CDATA[Zareen Syed]]></person:name><rdfs:label><![CDATA[Zareen Syed]]></rdfs:label></person:PhDAlumnus>
		</event:speaker>
		<event:startDate rdf:datatype="&xsd;dateTime">2009-10-27T10:15:00-05:00</event:startDate>
		<event:endDate rdf:datatype="&xsd;dateTime">2009-10-27T11:30:00-05:00</event:endDate>
		<event:location><![CDATA[ITE 325 B]]></event:location>
		<event:abstract><![CDATA[Zareen Syed will talk about "A Hybrid Approach to Unsupervised Relation Discovery via Linguistic Analysis, Entropy-based Label Ranking and Semantic Typing" 
<br><br>
ABSTRACT:<br>
There are today two main approaches in Information Extraction systems to extract entities and relations between them from text: a knowledge engineering approach which requires grammars to be hand crafted to express the rules for the system, a quite laborious process; an automatic training approach which requires the hand annotation of
training data by a domain expert, and where sufficient volume of training data is required in order to get reasonable accuracy. In boththese approaches, the set of relations need to be identified beforehand and each time a new relation is required, the whole process has to be repeated again. Research effort has been done in the
direction of "unrestricted relation discovery" [2] to automatically identify the different relations present in text without specifying a specific relation or set of relations in advance. Recently, linguistic analysis has been described as an effective technique for relation extraction [3].
<br><br>
We propose an approach for unsupervised and unrestricted relation discovery between entities using factz (encoded as triples) produced by Powerset [4] and which have been extracted through a linguistic analysis process. We first evaluate the Powerset factz with ground truth and with text based label ranking approach [1]. Our evaluation
results show that Powerset labels have higher accuracy than text based label ranking. We have developed an unsupervised approach for findingrelation labels that are synonyms from Powerset factz based on relational clustering. In order to select a label to represent a semantic relation between a pair of entities which is expressed
through multiple factz in Powerset, we have developed a hybrid label selection approach based on relation label synonyms and text based label ranking. Initial experiments show that our approach is suitable for finding domain specific synonyms which may not be present in Wordnet synsets.Further improvements on relation labeling can be made leveraging the semantics of a knowledge base.
<br><br>
[1] Jinxiu Chen et. al, 2005. Unsupervised Feature Selection for Relation Extraction. In Proceedings IJCNLP-2005.<br>
[2] Shinyama, Y. and Sekine, S. 2006. Preemptive information
extraction using unrestricted relation discovery. In Proceedings of
the Human Language Technology Conference. ACL, Morristown, NJ.<br>
[3] Yulan Yan et al. 2009. Unsupervised Relation Extraction by Mining
Wikipedia Texts Using Information from the Web. Proceedings of the
47th Annual Meeting of the ACL and the 4th IJCNLP of the AFNLP.<br>
[4]www.powerset.com


]]></event:abstract>
		<event:host>
<person:PrincipalFaculty rdf:about="http://ebiquity.umbc.edu/person/html/Tim/Finin"><person:name><![CDATA[Tim Finin]]></person:name><rdfs:label><![CDATA[Tim Finin]]></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>
