<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Classi cation-based Content Sensitivity Analysis</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Elena Battaglia</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Livio Bioglio</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ruggero G. Pensa</string-name>
          <email>ruggero.pensag@unito.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Turin, Dept. of Computer Science</institution>
          ,
          <addr-line>Turin</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>With the availability of user-generated content in the Web, malicious users have access to huge repositories of private (and often sensitive) information regarding a large part of the world's population. In this paper, we propose a way to evaluate the harmfulness of text content by de ning a new data mining task called content sensitivity analysis. According to our de nition, a score can be assigned to any text sample according to its degree of sensitivity. Even though the task is similar to sentiment analysis, we show that it has its own peculiarities and may lead to a new branch of research. Thanks to some preliminary experiments, we show that content sensitivity analysis can not be addressed as a simple binary classi cation task.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Internet privacy has gained much attention in the last decade due to the
success of online social networks and other social media services that expose our
lives to the wide public. Consequently, understanding and measuring the
exposure of user privacy in the Web has become crucial [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] and many di erent
metrics and methods have been proposed with the goal of assessing the risk of
privacy leakage in posting activities [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Most research e orts, however, focus
on measuring the overall exposure of users according to their privacy settings
[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] or position within the network [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. However, in addition to personal and
behavioral data collected more or less legitimately by companies and
organizations, many websites and mobile/web applications store and publish tons of
user-generated content, which, very often, capture and represent private
moments of our life. The availability of user-generated content is a huge source of
relatively easy-to-access private (and often very sensitive) information
concerning habits, preferences, families and friends, hobbies, health and philosophy of
life, which expose the authors of such contents (or any other individual
referenced by them) to many (cyber)criminal risks, including identity theft, stalking,
Copyright c 2020 for this paper by its authors. Use permitted under Creative
Commons License Attribution 4.0 International (CC BY 4.0). This volume is published and
copyrighted by its editors. SEBD 2020, June 21-24, 2020, Villasimius, Italy.
burglary, frauds, cyberbullying or \simply" discrimination in workplace or in life
in general. Sometimes users are not aware of the dangers due to the uncontrolled
di usion of their sensitive information and would probably avoid publishing it if
only someone told them how harmful it could be.
      </p>
      <p>
        In this discussion paper, we address this problem by proposing a way to assess
the sensitivity of user-generated content. To this purpose, we de ne a new data
mining task that we call content sensitivity analysis (CSA), inspired by sentiment
analysis [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. The goal of CSA is to assign a score to any text sample according
to the amount of sensitive information it potentially discloses. The problem of
private content analysis has already been investigated as a way to characterize
anonymous vs. non anonymous content posting in speci c social media [
        <xref ref-type="bibr" rid="ref4 ref9">4, 9</xref>
        ] or
question-and-answer platforms [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. However, the link between anonymity and
sensitive contents is not that obvious: users may post anonymously because, for
instance, they are referring to illegal matters (e.g., software/steaming piracy,
black market and so on); conversely, fully identi able persons may post very
sensitive contents simply because they are underestimating the visibility of their
action [
        <xref ref-type="bibr" rid="ref11 ref12">12, 11</xref>
        ]. Although CSA has some points in common with anonymous
content analysis and the well-known sentiment analysis task, we show that it has
its own peculiarities and may lead to a brand new branch of research, opening
many intriguing challenges in several computer science and linguistics elds.
      </p>
      <p>
        Through some preliminary but extensive experiments on a large annotated
corpus of social media posts, we show that content sensitivity analysis can not
be addressed straightforwardly. In particular, we design a simpli ed CSA task
leveraging binary classi cation to distinguish between sensitive and non sensitive
posts by testing several bag-of-words and word embedding models. According to
our experiments, the classi cation performances achieved by the most accurate
models are far from being satisfactory. This suggests that content sensitivity
analysis should consider more complex linguistic and semantic aspects, as well
as more sophisticated machine learning models. A more in-depth discussion on
how to address these issues is reported in the full version of this paper [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Content Sensitivity Analysis</title>
      <p>In this section, we introduce the new data mining task that we call content
sensitivity analysis (CSA), aimed at determining the amount of privacy-sensitive
content expressed in user-generated text content. We distinguish two cases, namely
binary CSA and continuous CSA, according to the outcome of the analysis
(binary or continuous). Before introducing the technical details of CSA, we brie y
provide the intuition behind CSA by describing a motivating example.
2.1</p>
      <sec id="sec-2-1">
        <title>Motivating example</title>
        <p>To explain the main objectives of CSA and the scienti c challenges associated to
them, we consider the post given as an example in Figure 1. This particular post
discloses information about the author and his friend Alice Green. Moreover, the
post contains spatiotemporal references (\now" and \General Hospital"), which
are generally considered intrinsically sensitive, and mentions \chemo", a
potentially sensitive term. Finally, the sentence is related to \cancer", a potentially
sensitive topic, and its structure suggests that the two subjects of disclosure have
cancer and they are both about to start their rst course of chemotherapy.</p>
        <p>
          It is clear that, reducing sensitivity to anonymity, as done in previous
research work [
          <xref ref-type="bibr" rid="ref4 ref8">8, 4</xref>
          ], is only one side of the coin. Instead, CSA has much more in
common with the famous sentiment analysis (SA) task, where the objective is to
measure the \polarity" or \sentiment" of a given text [
          <xref ref-type="bibr" rid="ref5 ref7">7, 5</xref>
          ]. However, while SA
has already a well-established theory and may count on a set of easy-to-access
and easy-to-use tools, CSA has never been de ned before. Therefore, apart from
the known open problems in SA (such as sarcasm detection), CSA involves three
new scienti c challenges.
1. De nition of sensitivity. A clear de nition of sensitivity is required.
Sensitivity is often de ned in the legal systems, such as in the EU General Data
Protection Regulation (GDPR), as a characteristic of some personal data
(e.g., criminal or medical records), but a cognitive and perceptive
explanation of what can be de ned as \sensitive" is still missing [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ].
2. Sensitivity-annotated corpora. Large text corpora need to be annotated
according to sensitivity and at multiple levels: at the sentence level (\I got
cancer" is more sensitive than \I got some nice volleyball shorts"), at the
topic level (\health" is more sensitive than \sports") and at the term level
(\cancer" is more sensitive than \shorts").
3. Context-aware sensitivity. Due to its subjectivity, a clear evaluation of
the context is needed. The fact that a medical doctor talks about cancer
is not sensitive per se, but if she talks about some of her patients having
cancer, she could disclose very sensitive information.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>De nitions</title>
        <p>Here, we provide the details regarding the formal framework of content sensitivity
analysis. We will propose a de nition of \sensitivity" further in this section. The
simplest way to de ne CSA is as follows:</p>
      </sec>
      <sec id="sec-2-3">
        <title>De nition 1 (binary content sensitivity analysis). Given a user-generated</title>
        <p>text object oi 2 O, with O being the domain of all user-generated contents, the
binary content sensitivity analysis task consists in designing a function fs : O !
fsens; nsg, such that fs(oi) = sens i oi is privacy-sensitive, fs(oi) = ns i oi
is not sensitive.</p>
        <p>In some cases, sensitivity is not the same for all sensitive objects: a post
dealing with health is certainly more sensitive than a post dealing with vacations,
although both can be considered as sensitive. This suggests that, instead of
considering sensitivity as a binary feature of a text, a more appropriate de nition
of CSA should take into account di erent degrees of sensitivity, as follows:
De nition 2 (continuous content sensitivity analysis). Let oi 2 O be a
user-generated object, with O being the domain of all user-generated contents.
The continuous content sensitivity analysis task consists in designing a function
fs : O ! [ 1; 1], such that fs(oi) = 1 i oi is maximally privacy-sensitive,
fs(oi) = 1 i oi is minimally privacy-sensitive, fs(oi) = 0 i oi has unknown
sensitivity. The value i = fs(oi) is the sensitivity score of object oi.
According to this de nition, sensitive objects have 0 &lt; 1, while non sensitive
posts have 1 &lt; 0. In general, when 0 the sensitivity of an object
cannot be assessed con dently. Of course, by setting appropriate thresholds, a
continuous CSA can be easily turned into a binary CSA task.</p>
        <p>
          At this point, a congruent de nition of \sensitivity" is required to set up the
task correctly. Although di erent characterizations of privacy-sensitivity exist,
there is no consistent and uniform theory [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]; so, in this work, we consider a more
generic, exible and application-driven de nition of privacy-sensitive content.
        </p>
      </sec>
      <sec id="sec-2-4">
        <title>De nition 3 (privacy-sensitive content). A generic user-generated content</title>
        <p>object is privacy-sensitive if it makes the majority of users feel uncomfortable
in writing or reading it because it may reveal some aspects of their own or others'
private life to unintended people.</p>
        <p>Notice that \uncomfortableness" should not be guided by some moral or ethical
judgement about the disclosed fact, but uniquely by its harmfulness towards
privacy. Such a de nition allows the adoption of the \wisdom of the crowd"
principle in contexts where providing an objective de nition of what is sensitive
(and what is not sensitive) is particularly hard. Moreover, it has also an intuitive
justi cation. Di erent social media may have di erent meaning of sensitivity. For
instance, in a professional social networking site, revealing details about one's
own job is not only tolerated, but also encouraged, while one may want to hide
detailed information about her professional life in a generic photo-video sharing
platform. Similarly, in a closed message board (or group), one may decide to
disclose more private information than in open ones. Sensitivity towards certain
topics also varies from country to country. As a consequence, function fs can be
learnt according to an annotated corpus of content objects as follows.
De nition 4 (sensitivity function learning). Let O = f(oi; i)giN=1 be a set
of N annotated objects oi 2 O with the related sensitivity score i 2 [ 1; 1].
The goal of a sensitivity function learning algorithm is to search for a function
fs : O ! [ 1; 1], such that PiN=1 (fs(oi) i)2 is minimum.</p>
        <p>The simplest way to address this problem is by setting a regression (or
classication, in the case of binary CSA) task. However, we will show in Section 3
that such an approach is unable to capture the actual manifold of sensitivity
accurately.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Preliminary experiments</title>
      <p>In this section, we report the results of some preliminary experiments aimed
at showing the feasibility of content sensitivity analysis together with its di
culties. The experiments are conducted under the binary CSA framework (see
De nition 1 in Section 2). We set up a binary classi cation task to distinguish
whether a given input text is privacy-sensitive or not. Before presenting the
results, in the following, we rst introduce the data, then we provide the details
of our experimental protocol.
3.1</p>
      <sec id="sec-3-1">
        <title>Annotated corpus</title>
        <p>
          Since all previous attempts of identifying sensitive text have leveraged user
anonymity as a discriminant for sensitive content [
          <xref ref-type="bibr" rid="ref4 ref8">8, 4</xref>
          ], there is no reliable
annotated corpus that we can use as benchmark. Hence, we construct our own
dataset by leveraging a crowdsourcing experiment. We use one of the datasets
described in [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ], consisting of 9917 anonymized social media posts, mostly
written in English, with a minimum length of 2 characters and a maximum length
of 435 (the average length is 80). Thus, they well represent typical social media
short posts. On the other hand, they are not annotated for the speci c purpose
of our experiment and, because of their shortness, they are also very di cult to
analyze. Consequently, after discarding all useless posts (mostly
uncomprehensible ones) we have set up a crowdsourcing experiment by using a Telegram bot
that, for each post, asks whether it is sensitive or not. As third option, it was
also possible to select \unable to decide". We collected the annotations of 829
posts from 14 distinct annotators. For each annotated post, we retain the most
frequently chosen annotation. Overall, 449 posts where tagged as non sensitive,
230 as sensitive, 150 as undecidable. Thus, the nal dataset consists of 679 posts
of the rst two categories (we discarded all 150 undecidable posts).
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Datasets</title>
        <p>We consider two distinct document representations for the dataset, a
bag-ofwords and four word vector models. To obtain the bag-of-word representation we
perform the following steps. First, we remove all punctuation characters of terms
contained in the input posts as well as short terms (less than two characters) and
terms containing digits. Then, we build the bag-of-words model with all
remaining 2584 terms weighted by their t df score. Di erently from classic text mining
approaches, we deliberately exclude lemmatization, stemming and stop word
removal from text preprocessing, since those common steps would a ect content
sensitivity analysis negatively. Indeed, in ections (removed by lemmatization
and stemming) and stop words (like \me", \myself") are important to decide
whether a sentence reproduces some personal thoughts or private action/status.
Hereinafter, the bag-of-words representation is referred to as BW2584.</p>
        <p>
          The word vector representation, instead, is built using word vectors
pretrained with two billion tweets (corresponding to 42 billion tokens) using the
GloVe (Global Vector) model [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. In detail, we use three representation, here
called WV25, WV50 and WV100 with, respectively, 25, 50 and 100 dimensions.
Additionally, we build an ensemble by considering the concatenation of the three
vector spaces. The latter representation is named WVEns. Finally, from all ve
datasets we removed all posts having an empty bag-of-words or word vector
representation. Such preprocessing step further reduces the size of the dataset
down to 611 posts (221 sensitive and 390 non sensitive), but allows for a fair
performance comparison.
3.3
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Experimental settings</title>
        <p>Each dataset obtained as described beforehand is given in input to a set of six
classi ers. In details, we use k-NN, decision tree (DT), Multi-layer Perceptron
(MLP), SVM, Random Forest (RF), and Gradient Boosted trees (GBT). We do
not execute any systematic parameter selection procedure since our main goal is
not to compare the performances of classi ers, but, rather, to show the overall
level of accuracy that can be achieved in a binary content sensitivity analysis
task. Hence, we use the following default parameter for each classi er.
{ kNN: we set k = 3 in all experiments;
{ DT: for all datasets, we use C4.5 with Gini Index as split criterion, allowing
a minimum of two records per node and minimum description length as
pruning strategy;
{ MLP: we train a shallow neural network with one hidden layer; the number
of neurons of the hidden layer is 30 for the bag-of-words representation and
20 for all word vector representations;
{ SVM: for all datasets, we use the polynomial kernel with default parameters;
{ RF: we train 100 models with Gini index as splitting criterion in all
experiments;
{ GBT: for all datasets, we use 100 models with 0:1 as learning rate and 4 as
maximum tree depth.</p>
        <p>All experiments are conducted by performing ten-fold cross-validation, using, for
each iteration, nine folds as training set and the remaining fold as test set.
3.4</p>
      </sec>
      <sec id="sec-3-4">
        <title>Results and discussion</title>
        <p>The summary of the results, in terms of average F1-score, are reported in
Table 1. It is worth noting that the scores are, in general, very low (between 0.5826,
obtained by the neural network on the bag-of-words model, and 0.6858, obtained
by Random Forest on the word vector representation with 50 dimensions). Of
course, these results are biased by the fact that data are moderately unbalanced
(64% of posts fall in the non-sensible class). However they are not completely
negative, meaning that there is space for improvement. We observe that the
winning model-classi er pair (50-dimensional word vector processed with Random
Forest) exhibits high recall on the non-sensitive class (0.928) and rather similar
results in terms of precision for the two classes (0.671 and 0.688 for the sensitive
and non-sensitive classes respectively). The real negative result is the low recall
on the sensitive class (only 0.258), due to the high number of false negatives. We
recall that the number of annotated sensitive posts is only 221, i.e., the number
of examples is not su ciently large for training a prediction model accurately.</p>
        <p>
          These results highlight the following issues and perspectives. First,
negative (or not-so-positive) results are certainly due to the lack of annotated data
(especially for the sensitive class). Sparsity is certainly a problem in our
settings. Hence, a larger annotated corpus is needed, although this objective is not
trivial. In fact, private posts are often di cult to obtain, because social media
platforms (luckily, somehow) do not allow users to get them using their API. As
a consequence, all previous attempts to guess the sensitivity of text or construct
privacy dictionaries strongly leverage user anonymity in public post sharing
activities [
          <xref ref-type="bibr" rid="ref4 ref8">8, 4</xref>
          ], or rely on focus groups and surveys [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. Moreover, without a
su ciently large corpus, not even the application of otherwise successful deep
learning techniques would produce valid results. Second, simple classi ers, even
when applied to rather complex and rich representations, can not capture the
manifold of privacy sensitivity accurately. So, more complex and heterogenous
models should be considered. An accurate sensitivity content analysis tool should
consider lexical, semantic as well as grammatical features. Topics are certainly
important, but sentence construction and lexical choices are also fundamental.
Therefore, reliable solutions would consist of a combination of computational
linguistic techniques, machine learning algorithms and semantic analysis. Third,
the success of picture and video sharing platforms (such as Instagram and
TikTok), implies that any successful sensitivity content analysis tool should be able
to cope with audiovisual contents and, in general, with multimodal/multimedia
objects. Finally, provided that a taxonomy of privacy categories in everyday life
exists (e.g., health, location, politics, religious belief, family, relationships, and
so on) a more complex CSA setting might consider, for a given content object,
the privacy sensitivity degree in each category.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusions</title>
      <p>In this paper, we have addressed the problem of determining whether a given
text object is privacy-sensitive or not by de ning the generic task of content
sensitivity analysis (CSA). Although the task promises to be challenging, we
have shown that it is not unfeasible by presenting a simpli ed formulation of
CSA based on binary text classi cation. With some preliminary but extensive
experiments, we have showed that, no matter the data representation, the
accuracy of such classi ers can not be considered satisfactory. Thus, it is worth
investigating more complex techniques borrowed from machine learning,
computational linguistics and semantic analysis. Moreover, without a strong e ort in
building massive and reliable annotated corpora, the performances of any CSA
tool would be barely su cient, no matter the complexity of the learning model.
Acknowledgments This work is supported by Fondazione CRT (grant number
2019-0450).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Alemany</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>del Val</surname>
            <given-names>Noguera</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Alberola</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.M.</given-names>
            ,
            <surname>Garc</surname>
          </string-name>
          a-Fornes,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>Metrics for Privacy Assessment When Sharing Information in Online Social Networks</article-title>
          .
          <source>IEEE Access 7</source>
          ,
          <issue>143631</issue>
          {
          <fpage>143645</fpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Battaglia</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bioglio</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pensa</surname>
          </string-name>
          , R.G.:
          <article-title>Towards content sensitivity analysis</article-title>
          .
          <source>In: Proceedings of IDA 2020</source>
          . pp.
          <volume>67</volume>
          {
          <issue>79</issue>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Celli</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pianesi</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stillwell</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kosinski</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          : Workshop on Computational Personality Recognition:
          <article-title>Shared Task</article-title>
          .
          <source>In: Proceedings of ICWSM</source>
          <year>2013</year>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Correa</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Silva</surname>
            ,
            <given-names>L.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mondal</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Benevenuto</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gummadi</surname>
            ,
            <given-names>K.P.:</given-names>
          </string-name>
          <article-title>The Many Shades of Anonymity: Characterizing Anonymous Social Media Content</article-title>
          .
          <source>In: Proceedings of ICWSM 2015</source>
          . pp.
          <volume>71</volume>
          {
          <issue>80</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
          </string-name>
          , L.:
          <article-title>A Survey of Opinion Mining and Sentiment Analysis</article-title>
          . In: Aggarwal,
          <string-name>
            <given-names>C.C.</given-names>
            ,
            <surname>Zhai</surname>
          </string-name>
          , C. (eds.)
          <source>Mining Text Data</source>
          , pp.
          <volume>415</volume>
          {
          <fpage>463</fpage>
          . Springer (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Oukemeni</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rifa-Pous</surname>
          </string-name>
          , H., i Puig,
          <string-name>
            <surname>J.M.M.</surname>
          </string-name>
          <article-title>: Privacy Analysis on Microblogging Online Social Networks: A Survey</article-title>
          .
          <source>ACM Comput. Surv</source>
          .
          <volume>52</volume>
          (
          <issue>3</issue>
          ),
          <volume>60</volume>
          :1{
          <fpage>60</fpage>
          :
          <fpage>36</fpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Pang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Opinion Mining and Sentiment Analysis</article-title>
          .
          <source>Foundations and Trends in Information Retrieval</source>
          <volume>2</volume>
          (
          <issue>1-2</issue>
          ),
          <volume>1</volume>
          {
          <fpage>135</fpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Peddinti</surname>
            ,
            <given-names>S.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Korolova</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bursztein</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sampemane</surname>
          </string-name>
          , G.:
          <article-title>Cloak and Swagger: Understanding Data Sensitivity through the Lens of User Anonymity</article-title>
          .
          <source>In: Proceedings of IEEE SP</source>
          <year>2014</year>
          . pp.
          <volume>493</volume>
          {
          <issue>508</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Peddinti</surname>
            ,
            <given-names>S.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ross</surname>
            ,
            <given-names>K.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cappos</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>User Anonymity on Twitter</article-title>
          .
          <source>IEEE Security &amp; Privacy</source>
          <volume>15</volume>
          (
          <issue>3</issue>
          ),
          <volume>84</volume>
          {
          <fpage>87</fpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Pennington</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Socher</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manning</surname>
          </string-name>
          , C.D.: Glove:
          <article-title>Global Vectors for Word Representation</article-title>
          .
          <source>In: Proceedings of EMNLP 2014</source>
          . pp.
          <volume>1532</volume>
          {
          <issue>1543</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Pensa</surname>
            , R.
            <given-names>G.</given-names>
            , di Blasi, G.
          </string-name>
          ,
          <string-name>
            <surname>Bioglio</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Network-aware privacy risk estimation in online social networks</article-title>
          .
          <source>Social Netw. Analys. Mining</source>
          <volume>9</volume>
          (
          <issue>1</issue>
          ),
          <volume>15</volume>
          :1{
          <fpage>15</fpage>
          :
          <fpage>15</fpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Pensa</surname>
            ,
            <given-names>R.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blasi</surname>
            ,
            <given-names>G.D.:</given-names>
          </string-name>
          <article-title>A privacy self-assessment framework for online social networks</article-title>
          .
          <source>Expert Syst. Appl</source>
          .
          <volume>86</volume>
          ,
          <issue>18</issue>
          {
          <fpage>31</fpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Vasalou</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gill</surname>
            ,
            <given-names>A.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mazanderani</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Papoutsi</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joinson</surname>
            ,
            <given-names>A.N.</given-names>
          </string-name>
          :
          <article-title>Privacy dictionary: A new resource for the automated content analysis of privacy</article-title>
          .
          <source>JASIST</source>
          <volume>62</volume>
          (
          <issue>11</issue>
          ),
          <year>2095</year>
          {
          <volume>2105</volume>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>