<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Searching Sexual Predators in Social Networks</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Yuridiana</forename><surname>Alemán</surname></persName>
							<email>yuridiana.aleman@gmail.com</email>
							<affiliation key="aff0">
								<orgName type="department">Facultad de Ciencias de la Computación Benemérita</orgName>
								<orgName type="institution">Universidad Autónoma de Puebla</orgName>
								<address>
									<country key="MX">México</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Darnes</forename><surname>Vilariño</surname></persName>
							<email>darnes@solarium.cs.buap.mx</email>
							<affiliation key="aff0">
								<orgName type="department">Facultad de Ciencias de la Computación Benemérita</orgName>
								<orgName type="institution">Universidad Autónoma de Puebla</orgName>
								<address>
									<country key="MX">México</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">David</forename><surname>Pinto</surname></persName>
							<email>dpinto@cs.buap.mx</email>
							<affiliation key="aff0">
								<orgName type="department">Facultad de Ciencias de la Computación Benemérita</orgName>
								<orgName type="institution">Universidad Autónoma de Puebla</orgName>
								<address>
									<country key="MX">México</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Searching Sexual Predators in Social Networks</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">34E314B33BB3E4F6DE7F51565B380468</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T03:41+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Search</term>
					<term>Supervised classification</term>
					<term>Sexual predators</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>In this paper we propose a two-step technique for detecting sexual predators from social network dialogues. One step for detecting dialogues in which a sexual predators participates, and the second step is for detecting, from the whole dialogue users, the one that is the sexual predator. From the three different supervised classifier employed, Random Forests obtained the best results in the first step, whereas Neural Networks performed best in the second step.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Sexual predators have found a new manner of select victims through the use of social networks. It is relatively easy for these predators to pretend to be a child or teenager with the aim of obtain the confidence of their victim. Due to this fact, there exist diverse attempts for detecting these kind of behaviors by analyzing conversations in chat rooms.</p><p>Major research works take Pendar <ref type="bibr" target="#b0">[1]</ref> as a reference point for this topic. Here, the authors use a dataset gathered from a website named "Perverted Justice"<ref type="foot" target="#foot_0">1</ref> for conducting a study using automatic text categorization techniques for identifying online sexual predators. More recently, Villatoro <ref type="bibr" target="#b1">[2]</ref> performed conversation filtering by removing the shortest conversations with unintelligible characters or those conversations in which the chat participants have a very low number of interventions. With this pre-processing step, it is possible drastically to reduce the amount of texts contained in the training set.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Methodology</head><p>The methodology proposed for searching/identifying sexual predators is shown in Figure <ref type="figure" target="#fig_0">1</ref>. This proposal is made up of two steps: 1) A classification process that allows to discriminate those conversations in which a sexual predator participate; and, 2) A classification process that allows to discriminate the predator's dialogues with respect to other participants. In both steps, we use the following classification algorithms: neural networks, random forests and decision trees. We built and used three lexical resources (dictionaries) for pre-processing step: emoticons (":-)" is normalized as "happy"), contractions("isn't" is normalized as "is not"), and SMS vocabulary ("10q" is normalized as "thank you"). Afterwards, we extracted the features using POS-tagger <ref type="bibr" target="#b2">[3]</ref>, we used every morphological feature as attribute<ref type="foot" target="#foot_1">2</ref> . For the experiments carried out, we used the union of two different conversation sets: Perverted Justice used in <ref type="bibr" target="#b0">[1]</ref> and the PAN 2012 Training set<ref type="foot" target="#foot_2">3</ref> that contain conversations provided by the PAN 2012 conference committee, which are structured in XML format.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Experimental results</head><p>We have carried out experiments using several classification algorithms implemented in the Weka <ref type="bibr" target="#b3">[4]</ref> tool. We selected the following classification algorithms that obtained the best results: Decision trees <ref type="bibr" target="#b4">[5]</ref>, Random forests <ref type="bibr" target="#b5">[6]</ref>, and Neural networks (BackPropagation algorithm).</p><p>For the evaluation of results, we use the Weka option "Use training set" for step 1 and "Cross-validation" with 10 folds for step 2. Subsequently, we obtain the Precision (P ), Recall (R) and F-Score (F ), and we used the best F -score model for using in the second step.</p><p>Table <ref type="table" target="#tab_0">1</ref> shows the results obtained for every classifier in both steps. TRC is the total of retrieved instances, and TCP is the total of positive instances. Actually, from 2,353 positive conversations of the dataset, the models identified around 2,000 conversations. The best performance was obtained by Random Forest with, 0.983 of precision, 0.882 recall and 0.930 of F -measure, thus, identifying very well those dialogues in which a sexual predator participates.</p><p>Using the conversations detected by the Random Forest classifier, we have re-constructed the dialogues in which one sexual predator participates. Thus, the second corpus contains 480 conversations of sexual predators and 442 conversations of non-sexual predators (922 conversations). In this step, Random </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusions and future work</head><p>We presented a two step system for detecting sexual predators on-line. The conversation representation using PoS tags allowed to identify terminology employed by sexual predators, as shown by the values obtained in the experiments.</p><p>The normalization of texts have had a high impact in the results obtained and, need to be further investigated. Additionally, we are interested on analizing new features that allow us to detect "all" the conversations in which a sexual predators participates.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Methodology for detecting sexual predator conversations</figDesc><graphic coords="2,169.34,115.92,276.51,111.19" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>Rankings obtained for classification conversationsForests retrieved more predators than Neural Netwoks did, but it also retrieved false positives. Considering the F -score measure, then the best result is obtained using Neural Networks (399 of 480 predators retrieved).</figDesc><table><row><cell>Classifier</cell><cell cols="2">TRC PCR Precision Recall F-Score</cell></row><row><cell></cell><cell cols="2">Step 1: Conversations</cell></row><row><cell>Decision Trees</cell><cell>1,146 1,110</cell><cell>0.968 0.471 0.634</cell></row><row><cell cols="2">Neural Networks 905 766</cell><cell>0.846 0.325 0.470</cell></row><row><cell cols="2">Random Forests 2,111 2,076</cell><cell>0.983 0.882 0.930</cell></row><row><cell></cell><cell cols="2">Step 2: Users</cell></row><row><cell>Decision Trees</cell><cell>472 347</cell><cell>0.735 0.723 0.729</cell></row><row><cell>Neural Netwoks</cell><cell>516 399</cell><cell>0.773 0.831 0.801</cell></row><row><cell>Random Forests</cell><cell>538 402</cell><cell>0.747 0.838 0.790</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://perverted-justice.com</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://bit.ly/WHsvBN</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">http://pan.webis.de/</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Toward spotting the pedophile telling victim from predator in text chats</title>
		<author>
			<persName><forename type="first">N</forename><surname>Pendar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the International Conference on Semantic Computing. ICSC &apos;07</title>
				<meeting>the International Conference on Semantic Computing. ICSC &apos;07<address><addrLine>Washington, DC, USA</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE Computer Society</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="235" to="241" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">A two-step approach for effective detection of misbehaving users in chats</title>
		<author>
			<persName><forename type="first">E</forename><surname>Villatoro-Tello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Juárez-González</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">J</forename><surname>Escalante</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">M</forename><surname>Gómez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">V</forename><surname>Pineda</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">CLEF (Online Working Notes/Labs/Workshop)</title>
				<imprint>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Feature-rich part-of-speech tagging with a cyclic dependency network</title>
		<author>
			<persName><forename type="first">K</forename><surname>Toutanova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Klein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">D</forename><surname>Manning</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Singer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2003 Conference of the North American Chapter of the Association for Computational Linguistics on Human Language Technology -Volume 1</title>
		<title level="s">Association for Computational Linguistics</title>
		<meeting>the 2003 Conference of the North American Chapter of the Association for Computational Linguistics on Human Language Technology -Volume 1<address><addrLine>Stroudsburg, PA, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="173" to="180" />
		</imprint>
	</monogr>
	<note>NAACL &apos;03</note>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">The weka data mining software: an update</title>
		<author>
			<persName><forename type="first">M</forename><surname>Hall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Frank</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Holmes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Pfahringer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Reutemann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">H</forename><surname>Witten</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">SIGKDD Explor. Newsl</title>
				<imprint>
			<date type="published" when="2009-11">November 2009</date>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="page" from="10" to="18" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">C4.5: Programs for Machine Learning</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">R</forename><surname>Quinlan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Morgan Kaufmann Series in Machine Learning</title>
				<imprint>
			<publisher>Morgan Kaufmann</publisher>
			<date type="published" when="1992-10">October 1992</date>
		</imprint>
	</monogr>
	<note>1 edn</note>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Random forests</title>
		<author>
			<persName><forename type="first">L</forename><surname>Breiman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Mach. Learn</title>
		<imprint>
			<biblScope unit="volume">45</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="5" to="32" />
			<date type="published" when="2001-10">October 2001</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
