<!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>Overview of the 1st International Competition on Wikipedia Vandalism Detection</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Martin Potthast</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Benno Stein</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Teresa Holfeld</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Web Technology &amp; Information Systems Bauhaus-Universiät Weimar</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper overviews 9 vandalism detectors that have been developed and evaluated within PAN'10. We start with a survey of 55 different kinds of features employed in the detectors. Then, the detectors' performances are evaluated in detail based on precision, recall, and the receiver operating characteristic. Finally, we set up a meta detector that combines all detectors into one, which turns out to outperform even the best performing detector.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Wikipedia allows everyone to edit its articles, and most of Wikipedia’s editors do so for
the best. Some, however, don’t, and undoing their vandalism requires the time and effort
of many. In recent years, a couple of tools have been developed to assist with detecting
vandalism, but little is known about their detection performance, while research on
vandalism detection is still in its infancy. To foster both research and development, we
have organized the 1st competition on vandalism detection, held in conjunction with
the 2010 CLEF conference. In this paper we overview the detection approaches of the
9 participating groups and evaluate their performance.
1.1
We define an edit e as the transition from one Wikipedia article revision to another,
where E is the set of all edits on Wikipedia. The task of a vandalism detector is to
decide whether a given edit e has been done in bad faith or not. To address this task by
means of machine learning three things are needed: a corpus Ec ⊂ E of pre-classified
edits, an edit model α : E → E, and a classifier c : E → {0, 1}. The edit model
maps an edit e onto a vector e of numerical values, called features, where each feature
quantifies a certain characteristic of e that indicates vandalism. The classifier maps these
feature vectors onto {0, 1}, where 0 denotes regular edits and 1 vandalism edits. Some
classifiers map onto [
        <xref ref-type="bibr" rid="ref1">0, 1</xref>
        ] instead, where values between 0 and 1 denote the classifier’s
confidence. To obtain a discrete, binary decision from such classifiers, a threshold τ ∈
[
        <xref ref-type="bibr" rid="ref1">0, 1</xref>
        ] is applied to map confidence values onto {0, 1}. In any case, the mapping of c is
trained with a learning algorithm that uses the edits in Ec as examples. If c captures the
concept of vandalism, based on α and Ec, then a previously unseen edit e ∈ E \ Ec can
be checked for vandalism by computing c(α(e)) &gt; τ .
      </p>
      <sec id="sec-1-1">
        <title>Evaluating Vandalism Detectors</title>
        <p>
          To evaluate a vandalism detector, a corpus of pre-classified edits along with detection
performance measures are required. The corpus is split into a training set and a test set.
The former is used to train a vandalism detector, while the latter is used to measure its
detection performance. For this purpose we have compiled the PAN Wikipedia
vandalism corpus 2010, PAN-WVC-10 [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. As detection performance measures we employ
precision and recall as well as the receiver operating characteristic, ROC.
Vandalism Corpus. Until now, two Wikipedia vandalism corpora were available [
          <xref ref-type="bibr" rid="ref11 ref13">11,
13</xref>
          ], however, both have shortcomings which render them insufficient for evaluations:
they disregard the true distribution of vandalism among all edits, and they have not
been double-checked by different annotators. Hence, we have compiled a new,
largescale corpus whose edits were sampled from a week’s worth of Wikipedia edit logs. The
corpus comprises 32 452 edits on 28 468 different articles. It was annotated by 753
annotators recruited from Amazon’s Mechanical Turk, who cast more than 190 000 votes
so that each edit has been reviewed by at least three of them. The annotator agreement
was analyzed in order to determine whether an edit is regular or vandalism, and 2 391
edits were found to be vandalism.
        </p>
        <p>Detection Performance Measures. A starting point for the quantification of any
classifier’s performance is its confusion matrix, which contrasts how often its predictions on
a test set match the actual classification:</p>
        <sec id="sec-1-1-1">
          <title>Classifier</title>
        </sec>
        <sec id="sec-1-1-2">
          <title>Prediction</title>
          <p>P
N</p>
        </sec>
        <sec id="sec-1-1-3">
          <title>Actual</title>
          <p>P
TP
FN</p>
          <p>N
FP
TN
In the case of vandalism detectors, vandalism is denoted as P and regular edits as N:
TP is the number of edits that are correctly identified as vandalism (true positives),
and FP is the number of edits that are untruly identified as vandalism (false positives).
Likewise, FN and TN count false negatives and true negatives. Important performance
measures are computed from this matrix, such as the TP rate, the FP rate, or recall and
precision:</p>
          <p>TP
recall = TP -rate = TP + FN</p>
          <p>TP
precision = TP + FP</p>
          <p>FP
FP -rate = FP + TN</p>
          <p>Plotting precision versus recall spans the precision-recall space, and plotting the TP
rate versus the FP rate spans the ROC space. The former is used widely in information
retrieval as performance visualization, while the latter is used preferably in machine
learning. Despite the fact that recall and TP rate are the same, both spaces visualize
different performance aspects and they possess unique properties. In Figure 1 the two</p>
        </sec>
        <sec id="sec-1-1-4">
          <title>Edit Actual Detector A Edit Actual Detector A</title>
          <p>1 regular
2 vandalism
3 vandalism
4 vandalism
5 regular
6 regular
7 vandalism
8 vandalism
9 vandalism
10 vandalism</p>
          <p>1
0.8
ion0.6
s
i
c
e
rP0.4
0.2
0
0
spaces are exemplified. Figure 1a lists 20 test edits along with the fact whether or not
they are vandalism. For a vandalism detector A its predictions with regard to the classes
of every edit are given. Figure 1b shows the confusion matrix of detector A when τ is
set to 0.58 as well as the confusion matrices of three additional detectors B, C, and D.
Note that every confusion matrix corresponds to one point in both spaces; Figures 1c
and 1d show the precision-recall space and the ROC space:
– Precision-Recall Space. The corners of precision-recall space denote extreme cases:
at (0,0) none of the edits classified as vandalism are in fact vandalism, at (1,1) all
edits classified as vandalism are vandalism; close to (1,0) all edits are classified as
vandalism, and close to (0,1) all edits are classified as being regular. Observe that
the latter two points are gaps of definition and therefore unreachable in practice:
when constructing a test set to approach them, the values of the confusion matrix
become contradictory. The dashed line shows the expected performances of
detectors that select classes at random. Note that the classifier characteristics shown in
precision-recall space depend on the class distribution in the test set.
– ROC Space. The corners of ROC space denote extreme cases: at (0,0) all edits
are classified as regular, at (1,1) all edits are classified as vandalism; at (1,0) all
edits are classified correctly, at (0,1) all edits are classified incorrectly. The
diagonal from (0,0) to (1,1) shows the expected performances of detectors that select
classes at random; the ROC space is symmetric about this diagonal by flipping a
detector’s decisions from vandalism to regular and vice versa. Note that classifier
characteristics shown in ROC space are independent of the class distribution in the
test set.</p>
          <p>
            Changing the threshold τ of detector A will lead to a new confusion matrix and,
consequently, to a new point in precision-recall space and ROC space respectively. By
varying τ between 0 and 1 a curve is produced in both spaces, as shown in Figures 1c
and 1d. Note that in precision-recall space such curves have sawtooth shape, while in
ROC space they are step curves from (0,0) to (1,1). In information retrieval,
precisionrecall curves are smoothed, which, however, is unnecessary in large-scale classification
tasks, since the class imbalance is not as high as in Web search. By measuring the
area under a curve, AUC, a single performance value is obtained that is independent
of τ . The better a detector performs, the bigger its AUC. Observe that maximizing the
ROC-AUC does not necessarily maximize the precision-recall-AUC [
            <xref ref-type="bibr" rid="ref4">4</xref>
            ]. For discrete
classifiers, such as B, the curves can be induced as shown. The ROC-AUC is the same as
the probability that two randomly sampled edits, one being regular and one vandalism,
are ranked correctly. Ideally, AUC values are measured more than once for a detector
on different pairs of training sets and test sets, so that variance can be measured o
determine whether a deviation from the random baseline is in fact significant. Due to
the limited size of the available corpus, and the nature of a competition, however, we
could not apply this strategy.
          </p>
          <p>From the above it becomes clear that detector A performs best in this example,
closely followed by detectors B and D, which perform equally well. Detector C is no
better than a random detector that classifies an edit as vandalism with probability 0.7.
2</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>Survey of Detection Approaches</title>
      <p>Out of 9 groups, 5 submitted a report describing their vandalism detector, while 2 sent
brief descriptions. This section surveys the detectors in a unified manner. We examine
the edit model used, and the machine learning algorithms that have been employed to
train the classifiers.</p>
      <p>An edit model function α is made up of features that are supposed to indicate
vandalism. A well-chosen set of features makes the task to train a classifier that detects
vandalism much easier, whereas a not so well-chosen set of features forestalls a
betterthan-chance detection performance. Hence, feature engineering is crucial to the success
of a vandalism detector. Note in this connection that no single feature can be expected
to separate regular edits from vandalism perfectly. Instead, a set of features does the
trick, where each feature highlights different aspects of vandalism, and where the
subsequently employed machine learning algorithm is left with using the information
provided by the feature set to train a classifier.</p>
      <p>
        We organize the features employed by all detectors into two categories: features
based on an edit’s content (cf. Table 1) and features based on meta information about
an edit (cf. Table 2). Each table row describes a particular kind of feature. Moreover,
Character-level Features
Capitalization Ratio of upper case chars to lower case chars (all chars). [
        <xref ref-type="bibr" rid="ref6 ref9">6, 9</xref>
        ]
      </p>
      <p>
        Number of capital words. [
        <xref ref-type="bibr" rid="ref12 ref14">12, 14</xref>
        ]
Digits Ratio of digits to all letters. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
Special Chars Ratio of non-alphanumeric chars to all chars. [
        <xref ref-type="bibr" rid="ref12 ref6 ref9">6, 9, 12</xref>
        ]
Distribution Kullback-Leibler divergence of the char distribution from the expectation. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
Diversity Length of all inserted lines to the (1 / number of different chars). [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
Repetition Number of repeated char sequences. [
        <xref ref-type="bibr" rid="ref12 ref5 ref6">5, 6, 12</xref>
        ]
      </p>
      <p>
        Length of the longest repeated char sequence. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
Compressibility Compression rate of the edit differences. [
        <xref ref-type="bibr" rid="ref12 ref9">9, 12</xref>
        ]
Spacing Length of the longest char sequence without whitespace. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
Markup Ratio of new (changed) wikitext chars to all wikitext chars. [
        <xref ref-type="bibr" rid="ref12 ref14 ref3 ref8">3, 8, 12, 14</xref>
        ]
Word-level Features
Vulgarism Frequency of vulgar words. [
        <xref ref-type="bibr" rid="ref12 ref14 ref3 ref5 ref6 ref9">3, 5, 6, 9, 12, 14</xref>
        ]
      </p>
      <p>
        Vulgarism impact: ratio of new vulgar words to those present in the article. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
Pronouns Frequency (impact) of personal pronouns. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
Bias Frequency (impact) of biased words. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
Sex Frequency (impact) of sex-related words. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
Contractions Frequency (impact) of contractions. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
Sentiment Frequency (impact) of sentiment words. [
        <xref ref-type="bibr" rid="ref12 ref5">5, 12</xref>
        ]
Vandal words Frequency (impact) of the top-k words used by vandals. [
        <xref ref-type="bibr" rid="ref14 ref3 ref6 ref9">3, 6, 9, 14</xref>
        ]
Spam Words Frequency (impact) of words often used in spam. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]
Inserted words Average term frequency of inserted words. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
Spelling and Grammar Features
Word Existence Ratio of words that occur in an English dictionary.
      </p>
      <p>Spelling Frequency (impact) of spelling errors.</p>
      <p>Grammar Number of grammatical errors.</p>
      <p>Edit Size Features
Revision size Size difference ratio between the old revision and the new one.
Distance Edit distance between the old revision and the new revision.</p>
      <p>Diff size Number of inserted (deleted, changed) chars (words).</p>
      <p>Edit Type Features
Edit Type The edit is an insertion, deletion, modification, or a combination.
Replacement The article (a paragraph) is completely replaced, excluding its title.
Revert The edit reverts an article back to a previous revision.</p>
      <p>Blanking Whether the whole article has been deleted.</p>
      <p>Links and Files Number of added links (files)</p>
      <p>Article Trustworthiness Features
Suspect Topic The article is on the list of often vandalized articles.</p>
      <p>WikiTrust Values from the WikiTrust trust histogram.</p>
      <p>Number of words with a certain WikiTrust reputation score.</p>
      <p>Editor Reputation Features
Anonymous Anonymous editor.</p>
      <p>Known Editor Editor is administrator (on the list of reviewers)
Edits Number of previous edits by the same editor.</p>
      <p>Number of previous edits by the same editor on the same article.</p>
      <p>Reputation Scores that compute a user’s reputation based on previous edits.
Reverts Number of reverted edits, or participation in edit wars.</p>
      <p>Vandalism Editor vandalized before.</p>
      <p>Registration Time the editor was registered with Wikipedia.
the right table column indicates who employed which feature in their detectors. Note
that our descriptions are not as detailed as those of the original authors, and that they
have been reformulated where appropriate in order to highlight similar feature ideas.</p>
      <p>Content-based features as well as meta information-based features further subdivide
into groups of similar kinds. Content-based features on character-level aim at vandalism
that sticks out due to unusual typing, whereas features on word-level use dictionaries
to quantify the usage of certain word classes and words often used by vandals. Some
features even quantify spelling and grammar mistakes. The size of an edit is measured
in various ways, and certain edit types are distinguished. The meta information-based
features evaluate the comment left by an editor, and the time-related information about
an edit. Other features quantify certain characteristics about the edited article in order
to better inform the machine learning algorithm about the prevalence of vandalism in
an article’s history. Moreover, information about an editor’s reputation is quantified
assuming that reputable editors are less likely to vandalize.</p>
      <p>Finally, all groups, who submitted a description of their approach, employed
decision trees in their detectors, such as random forests, alternating decision trees, naive
Bayes decision trees, and C4.5 decision trees. Two groups additionally employed other
classifiers in an ensemble classifier. The winning detector uses a random forest of 1000
trees at 5 random features each.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Evaluation Results</title>
      <p>In this section we report on the detection performances of the vandalism detectors that
took part in PAN. To determine the winning detector, their overall detection
performance is measured as AUC in ROC space and precision-recall space. Moreover, the
detectors’ curves are visualized in both spaces to gain further insight into their
performance characteristics. Finally, we train and evaluate a meta detector which combines
the predictions made by the individual detectors to determine what performance can be
expected from a detector that incorporates all of the aforementioned features. We find
that the meta detector outperforms all of the other detectors.
3.1</p>
      <sec id="sec-3-1">
        <title>Overall Detection Performance</title>
        <p>n
o
i
s
i
c
e
r
P
0
0
Mola Velasco</p>
        <p>Adler
Javanmardi</p>
        <p>Chichkov
Seaward
Hegedüs
Harpalani</p>
        <p>White</p>
        <p>Iftene
Random</p>
        <p>Detector
0.2
0.4
0.6
0.8</p>
        <p>1
Recall
detector clearly outperforms the other detectors by far in precision-recall space, but it
does not dominate all of them, which shows possibilities for improvements.
Nevertheless, its threshold can be adjusted so that 20% of the vandalism cases will be detected
with virtually perfect precision, i.e., it can be used without constant manual
doublechecking of its decisions. This has serious practical implications and cannot be said of
any other detector in the competition.</p>
        <p>By contrast, in ROC space, the detectors’ curves appear to be much more uniform.
Still, some detectors perform worse than others, but differences are less obvious. The
top 4 detectors and the detectors on ranks 5–8 behave similar at FP rates below 0.4.
The winning detector is outperformed by those of Chichkov and Javanmardi at FP
rates between 0.1 and 0.2, as well as those of Adler et al., Hegedu˝ s et al., and Seaward
at FP rates above 0.6. Altogether, this visualization supports the winning detector but
e
t
a
r
P
T</p>
        <p>1
0.8
0
0
0.2
0.4
it does not set it apart from the rest, which may lead to the conclusion that the different
approaches and feature sets employed are not so different, after all.</p>
        <p>Discussion. The differences between precision-recall space and ROC space underline
that they indeed possess unique properties, but they also raise the question, who’s right?
To answer this question for a particular classification task, it has to be determined
whether the precision or the FP rate is more important. For vandalism detection, due
to the class imbalance between regular edits and vandalism edits, precision may be
more important, which questions our decision made before the competition to use the
ROC-AUC to rank vandalism detectors.
3.3</p>
      </sec>
      <sec id="sec-3-2">
        <title>Combining all Vandalism Detectors: The PAN’10 Meta Detector</title>
        <p>Our evaluation shows that there is definite potential to improve vandalism detectors
even further: the winning detector does not dominate all other detectors, and more
importantly, no detector uses all features, yet. In what follows, we report on an experiment
to determine what the performance of a detector that incorporates all features would be.
To this end, we have set up the PAN’10 meta detector that trains a classifier based on
the predictions of all vandalism detectors for the set of test edits. The meta detector thus
combines the feature information encoded in the detectors’ predictions.</p>
        <p>
          Let Ec denote the PAN-WVC-10 corpus of edits whose classification is known, and
let C denote the set of detectors developed for PAN, where every c ∈ C maps an edit
model αc(e) = e, e ∈ Ec, onto [
          <xref ref-type="bibr" rid="ref1">0, 1</xref>
          ]. Ec was split into a training set Ec|train and a test
set Ec|test. In the course of the competition, every c ∈ C was trained based on Ec|train
and then used to predict whether or not the edits in Ec|test are vandalism. Instead of
analyzing those predictions to determine the performance of the detectors in C—as
was done in the previous section—Ec|test is split again into Ec|test|train and Ec|test|test.
The former is used to train our new meta detector cPAN, while the latter is used to test its
performance. For cPAN an edit e ∈ Ec|test is modeled as a vector e of predictions made
by the detectors in C: e = (c1(αc1 (e)), . . . , c|C|(αc|C| (e))) where ci ∈ C. That way,
without re-implementing the detectors, it is possible to test the impact of combining the
edit models of all detectors. To train cPAN we employ a random forest of 1000 trees at
4 random features each. Ec|test|train and Ec|test|test both comprise 8721 edits of which
713 and 768 are vandalism, respectively.
0.8
In summary, the results of the 1st international competition on vandalism detection are
the following: 9 vandalism detectors have been developed, which include a total of
55 features to quantify vandalism characteristics of an edit. One detector achieves
outstanding performance which allows for its practical use. Further, all vandalism detectors
can be combined into a meta detector that even outperforms the single best performing
detector. This shows that there is definite potential to develop better detectors.
        </p>
        <p>Lessons learned from the competition include that the evaluation of vandalism
detectors cannot be done solely based on the receiver operating characteristic, ROC, and
the area under ROC curves. Instead, an evaluation based on precision and recall
provides more insights. Despite the good performances achieved, vandalism detectors still
have a long way to go, which pertains particularly to the development of
vandalismindicating features. It is still unclear, which features contribute how much to the
detection performance. Finally, the corpora used to evaluate vandalism detectors require
further improvement with regard to annotation errors. Future evaluations of vandalism
detectors will have to address these shortcomings.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>B. Thomas Adler</surname>
          </string-name>
          , Luca de Alfaro, and
          <string-name>
            <given-names>Ian</given-names>
            <surname>Pye</surname>
          </string-name>
          .
          <article-title>Detecting Wikipedia Vandalism using WikiTrust: Lab Report for PAN at CLEF 2010</article-title>
          . In Braschler et al. [
          <volume>2</volume>
          ].
          <source>ISBN 978-88-904810-0-0.</source>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Martin</given-names>
            <surname>Braschler</surname>
          </string-name>
          , Donna Harman, and Emanuele Pianta, editors.
          <source>Notebook Papers of CLEF 2010 LABs and Workshops</source>
          ,
          <volume>22</volume>
          -
          <fpage>23</fpage>
          September, Padua, Italy,
          <year>2010</year>
          .
          <source>ISBN 978-88-904810-0-0.</source>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Dmitry</given-names>
            <surname>Chichkov</surname>
          </string-name>
          .
          <source>Submission to the 1st International Competition on Wikipedia Vandalism Detection</source>
          ,
          <year>2010</year>
          .
          <article-title>SC Software Inc</article-title>
          ., USA.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Jesse</given-names>
            <surname>Davis</surname>
          </string-name>
          and
          <string-name>
            <given-names>Mark</given-names>
            <surname>Goadrich</surname>
          </string-name>
          .
          <article-title>The Relationship Between Precision-Recall and ROC curves</article-title>
          .
          <source>In ICML'06: Proceedings of the 23rd International Conference on Machine Learning</source>
          , pages
          <fpage>233</fpage>
          -
          <lpage>240</lpage>
          , New York, NY, USA,
          <year>2006</year>
          .
          <source>ACM. ISBN 1-59593-383-2</source>
          . doi:
          <volume>10</volume>
          .1145/1143844.1143874.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Manoj</given-names>
            <surname>Harpalani</surname>
          </string-name>
          , Thanadit Phumprao, Megha Bass,
          <string-name>
            <given-names>Michael</given-names>
            <surname>Hart</surname>
          </string-name>
          , and Rob Johnson.
          <source>Wiki Vandalysis-Wikipedia Vandalism Analysis: Lab Report for PAN at CLEF 2010. In Braschler et al. [2]. ISBN 978-88-904810-0-0.</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>István</given-names>
            <surname>Hegedu</surname>
          </string-name>
          <article-title>˝s, Róbert Ormándi, Richárd Farkas, and Márk Jelasity. Novel Balanced Feature Representation for Wikipedia Vandalism Detection Task: Lab Report for PAN at CLEF 2010</article-title>
          . In Braschler et al. [
          <volume>2</volume>
          ].
          <source>ISBN 978-88-904810-0-0.</source>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Adrian</given-names>
            <surname>Iftene</surname>
          </string-name>
          .
          <source>Submission to the 1st International Competition on Wikipedia Vandalism Detection</source>
          ,
          <year>2010</year>
          . From the Universtiy of Iasi, Romania.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Sarah</given-names>
            <surname>Javanmardi</surname>
          </string-name>
          .
          <source>Submission to the 1st International Competition on Wikipedia Vandalism Detection</source>
          ,
          <year>2010</year>
          . From the Universtiy of California, Irvine, USA.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Santiago</surname>
            <given-names>M. Mola</given-names>
          </string-name>
          <string-name>
            <surname>Velasco</surname>
          </string-name>
          .
          <source>Wikipedia Vandalism Detection Through Machine Learning: Feature Review and New Proposals: Lab Report for PAN at CLEF 2010. In Braschler et al. [2]. ISBN 978-88-904810-0-0.</source>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Martin</given-names>
            <surname>Potthast</surname>
          </string-name>
          .
          <article-title>Crowdsourcing a Wikipedia Vandalism Corpus</article-title>
          . In
          <string-name>
            <surname>Hsin-Hsi</surname>
            <given-names>Chen</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Efthimis N.</given-names>
            <surname>Efthimiadis</surname>
          </string-name>
          , Jaques Savoy, Fabio Crestani, and
          <string-name>
            <surname>Stéphane</surname>
          </string-name>
          Marchand-Maillet, editors,
          <source>33rd Annual International ACM SIGIR Conference</source>
          , pages
          <fpage>789</fpage>
          -
          <lpage>790</lpage>
          . ACM,
          <year>July 2010</year>
          .
          <source>ISBN 978-1-4503-0153-4</source>
          . doi:
          <volume>10</volume>
          .1145/1835449.1835617.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Martin</surname>
            <given-names>Potthast</given-names>
          </string-name>
          , Benno Stein, and
          <string-name>
            <given-names>Robert</given-names>
            <surname>Gerling</surname>
          </string-name>
          .
          <article-title>Automatic Vandalism Detection in Wikipedia</article-title>
          . In Craig Macdonald, Iadh Ounis, Vassilis Plachouras, Ian Ruthven, and Ryen W. White, editors,
          <source>Advances in Information Retrieval: Proceedings of the 30th European Conference on IR Research (ECIR</source>
          <year>2008</year>
          ), volume 4956
          <source>LNCS of Lecture Notes in Computer Science</source>
          , pages
          <fpage>663</fpage>
          -
          <lpage>668</lpage>
          , Berlin Heidelberg New York,
          <year>2008</year>
          . Springer.
          <source>ISBN 978-3-540-78645-0</source>
          . doi: http://dx.doi.org/10.1007/978-3-
          <fpage>540</fpage>
          -78646-7_
          <fpage>75</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Leanne</given-names>
            <surname>Seaward</surname>
          </string-name>
          .
          <source>Submission to the 1st International Competition on Wikipedia Vandalism Detection</source>
          ,
          <year>2010</year>
          . From the Universtiy of Ottawa, Canada.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Andrew</surname>
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>West</surname>
            , Sampath Kannan, and
            <given-names>Insup</given-names>
          </string-name>
          <string-name>
            <surname>Lee</surname>
          </string-name>
          .
          <article-title>Detecting Wikipedia Vandalism via Spatio-Temporal Analysis of Revision Metadata</article-title>
          .
          <source>In EUROSEC '10: Proceedings of the Third European Workshop on System Security</source>
          , pages
          <fpage>22</fpage>
          -
          <lpage>28</lpage>
          , New York, NY, USA,
          <year>2010</year>
          . ACM.
          <source>ISBN 978-1-4503-0059-9</source>
          . doi:
          <volume>10</volume>
          .1145/1752046.1752050.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>James</given-names>
            <surname>White</surname>
          </string-name>
          and
          <string-name>
            <given-names>Rebecca</given-names>
            <surname>Maessen</surname>
          </string-name>
          . ZOT! to Wikipedia Vandalism:
          <article-title>Lab Report for PAN at CLEF 2010</article-title>
          . In Braschler et al. [
          <volume>2</volume>
          ].
          <source>ISBN 978-88-904810-0-0.</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>