<?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 project "http://ebiquity.umbc.edu/ontology/project.owl#">
  <!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
  <!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.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:project = "&project;"
  xmlns:person = "&person;"
  xmlns:pub = "&pub;"
  xmlns:assert = "&assert;">
  <pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/461/Ensembles-in-Adversarial-Classification-for-Spam">
    <rdfs:label><![CDATA[Ensembles in Adversarial Classification for Spam]]></rdfs:label>
    <pub:title><![CDATA[Ensembles in Adversarial Classification for Spam]]></pub:title>
    <pub:publishedOn rdf:datatype="&xsd;dateTime">2009-11-02T00:00:00-05:00</pub:publishedOn>
    <pub:abstract><![CDATA[The standard method for combating spam, either in email or on the web, is to train a classifier on manually labeled instances. As the spammers change their tactics, the performance of such classifiers tends to decrease over time. Gathering and labeling more data to periodically retrain the classifier is expensive. We present a method based on an ensemble of classifiers that can detect when its performance might be degrading and retrain itself, all without manual intervention.  Experiments with a real-world dataset from the blog domain show that our methods can significantly reduce the number of times classifiers are retrained when compared to a fixed retraining schedule, and they maintain classification accuracy even in the absence of manually labeled examples.]]></pub:abstract>
    <pub:counter>1363</pub:counter>
    <pub:googleKey>bROu33k2M3cJ</pub:googleKey>
    <pub:googleCitations>1</pub:googleCitations>
    <pub:tag><![CDATA[spam]]></pub:tag>
    <pub:tag><![CDATA[learning]]></pub:tag>
    <pub:tag><![CDATA[social]]></pub:tag>
    <pub:tag><![CDATA[blog]]></pub:tag>
    <pub:tag><![CDATA[blog]]></pub:tag>
    <pub:tag><![CDATA[natural language processing]]></pub:tag>
    <pub:tag><![CDATA[language]]></pub:tag>
    <pub:booktitle><![CDATA[ Proceedings of the 18th ACM Conference on Information and Knowledge Management]]></pub:booktitle>
    <pub:publisher><![CDATA[ACM Press]]></pub:publisher>
    <pub:author>
       <rdf:List>
         <rdf:first><person:MSAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Deepak/Chinavle/"><person:name><![CDATA[Deepak  Chinavle]]></person:name><rdfs:label><![CDATA[Deepak  Chinavle]]></rdfs:label></person:MSAlumnus></rdf:first>
         <rdf:rest>
           <rdf:List>
             <rdf:first><person:Alumnus rdf:about="http://ebiquity.umbc.edu/person/html/Pranam/Kolari/"><person:name><![CDATA[Pranam  Kolari]]></person:name><rdfs:label><![CDATA[Pranam  Kolari]]></rdfs:label></person:Alumnus></rdf:first>
             <rdf:rest>
               <rdf:List>
                 <rdf:first><person:Collaborator rdf:about="http://ebiquity.umbc.edu/person/html/Tim/Oates/"><person:name><![CDATA[Tim  Oates]]></person:name><rdfs:label><![CDATA[Tim  Oates]]></rdfs:label></person:Collaborator></rdf:first>
                 <rdf:rest>
                   <rdf:List>
                     <rdf:first><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></rdf:first>
                     <rdf:rest rdf:resource="&rdf;nil" />
                   </rdf:List>
                 </rdf:rest>
               </rdf:List>
             </rdf:rest>
           </rdf:List>
         </rdf:rest>
       </rdf:List>
    </pub:author>
    <pub:firstAuthor><person:MSAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Deepak/Chinavle/"><person:name><![CDATA[Deepak  Chinavle]]></person:name><rdfs:label><![CDATA[Deepak  Chinavle]]></rdfs:label></person:MSAlumnus></pub:firstAuthor>
    <pub:softCopy><pub:SoftCopy>
      <pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
      <pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/460.pdf]]></pub:softCopyURI>
      <pub:softCopySize>175814</pub:softCopySize>
    </pub:SoftCopy></pub:softCopy>
    <pub:softCopy><pub:SoftCopy>
      <pub:softCopyFormat><![CDATA[Microsoft PowerPoint]]></pub:softCopyFormat>
      <pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/471.ppt]]></pub:softCopyURI>
      <pub:softCopySize>1526784</pub:softCopySize>
    </pub:SoftCopy></pub:softCopy>
  </pub:InProceedings>

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

</rdf:RDF>

