<?xml-model href='http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng' schematypens='http://relaxng.org/ns/structure/1.0'?><TEI xmlns="http://www.tei-c.org/ns/1.0">
	<teiHeader>
		<fileDesc>
			<titleStmt><title level='a'>Personalized Learning for Cyberbullying Detection</title></titleStmt>
			<publicationStmt>
				<publisher></publisher>
				<date>07/01/2018</date>
			</publicationStmt>
			<sourceDesc>
				<bibl> 
					<idno type="par_id">10067396</idno>
					<idno type="doi"></idno>
					<title level='j'>Doctoral Consortium of the International Conference on Social Computing, Behavioral-Cultural Modeling, &amp; Prediction and Behavior Representation in Modeling and Simulation</title>
<idno></idno>
<biblScope unit="volume"></biblScope>
<biblScope unit="issue"></biblScope>					

					<author>Lu Cheng</author><author>Yasin N. Silva</author><author>Deborah L. Hall</author><author>Huan Liu</author>
				</bibl>
			</sourceDesc>
		</fileDesc>
		<profileDesc>
			<abstract><ab><![CDATA[Cyberbullying has become one of the most pressing online risks for adolescents and has raised serious concerns in society. Traditional efforts are primarily devoted to building a single generic classification model for all users to differentiate bullying behaviors from the normal content [6, 3, 1, 2, 4]. Despite its empirical success, these models treat users equally and inevitably ignore the idiosyncrasies of users. Recent studies from psychology and sociology suggest that the occurrence of cyberbullying has a strong connection with the personality of victims and bullies embedded in the user-generated content, and the peer influence from like-minded users. In this paper, we propose a personalized cyberbullying detection framework PI-Bully with peer influence in a collaborative environment to tailor the prediction for each individual. In particular, the personalized classifier of each individual consists of three components: a global model that captures the commonality shared by all users, a personalized model that expresses the idiosyncratic personality of each specific user, and a third component that encodes the peer influence received from like-minded users. Most of the existing methods adopt a two-stage approach: they first apply feature engineering to capture the cyberbullying patterns and then employ machine learning classifiers to detect cyberbullying behaviors.However, building a personalized cyberbullying detection framework that is customized to each individual remains a challenging task, in large part because: (1) Social media data is often sparse, noisy and high-dimensional (2) It is important to capture the commonality shared by all users as well as idiosyncratic aspects of the personality of each individual for automatic cyberbullying detection; (3) In reality, a potential victim of cyberbullying is often influenced by peers and the influences from different users could be quite diverse. Hence, it is imperative to develop a way to encode the diversity of peer influence for cyberbullying detection.To summarize, we study a novel problem of personalized cyberbullying detection with peer influence in a collaborative environment, which is able to jointly model users' common features, unique personalities and peer influence to identify cyberbullying cases.]]></ab></abstract>
		</profileDesc>
	</teiHeader>
	<text><body xmlns="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Cyberbullying has become one of the most pressing online risks for adolescents and has raised serious concerns in society. Traditional efforts are primarily devoted to building a single generic classification model for all users to differentiate bullying behaviors from the normal content <ref type="bibr">[6,</ref><ref type="bibr">3,</ref><ref type="bibr">1,</ref><ref type="bibr">2,</ref><ref type="bibr">4]</ref>. Despite its empirical success, these models treat users equally and inevitably ignore the idiosyncrasies of users. Recent studies from psychology and sociology suggest that the occurrence of cyberbullying has a strong connection with the personality of victims and bullies embedded in the user-generated content, and the peer influence from like-minded users. In this paper, we propose a personalized cyberbullying detection framework PI-Bully with peer influence in a collaborative environment to tailor the prediction for each individual. In particular, the personalized classifier of each individual consists of three components: a global model that captures the commonality shared by all users, a personalized model that expresses the idiosyncratic personality of each specific user, and a third component that encodes the peer influence received from like-minded users. Most of the existing methods adopt a two-stage approach: they first apply feature engineering to capture the cyberbullying patterns and then employ machine learning classifiers to detect cyberbullying behaviors. However, building a personalized cyberbullying detection framework that is customized to each individual remains a challenging task, in large part because: (1) Social media data is often sparse, noisy and high-dimensional (2) It is important to capture the commonality shared by all users as well as idiosyncratic aspects of the personality of each individual for automatic cyberbullying detection; <ref type="bibr">(3)</ref> In reality, a potential victim of cyberbullying is often influenced by peers and the influences from different users could be quite diverse. Hence, it is imperative to develop a way to encode the diversity of peer influence for cyberbullying detection.</p><p>To summarize, we study a novel problem of personalized cyberbullying detection with peer influence in a collaborative environment, which is able to jointly model users' common features, unique personalities and peer influence to identify cyberbullying cases.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Approach</head><p>Building the Personalized Model Previous efforts in cyberbullying detection have been primarily devoted to the development of a single classification model to capture the commonalities of users. Nevertheless, it is important to design additional personalized components to capture the individuality of each person. We assume each user u i has a personalized model M i &#8712; R D in addition to the global model w &#8712; R D . Moreover, we impose an 1 -norm sparse regularization term on each personalized model M i to alleviate the curse of dimensionality. Hence, we obtain the following optimization framework:</p><p>where f (&#8226;) is a loss function.</p><p>Characterizing Peer Influence The model parameter learning of the above personalized model can be problematic due to the limited amount of training data for each user. To address this problem, we decompose the personalized model M i of each user into a personalized component, P i &#8712; R D , which encodes a user's inherent traits, and a collaborative/peer influence component, Q i &#8712; R D , which quantifies the influence received from like-minded users. Then the objective function in Eq. ( <ref type="formula">1</ref>) can be reformulated as follows:</p><p>where &#955; 2 is a parameter that balances the contribution of collaborative/peer influence for personalized cyberbullying detection. Specifically, s ji denotes how user u i is influenced by user u j and the influence from different peers could vary significantly.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Results</head><p>The dataset is crawled via the Twitter streaming API <ref type="bibr">[5]</ref> and 20,000 tweets were manually labeled by two well-trained human annotators with backgrounds in psychology. We compare PI-Bully with several text classifcation machine learning models as well as two cyberbullying detection mode, Bully <ref type="bibr">[6]</ref> and SICD (the state-of-the-art model) <ref type="bibr">[2]</ref>. Training datasets are generated by extracting increasing fractions (5% to 30%) of the overall dataset and using the rest part of the datasets as the test datasets. The experimental results show that our proposed PI-Bully framework outperforms all other compared methods, including commonly used text classification models and existing cyberbullying detection models. We also study the impact of the three components with the following variants:</p><p>- </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Future Work</head><p>Future work should be directed towards integrating cross-modal features, such as social network features, sentiments, and images from social media platforms, to better understand and predict cyberbullying behaviors. It should also continue building on empirical findings in psychology that identify new correlates and determinants of cyberbullying behaviors, given the tremendous potential for unique interdisciplinary studies between computer science and psychology to address this major social issue.</p></div></body>
		</text>
</TEI>
