<!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>Towards the Development of a Cyber Analysis &amp; Advisement Tool (CAAT) for Mitigating De-Anonymization Attacks</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Siobahn C. Day</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Henry Williams</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Joseph Shelton</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gerry Dozier</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Center for Advanced Studies in Identity Science</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Computer Science, North Carolina A&amp;T State University</institution>
          ,
          <addr-line>Greensboro</addr-line>
          ,
          <country country="US">U.S.A</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2016</year>
      </pub-date>
      <fpage>41</fpage>
      <lpage>45</lpage>
      <abstract>
        <p>We are seeing a rise in the number of Anonymous Social Networks (ASN) that claim to provide a sense of user anonymity. However, what many users of ASNs do not know that a person can be identified by their writing style. In this paper, we provide an overview of a number of author concealment techniques, their impact on the semantic meaning of an author's original text, and introduce AuthorCAAT, an application for mitigating de-anonymization attacks. Our results show that iterative paraphrasing performs the best in terms of author concealment and performs well with respect to Latent Semantic Analysis.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Anonymous Social Networks (ASN) can provide users
with a false sense of anonymity; however, research in the
area of Author Identification (Attribution) has shown that
users can be identified simply by their writing style
        <xref ref-type="bibr" rid="ref15">(Stamatatos 2009)</xref>
        . Narayanan et al. (2012), introduces the
concept of a de-anonymization attack where hackers apply
sophisticated Author Identification techniques (AITs) in an
effort to uncover the identity of an author of a text. Once
this occurs the hackers can track a victim across the web
and even through other ASNs.
      </p>
      <p>
        Recently researchers, M. Brennan,
        <xref ref-type="bibr" rid="ref1">Afroz, and
Greenstadt (2012)</xref>
        ;
        <xref ref-type="bibr" rid="ref10">Kacmarcik and Gamon (2006)</xref>
        ;
        <xref ref-type="bibr" rid="ref14">Rao and
Rohatgi (2000)</xref>
        , have developed a number of techniques
for author concealment. These techniques as well as their
ability to conceal one’s writing style are as follows:
adversarial stylometry, iterative language translation and
iterative paraphrasing.
      </p>
      <p>
        Presently there exist two forms of adversarial stylometry
        <xref ref-type="bibr" rid="ref1 ref1 ref2 ref3 ref3 ref4">(Afroz, Brennan, and Greenstadt 2012; M. Brennan et al.
2012; M. R. Brennan and Greenstadt 2009)</xref>
        . The first form,
obfuscation, is when an author tries not to write like
themCopyright held by the author(s).
selves while the second form, imitation, is when an author
tries to ‘mimic’ the writing style of another author.
Research shows that both of these techniques are effective in
concealing one’s writing style. In the case of disguising
one’s writing style, M.
        <xref ref-type="bibr" rid="ref3">Brennan et al. (2012)</xref>
        demonstrate
that obfuscation and imitation are easy on the short term
but more difficult to maintain on the long term. In Section
IV, it will be shown how AuthorCAAT can be used to
provide authors with the ability to perform long-term
adversarial stylometry.
      </p>
      <p>
        Another form of author concealment is Iterative
Language Translation (ILT)
        <xref ref-type="bibr" rid="ref13">(Mack, Bowers, Williams, Dozier,
and Shelton 2015)</xref>
        . ILT is where an original text is
translated to another language and then back to its original
language. This technique was first presented in
        <xref ref-type="bibr" rid="ref14">Rao and
Rohatgi (2000)</xref>
        , where the authors describe this approach
as being “somewhat facetious” and “drastic.” They
believed that this approach would change the meaning of a
message thus making it an impractical approach. It was
also mentioned by
        <xref ref-type="bibr" rid="ref10">Kacmarcik and Gamon (2006)</xref>
        , that this
approach could be a good starting point for someone
looking to “scramble” their words. ILT is effective in
concealing the writing style of an author; however, it is vulnerable
to fingerprinting,
        <xref ref-type="bibr" rid="ref4">(Caliskan and Greenstadt 2012)</xref>
        . If one
knows the language used in translating the text, one can
then recover the original writing style of the author.
      </p>
      <p>
        The last form of author concealment is Iterative
Paraphrasing (IP). The use of IP was originally mentioned in
        <xref ref-type="bibr" rid="ref10">Kacmarcik and Gamon (2006)</xref>
        . In IP, one will take the
original text and use a paraphrasing tool to convert it into a
paraphrased text. Concerning IP, to the authors’
knowledge, no one has as of yet analyzed its effectiveness
in author concealment, semantics, and its vulnerability to
fingerprinting (this will be discussed in Section III).
      </p>
      <p>The remainder of the paper will be as follows. In
Section II, we discuss our experiments. In Section III, we
discuss our results. In Section IV, we provide a brief
discussion of AuthorCAAT. In Section V, we provide our
conclusion and future work.
were used to determine how well ILT/IP reduces the author
recognition rate with respect to the baseline.</p>
    </sec>
    <sec id="sec-2">
      <title>Author Concealment &amp; Fingerprinting Experiments</title>
      <sec id="sec-2-1">
        <title>Our Dataset</title>
        <p>The datasets we used for our experiments were gathered
from blogs written by 100 different authors. For every
author in our dataset, there are 4 instances. Those instances in
the dataset are as follows: the first instance served as the
probe and the remaining 3 instances served as the gallery.
This results in 100 instances in the probe set and 300
instances in the gallery set.</p>
      </sec>
      <sec id="sec-2-2">
        <title>Our Translators &amp; Paraphrasers</title>
        <p>Our ILT dataset, used Google translation tools for
English to Spanish, Spanish to English, English to Chinese,
and Chinese to English. The ILT text was prepared in
iterations. We consider an iteration to be a full round trip cycle
of translation (e.g. English-Spanish-English and
EnglishChinese-English). Therefore, Iteration 1 would be E-X-E,
Iteration 2 would be E-X-E-X-E, and Iteration 3 would be
E-X-E-X-E-X-E, where E stands for English and X ∈
{Spanish, Chinese}. Therefore, a total of six ILT datasets
were developed consisting of 300 gallery instances of the
100 authors.</p>
        <p>Our IP dataset was created using an online tool known
as Plagarisma. The Iterations for IP are similar to ILT.
Combining ILT with IP we have X ∈ {Spanish, Chinese,
Paraphraser}. Therefore, three IP datasets were developed
consisting of 300 gallery instances of the 100 authors. For
ILT/IP, there were a total of nine datasets.</p>
      </sec>
      <sec id="sec-2-3">
        <title>Experiment I: Author Concealment via ILT/IP</title>
        <p>
          For Experiment I, the feature extractor used in Mack,
Bowers, Williams, Dozier, and Shelton (2015), referred to
as the Hybrid-II Author Identification System (AIS), was
applied to the instances of the nine datasets (and the probe
set) to create feature vectors where each feature vector
consisted of 1282 features. The Hybrid-II AIS, is
composed of 95 features from the Unigram feature extractor
          <xref ref-type="bibr" rid="ref8">(Forsyth 1997)</xref>
          , 170 stylometric features from De Vel,
An
          <xref ref-type="bibr" rid="ref6">derson, Corney, and Mohay (2001</xref>
          ) feature extractor, as
well as 256 features in the form of function words and 761
features that come from the Stanford Parser in the form of
Parts-of-Speech parent child pairs for a total of 1282
features.
        </p>
        <p>In Experiment I, the baseline performance was the
author recognition rate of the 100 authors (English only)
using no ILT/IP iterations. While, the ILT/IP experiments</p>
      </sec>
      <sec id="sec-2-4">
        <title>Experiment II: Fingerprinting the Translators and the Paraphrasers</title>
        <p>For Experiment II, a tool known as JGAAP, Java
Graphical Author Attribution Program, (Juola, Sofko, and
Brennan 2006) was used to fingerprint the translators and the
paraphraser. This tool allows for text analysis using
various stylometry and textometry techniques. We used the
first 100 authors from each ILT/IP Iteration using the first
gallery instance as the ‘unknown’ author and the remaining
two instances from the gallery as the ‘known’ authors. The
‘known’ authors were labeled by languages and/or
paraphraser. This was used for all three Iterations of ILT/IP.
The analysis was processed by using WEKA SMO, with
the results ordered with event culling from most to least.
Character N Grams, where n=2, was used as the event
driver.</p>
      </sec>
      <sec id="sec-2-5">
        <title>Experiment III: Fingerprinting the Number of</title>
      </sec>
      <sec id="sec-2-6">
        <title>Iterations Used to Conceal an Author’s Writing</title>
      </sec>
      <sec id="sec-2-7">
        <title>Style</title>
        <p>In Experiment III, the ‘unknown’ authors were chosen
from the first gallery instances of all Iterations of ILT/IP.
The ‘known’ authors were chosen from the remaining two
instances of the gallery and were labeled by the number of
ILT/IP Iterations that were applied. The same settings as
Experiment II were used with respect to the event driver,
analysis, and event culling.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <sec id="sec-3-1">
        <title>Results of Experiment I</title>
        <p>The results of Experiment I, Author Concealment via
ILT/IP, are shown in Figure 1. Figure 1 shows the affect
that ILT/IP has on the accuracy of the AIS. In Figure 1, the
x-axis represents the iteration number (Iteration 1, Iteration
2, Iteration 3) and the y-axis represents the accuracy of the
AIS.</p>
        <p>
          In Figure 1, the accuracy of the AIS is 54% percent.
In the first iteration of ILT/IP, the author identification
rates drop. At Iteration 1, ILT-Spanish has the best
performance in terms of reducing the AIS rate to 6%, followed
by IP at 7% and ILT-Chinese at 10%. In the second
iteration, IP has the best performance in reducing the AIS rate
to 1%, followed by ILT-Chinese at 11% and ILT-Spanish
at 6%. At Iteration 3, IP continues to outperform ILT. At
Iteration 3, IP reduces the AIS rate to 6 %, followed by
ILT-Spanish at 7% and ILT-Chinese at 11%. These results
show the effectiveness of ILT/IP in concealing an authors
identity.
Prior research suggests,
          <xref ref-type="bibr" rid="ref10 ref14 ref4">(Caliskan and Greenstadt 2012;
Kacmarcik and Gamon 2006; Rao and Rohatgi 2000)</xref>
          , that
ILT/IP is naïve as well as problematic due to the resulting
text being unable to retain its original meaning. In in order
to address this issue, we applied Latent Semantic Analysis
(LSA) on all iterations of the dataset.
        </p>
        <p>
          Latent Semantic Analysis (LSA) “…is a theory and
method for extracting and representing the
contextualusage meaning of words by statistical computations
applied to a large corpus of text”
          <xref ref-type="bibr" rid="ref11">(Landauer, Foltz, and
Laham 1998)</xref>
          . Using a LSA tool developed by the
University of Colorado Boulder, we compared our original text
with the resulting text of ILT/IP.
        </p>
        <p>In the Table 1, the results of using the LSA tool on our
dataset are shown. Given two samples of text, the LSA
tool will provide an output of 1 if the semantics of the two
text samples are exact and -1 if the semantics of the two
text samples do not match at all. Given the output of the
LSA tool on our dataset, we ran an ANOVA test as well a
t-test to break the performances of ILT/IP into equivalence
classes as shown in Table 1.</p>
        <p>In Table 1, the first column represents the ILT/IP
method used, the second column represents the average output
of the LSA tool with the standard deviation in parenthesis,
and the third column, labeled EC, represents the
equivalence class. The equivalence classes are ordered from best
to worst in terms of performance. The equivalent classes
were determined by applying ANOVA and a t-test to check
for statistical significance. The p-value used for the
ANOVA test was 0.05.</p>
        <p>The results displayed in Table 1, show that the resulting
text from ILT-Spanish is closest to the semantics of the
original text with an output of 0.862 followed by IP at
0.802 and ILT-Chinese at 0.773. This indicates that ILT/IP
is not only non-problematic but effective at preserving the
semantics of the original text.</p>
      </sec>
      <sec id="sec-3-2">
        <title>Results of Experiment II</title>
        <p>The results of Experiment II, Fingerprinting the
Translators and the Paraphrasers, are shown in Figure 2. In Figure
2, the x-axis shows the iterations (Iteration 1, Iteration 2,
Iteration 3) and on the y-axis it shows the accuracy in
determining the ILT/IP method used. In Figure 2, one can see
as the number of iterations increases so does the accuracy
for each ILT/IP method that is being used.</p>
        <p>In Figure 2, at Iteration 1, ILT-Spanish has the best
fingerprinting accuracy at 93%, followed by ILT-Chinese at
90%, and IP at 86%. In Iteration 2, ILT-Spanish leads at
98% followed by ILT-Chinese 97%, and IP at 91%. In
Iteration 3, ILT-Chinese comes in at 99%, followed by
ILT-Spanish at 98%, and IP at 95%. The results not only
show that the translators can be accurately fingerprinted,
but they also show that of the three IP is hardest to
fingerprint but only at the first iteration. On the other hand, these
results show that the translator and paraphrasers are able to
be identified which can potentially allow for reversibility
or the uncovering of the original text, thus revealing an
authors writing style.</p>
      </sec>
      <sec id="sec-3-3">
        <title>Results of Experiment III</title>
        <p>The results of Experiment III, Fingerprinting the
Number of Iterations Used to Conceal an Author’s Writing
Style, are shown in Figure 3. In Figure 3, the x-axis shows
the iterations (Iteration 1, Iteration 2, Iteration 3) and the
yaxis shows the accuracy of an iteration of ILT/IP in being
fingerprinted. Figure 3 shows determining which Iteration
of ILT/IP of a given text proves to be more difficult;
however, the accuracy rises over iterations.</p>
        <p>In Figure 3, at Iteration 1, ILT-Spanish leads at 70%,
followed by ILT-Chinese at 61%, and IP at 47%. At
Iteration 2, IP performs best at 31%, followed by ILT-Spanish
at 18%, and ILT-Chinese at 15%. At Iteration 3,
ILTChinese is the best performer at 60%, followed by
ILTSpanish at 53 % and IP at 49% making it the worst
performer. The results show that fingerprinting ILT/IP by
iteration is harder to fingerprint but not impossible. Thus
allowing an original text and author to be revealed.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>DISCUSSION: THE DEVELOPMENT OF</title>
    </sec>
    <sec id="sec-5">
      <title>AUTHORCAAT</title>
      <p>The results presented earlier show that translators and
paraphrasers can be fingerprinted. Even the iterations can
be fingerprinted. In order to conceal one’s identity in an
efficient and effective way, the authors’ believe that a
system must be developed that will allow a user to use all of
the author concealment methods mentioned in this paper
simultaneously while authoring a text. The Center for
Advanced Studies in Identity Sciences (CASIS) has
developed such a system for author concealment known as
AuthorCAAT (Author Cyber Analysis &amp; Advisement Tool).</p>
      <p>Figure 5 provides a screenshot of AuthorCAAT.
AuthorCAAT has a window that allows an author to type in
text. As the author types, their writing style is analyzed.
The feature vector associated with their writing style is
shown just below the window. To the right of the window,
is a pane that displays the author samples that match the
sample written within the window based on a user
specified by the slide bar. For example, if the slide bar is at ‘10’
this means that the pane will display the authors whose
writing samples are within the closest 10% to the author
sample that was typed in the window.</p>
      <p>Below the Matches to, pane is a drop-down box that will
allow an author to translate what is currently in the window
in either Spanish, Chinese, or Paraphrase and back to
English. Once a language or paraphraser has been selected, the
user (author) presses the ‘Translate’ button to execute one
cycle of ILT on the text currently within the author
window.</p>
      <p>In Figure 5, one can see that AuthorCAAT allows a user
to perform both forms of Adversarial Stylometry. If the
user sees that their writing style is detected and shown in
the pane, then they can choose to re-write their text is such
a way that it is not shown in the pane. A user can also
monitor the pane in an effort to perform imitation
authorship. As long as a particular author ID is shown in the pane
(while their author ID is not in the pane) then they are
writing like that particular author.</p>
      <p>Finally, AuthorCAAT allows for ILT/IP at the sentence
level. For example, an author can type in the first sentence
and apply ILT/IP to that sentence. After this, the author can
add a second sentence and then apply ILT/IP to both
sentences in the window and/or edit the resulting sentences
further (Adversarial Stylometry).</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusions and Future Work</title>
      <p>
        In this paper, ILT/IP dramatically reduces the author
recognition rate. Secondly, translators and paraphraser are
good enough to preserve the semantics. This is based on
our results from our LSA table. Thirdly that not only can
language translators be fingerprinted but we can fingerprint
paraphrasers too. Lastly we show that the iteration of a
particular ILT/IP can be fingerprinted as well. This all
leads to a development tool, AuthorCAAT that can do all
of things at the sentence level. This will allow
fingerprinting to be more difficult. Our Future work will include
increasing our dataset from 100 to 1000 to see if the
fingerprinting becomes more accurate with more authors in terms
of ILT/IP. We suspect the accuracy of fingerprinting
iterations at Iteration 1 and 2 will increase with the number of
authors analyzed. This is a contrast to what was stated in
        <xref ref-type="bibr" rid="ref4">Caliskan and Greenstadt (2012)</xref>
        .
      </p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>This research is based upon work supported by the
United States Government including the National Science
Foundation. The views and conclusions contained herein
are those of the authors and should not be interpreted as
necessarily representing the official policies or
endorsements, either expressed or implied, of the U.S.
Government. The U.S. Government is authorized to
reproduce and distribute reprints for Governmental
purposes notwithstanding any copyright annotation
thereon.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Afroz</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brennan</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Greenstadt</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2012</year>
          , May).
          <article-title>Detecting hoaxes, frauds, and deception in writing style online</article-title>
          .
          <source>In Security and Privacy (SP)</source>
          ,
          <source>2012 IEEE Symposium on</source>
          (pp.
          <fpage>461</fpage>
          -
          <lpage>475</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Brennan</surname>
            ,
            <given-names>M. R.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Greenstadt</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2009</year>
          ,
          <article-title>July)</article-title>
          .
          <article-title>Practical Attacks Against Authorship Recognition Techniques</article-title>
          .
          <source>In IAAI.</source>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Brennan</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Afroz</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Greenstadt</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>Adversarial stylometry: Circumventing authorship recognition to preserve privacy and anonymity</article-title>
          .
          <source>ACM Transactions on Information and System Security (TISSEC)</source>
          ,
          <volume>15</volume>
          (
          <issue>3</issue>
          ),
          <fpage>12</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Caliskan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Greenstadt</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2012</year>
          ,
          <article-title>September)</article-title>
          .
          <article-title>Translate once, translate twice, translate thrice and attribute: Identifying authors and machine translation tools in translated text</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <source>In Semantic Computing (ICSC)</source>
          ,
          <year>2012</year>
          IEEE Sixth International Conference on (pp.
          <fpage>121</fpage>
          -
          <lpage>125</lpage>
          ). IEEE.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>De Vel</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Anderson</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corney</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Mohay</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          (
          <year>2001</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Mining</surname>
          </string-name>
          e
          <article-title>-mail content for author identification forensics</article-title>
          .
          <source>ACM Sigmod Record</source>
          ,
          <volume>30</volume>
          (
          <issue>4</issue>
          ),
          <fpage>55</fpage>
          -
          <lpage>64</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Forsyth</surname>
            ,
            <given-names>R. S.</given-names>
          </string-name>
          (
          <year>1997</year>
          ).
          <article-title>Short substrings as document discriminators: An empirical study</article-title>
          .
          <source>In ACH-ALLC</source>
          (Vol.
          <volume>97</volume>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <given-names>Free</given-names>
            <surname>Online Plagiarism Checker for Students</surname>
          </string-name>
          , Teachers, Scholars, Educators, Scientists, Essayists, Writers.
          <source>Free TurnItIn and Copyscape Alternative. (n.d.)</source>
          .
          <source>Retrieved February 02</source>
          ,
          <year>2016</year>
          , from http://plagiarisma.net/ Google Translate. (n.d.).
          <source>Retrieved February 04</source>
          ,
          <year>2016</year>
          , from https://translate.google.com/ Juola,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Sofko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            , &amp;
            <surname>Brennan</surname>
          </string-name>
          ,
          <string-name>
            <surname>P.</surname>
          </string-name>
          (
          <year>2006</year>
          ).
          <article-title>A prototype for authorship attribution studies</article-title>
          .
          <source>Literary and Linguistic Computing</source>
          ,
          <volume>21</volume>
          (
          <issue>2</issue>
          ),
          <fpage>169</fpage>
          -
          <lpage>178</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Kacmarcik</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Gamon</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2006</year>
          ).
          <article-title>Obfuscating document stylometry to preserve author anonymity</article-title>
          .
          <source>Paper presented at the Proceedings of the COLING/ACL on Main conference poster sessions.</source>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Landauer</surname>
            ,
            <given-names>T. K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Foltz</surname>
            ,
            <given-names>P. W.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Laham</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>1998</year>
          ).
          <article-title>Introduction to Latent Semantic Analysis</article-title>
          .
          <source>Discourse Processes</source>
          ,
          <volume>25</volume>
          ,
          <fpage>259</fpage>
          -
          <lpage>284</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <source>LSA @ CU Boulder. (n.d.)</source>
          .
          <source>Retrieved February 02</source>
          ,
          <year>2016</year>
          , from http://lsa.colorado.edu/ Narayanan,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Paskov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Gong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. Z.</given-names>
            ,
            <surname>Bethencourt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Stefanov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Shin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. C. R.</given-names>
            , &amp;
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          (
          <year>2012</year>
          , May).
          <article-title>On the feasibility of internet-scale author identification</article-title>
          .
          <source>In Security and Privacy (SP)</source>
          ,
          <source>2012 IEEE Symposium on</source>
          (pp.
          <fpage>300</fpage>
          -
          <lpage>314</lpage>
          ). IEEE.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>Nathan</given-names>
            <surname>Mack</surname>
          </string-name>
          , Jasmine Bowers,
          <string-name>
            <given-names>Henry</given-names>
            <surname>Williams</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Gerry</given-names>
            <surname>Dozier</surname>
          </string-name>
          , and
          <article-title>Joseph Shelton, "The Best Way to a Strong Defense is a Strong Offense: Mitigating Deanonymization Attacks via Iterative Language Translation,"</article-title>
          <source>International Journal of Machine Learning and Computing</source>
          vol.
          <volume>5</volume>
          , no.
          <issue>5</issue>
          , pp.
          <fpage>409</fpage>
          -
          <lpage>413</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Rao</surname>
            ,
            <given-names>J. R.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Rohatgi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2000</year>
          ).
          <article-title>Can pseudonymity really guarantee privacy? Paper presented at the USENIX Security Symposium</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Stamatatos</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>A survey of modern authorship attribution methods</article-title>
          .
          <source>Journal of the American Society for information Science and Technology</source>
          ,
          <volume>60</volume>
          (
          <issue>3</issue>
          ),
          <fpage>538</fpage>
          -
          <lpage>556</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>