<!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 2nd International Competition on Plagiarism Detection</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Martin Potthast</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alberto Barrón-Cedeño</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andreas Eiselt</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Benno Stein</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paolo Rosso</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Natural Language Engineering Lab, ELiRF Universidad Politécnica de Valencia</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff1">
          <label>1</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 18 plagiarism detectors that have been developed and evaluated within PAN'10. We start with a unified retrieval process that summarizes the best practices employed this year. Then, the detectors' performances are evaluated in detail, highlighting several important aspects of plagiarism detection, such as obfuscation, intrinsic vs. external plagiarism, and plagiarism case length. Finally, all results are compared to those of last year's competition.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Research and development on automatic plagiarism detection is the prominent topic in
the broad field of text reuse studies. The evaluation of plagiarism detectors, however,
is still in its infancy: recently the first standardized evaluation framework for
plagiarism detection has been published [17]. Using this framework the 2nd PAN competition
on plagiarism detection was held in conjunction with the 2010 CLEF conference.
Altogether 18 groups from all over the world developed plagiarism detectors for PAN,
which is 5 more than in last year’s competition [16]; 5 groups attended for the second
time. In this paper we overview the participants’ detection approaches in a comparative
manner, and we report on the evaluation of their detection performances.
1.1</p>
      <sec id="sec-1-1">
        <title>Plagiarism Detection</title>
        <p>We define a plagiarism case s = hsplg, dplg, ssrc, dsrci as a 4-tuple which consists of a
passage splg in a document dplg that is the plagiarized version of some source passage
ssrc in dsrc. When given dplg, the task of a plagiarism detector is to detect s, say, by
reporting a plagiarism detection r = hrplg, dplg, rsrc, d′srci which consists of an allegedly
plagiarized passage rplg in dplg and its source rsrc in d′src, and which approximates s
as closely as possible. We say that r detects s iff splg ∩ rplg 6= ∅, ssrc ∩ rsrc 6= ∅, and
dsrc = d′src. To accomplish this task, the plagiarism detector can resort to two strategies:
external plagiarism detection and intrinsic plagiarism detection.</p>
        <p>In external plagiarism detection, it is assumed that the source document dsrc for a
given plagiarized document dplg can be found in a document collection D, such as the
Web. Typically, plagiarism detection then divides into three steps [21]: first, a set of
candidate source documents Dsrc is retrieved from D, where ideally |Dsrc| ≪ |D| to
speed up subsequent computations. Second, each candidate dsrc ∈ Dsrc is compared in
detail with dplg, and a plagiarism detection r is reported if two highly similar passages
rplg and rsrc are identified between dplg and dsrc. Third, the set R of reported detections
is post-processed to filter out false positives.</p>
        <p>
          In intrinsic plagiarism detection, the plagiarism detector attempts to detect
plagiarized passages solely based on information extracted from dplg [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. Strategies for this
approach typically include an analysis of dplg’s writing style, since no two authors have
the same style. Naturally, detections obtained in this manner do not include source
passages and source documents: r = hrplg, dplgi. They are worthwhile nonetheless, since
there may be plagiarism cases whose sources have become inaccessible.
1.2
        </p>
      </sec>
      <sec id="sec-1-2">
        <title>Evaluating Plagiarism Detectors</title>
        <p>To evaluate a plagiarism detector we employ our recently published evaluation
framework for plagiarism detection, which comprises the PAN plagiarism corpus 2010,
PANPC-10, and three plagiarism detection performance measures [17]. The plagiarism
detector is asked to detect all plagiarism cases in the corpus, and then the accuracy of the
detections is measured.</p>
        <p>During construction of the PAN-PC-10, a number of different parameters have been
varied in order to create a high diversity of plagiarism cases. Table 1 gives an overview:
the corpus is divided into documents suspicious of plagiarism, and potential source
documents. Note that only a subset of the suspicious documents actually contains
plagiarism cases, and that for some cases the sources are unavailable. Also, the fraction of
plagiarism per document and the document lengths have been varied. As for the
plagiarism cases, one of their most salient properties is whether and how they have been
obfuscated; i.e., real plagiarists rewrite their source passages in order to make detecting
them more difficult. A variety of obfuscation strategies have been employed in our
corpus, including artificial (automatic) obfuscation, simulated (manual) obfuscation, and
automatic translation from German and Spanish to English. Besides the obfuscation
type also the length of the plagiarism cases has been varied, and the fact whether or not
the topic of a plagiarized document matches that of the source document.</p>
        <p>The performance of a plagiarism detector is quantified by the well-known measures
precision and recall, supplemented by a third measure called granularity. Let S denote
the set of plagiarism cases in the suspicious documents of the corpus, and let R denote
the set of plagiarism detections the detector reports for these documents. To simplify
the notation, a plagiarism case s = hsplg, dplg, ssrc, dsrci, s ∈ S, is represented as a set
s of references to the characters of dplg and dsrc that form the passages splg and ssrc.
Likewise, a plagiarism detection r ∈ R is represented as r. Based on these
representations, the precision and the recall of R under S can be measured micro-averaged (mic)
and macro-averaged (mac):
precmic(S, R) =
r ecmic(S, R) =
| S(s,r)∈(S×R)(s ⊓ r)|</p>
        <p>| Sr∈R r|
| S(s,r)∈(S×R)(s ⊓ r)|
| Ss∈S s|
;
;
where s ⊓ r =
precmac(S, R) =</p>
        <p>r ecmac(S, R) =
s ∩ r if r detects s,
∅ otherwise.</p>
        <p>1 X | Ss∈S(s ⊓ r)|
|R| r∈R |r|
1 X | Sr∈R(s ⊓ r)|
|S| s∈S |s|
;
;</p>
        <p>Precision and recall do not account for the fact that plagiarism detectors sometimes
report overlapping or multiple detections for a single plagiarism case. This is clearly
undesirable, and to address this deficit also a detector’s granularity is quantified as
follows:
gran(S, R) =
1</p>
        <p>X |Rs|,
|SR| s∈SR
where SR ⊆ S are cases detected by detections in R, and Rs ⊆ R are detections of s.
I.e., SR = {s | s ∈ S ∧ ∃r ∈ R : r detects s} and Rs = {r | r ∈ R ∧ r detects s}.</p>
        <p>The above measures are computed for each plagiarism detector; however, they do
not allow for an absolute ranking among detectors. Therefore, the three measures are
combined into a single, overall score as follows:
plagdet(S, R) =</p>
        <p>F1
log2(1 + gran(S, R))
where F1 is the equally-weighted harmonic mean of precision and recall.
2</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>Survey of Plagiarism Detectors</title>
      <p>This section surveys the plagiarism detectors developed for PAN. We summarize the
best practices that have been employed this year for external plagiarism detection,
discuss their suitability for practical use, and compare them with those of last year. Finally,
Section 2.3 reports on this year’s approaches to intrinsic plagiarism detection.
2.1</p>
      <sec id="sec-2-1">
        <title>External Plagiarism Detection in PAN 2010</title>
        <p>All except one participant submitted lab reports describing their plagiarism detectors.
After analyzing all 17 reports, certain algorithmic patterns became apparent to which
many participants followed independently. We have unified and organized the different
approaches in the form of a “reference retrieval process for external plagiarism
detection”: given a suspicious document d and a document collection D, the task is to detect
all plagiarism cases s in d. The process follows the aforementioned three steps, i.e.,
candidate retrieval, detailed analysis, and post-processing.</p>
        <p>Candidate Retrieval. In order to simplify the detection of cross-language plagiarism,
non-English documents in D are translated to English using machine translation
(services). Then, to speed up subsequent computations, a subset Dsrc of D is retrieved that
comprises candidates for plagiarism in d. Basically, this is done by comparing d with
every document in D using a fingerprint retrieval model: d is represented as a
fingerprint d of hash values of sorted word n-grams extracted from d. Note that sorting the
n-grams brings them into a canonical form which cancels out plagiarism obfuscation
locally. Beforehand, d is normalized by removing stop words, by replacing every word
with a particular word from its synonym set (if possible), and by stemming the
remainder. Again, these steps cancel out some obfuscation.</p>
        <p>Since many suspicious documents are to be analyzed against D, the entire set D
is represented as fingerprint collection, D, which is stored in an inverted index. Then,
the postlists for the values in d are retrieved, and all documents that occur in at least
k postlists are considered as candidate source documents Dsrc. Note that the value of
k increases as n decreases. This approach is equivalent to an exhaustive comparison
of d with every fingerprint in D using the Jaccard coefficient, but optimal in terms of
runtime efficiency when repeating the task with different suspicious documents.
Detailed Analysis. The suspicious document d is compared in-depth with each
candidate source document dsrc ∈ Dsrc. This is done by means of heuristic sequence
alignment algorithms, that, inspired by their counterparts in bioinformatics, work as follows:
first, the sorted word n-grams that match exactly between d and dsrc are extracted as
seeds. Second, the seeds are merged stepwise into aligned passages by applying merge
rules. A merge rule decides whether two seeds or aligned passages can be merged, e.g.
by checking whether they fulfill a certain condition with regard to their relative positions
in the two documents. Typically, a number of merge rules are organized in a precedence
hierarchy: a superordinate rule is applied until no two seeds can be merged anymore
by that rule, then the next subordinate rule is applied on the resulting aligned passages,
and so on until all rules have been processed. Third, the obtained pairs rplg and rsrc of
aligned passages are returned as plagiarism detections r = hrplg, d, rsrc, dsrci.
Post-Processing. Before being returned to the user, the set R of plagiarism detections
from the previous step is filtered in order to reduce false positive detections. In this
regard a set of “semantic” rules is applied that, for instance, require detections to have
at least a certain length or that discard detections whose passages rplg and rsrc do not
exceed a similarity threshold under some retrieval model. Moreover, ambiguous
detections that report different sources for approximately the same plagiarized passage in d
are dealt with, e.g., by discarding the less probable alternative.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Discussion and Comparison to PAN 2009</title>
        <p>Compared to last year, the detectors have matured and specialized to the problem
domain. With regard to their practical use in a real-world setting, however, some
developments must be criticized. In general, many of this year’s developments pertain only
to plagiarism detection in local document collections, but cannot be applied easily for
plagiarism detection against the Web.</p>
        <p>A novelty this year is that many participants approach cross-language plagiarism
cases straightforwardly by automatically translating all non-English documents to
English. In cross-language information retrieval, this solution is often mentioned as an
alternative to others, but it is hardly ever applied. Reasons for this include the fact that
machine translation technologies are difficult to set up in the first place. All of this is of
course alleviated to some extent by online translation services like Google Translate.1
With regard to plagiarism detection, however, this solution can only be applied locally,
and not on the Web.</p>
        <p>
          Most of the retrieval models for candidate retrieval employ “brute force”
fingerprinting, say, instead of selecting few n-grams from a document, as is custom with
near-duplicate detection algorithms like shingling and winnowing [
          <xref ref-type="bibr" rid="ref3">3, 19</xref>
          ], all n-grams
are used. The average n this year compares to that of last year with about 4.2 words,
the winning approach uses 5 words. New this year is that the n-grams are sorted before
computing their fingerprint hash values. Moreover, some participants put more effort
into text pre-processing, e.g., by performing synonym normalization. Altogether, such
and similar heuristics can be seen as counter-obfuscation heuristics. Fingerprinting
cannot be easily applied when retrieving source candidates from the Web, so some
participants employ standard keyword retrieval technologies, such as Lucene and Terrier.2 All
of them, however, first chunk the source documents and index the chunks rather than the
documents, so as to retrieve plagiarized portions of a source document more directly.
Anyway, be it fingerprinting or keyword retrieval, the use of inverted indexing to speed
up candidate retrieval is predominant this year; only few participants still resort to a
naïve comparison of all pairs of suspicious documents and source documents.
        </p>
        <p>With regard to detailed analysis, one way or another, all participants employ
sequence alignment heuristics, but few notice the connections to bioinformatics and
image processing. Hence, due to the lack of a formal framework, participants come up
with rather ad hoc rules. Finally, in order to minimize the granularity, some participants
discard overlapping detections with ambiguous sources partly or altogether. It may or
may not make sense to do so in a competition, but in a real-world setting this cannot
hold.
1 http://translate.google.com
2 http://lucene.apache.org and http://terrier.org
2.3</p>
      </sec>
      <sec id="sec-2-3">
        <title>Intrinsic Plagiarism Detection in PAN 2010</title>
        <p>
          Intrinsic plagiarism detection has received less attention this year as it turns out that
developing algorithms to detect both kinds of plagiarism cases and combining them
into a single detector is still too difficult a task to be accomplished within a few months
time. Moreover, intrinsic plagiarism detection is still in its infancy compared to external
plagiarism detection, and so is research on combining the two. The winning participant
reports to have successfully reimplemented last year’s best approach, however, the
developments were dropped in favor of external plagiarism detection [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. The third winner
has successfully combined intrinsic and external detection by employing the intrinsic
detection algorithm only on suspicious documents for which no external plagiarism has
been detected [12]. Only one participant has developed an intrinsic-only detector [22].
The underlying approach to intrinsic plagiarism detection has not changed: a suspicious
document d is chunked, and, using a writing style retrieval model, each chunk is
compared with the whole of d. Then, chunks whose writing style differs significantly from
the average writing style of the document are identified using outlier detection.
Consecutive outlier chunks are merged, and finally, all outliers are returned as plagiarism
detections.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Evaluation Results</title>
      <p>In this section we report on the detection performances of the plagiarism detectors that
took part in PAN. Their overall performance is analyzed, which determines this year’s
winners, and then, each detector’s performance is analyzed with regard to the
aforementioned parameters of our evaluation corpus. Again, we discuss the results and compare
them with those of last year.</p>
      <p>t
e
d
g
a
l
p
a</p>
      <p>P
O
5
.
0
5
.
0
5
.
1
O</p>
      <p>O</p>
      <p>O
Our evaluation corpus comprises a number of parameters that have been varied in order
to create a high diversity of plagiarism cases; see Table 1 for an overview. In the
following a detailed analysis of the detectors’ performances in terms of these parameters
is given.</p>
      <p>
        5
.
0
5
.
0
5
.
0
5
.
0
5
.
1
5
.
1
Detection Task. Table 3 summarizes the detection performances with regard to portions
of the evaluation corpus that are intended for external plagiarism detection and
intrinsic plagiarism detection. Since most of the participants focused on external plagiarism
detection, the trends that appear on the entire corpus can be observed here as well. The
only difference is that the recall values are between 20% and 30% higher than on the
entire corpus, which is due to the fact that about 30% of all plagiarism cases in the corpus
are intrinsic plagiarism cases. Only Muhr et al. [12] and Suárez et al. [22] made serious
attempts to detect intrinsic plagiarism; their recall is well above 0, but their precision is
poor. Nevertheless, combining intrinsic and external detection pays off overall for Muhr
et al., and the intrinsic-only detection of Suárez et al. even detects some of the external
plagiarism cases. Grozea and Popescu [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] tried to exploit knowledge about the corpus
construction process to detect intrinsic plagiarism, which is of course not practical.
Obfuscation. Table 4 summarizes the detection performances with regard to the
different obfuscation strategies employed in our corpus. As expected, it is not difficult to
detect unobfuscated plagiarism, at least not for the top plagiarism detectors. Artificial
plagiarism with both low and high obfuscation can be detected well, too, while the recall
decreases slightly with increasing obfuscation. Simulated plagiarism, however, appears
to be much more difficult to detect regarding both precision and recall. Interestingly,
the best performing detectors on simulated plagiarism are not the top detectors. With
regard to translated plagiarism, all participants who used machine translation to first
translate non-English documents in the corpus to English were successful both in terms
of precision and recall. Some, however, suffer from a poor granularity.
Topic Match. Table 5 summarizes the detection performances with regard to whether
or not the topic of a document that contains plagiarism matches that of its source
documents. It can be observed that this appears to make no difference at all, other than a
slightly smaller precision and recall for inter-topic cases compared to intra-topic cases.
5
.
0
5
.
0
5
.
0
5
.
0
5
.
0
5
.
0
5
.
0
5
.
0
5
.
0
5
.
0
5
.
1
5
.
1
5
.
1
5
.
1
5
.
1
0
0
1
However, since many participants did not implement a retrieval process similar to that
of Web search engines, some doubts remain whether these results hold in practice.
Case Length, Document Length, and Plagiarism per Document. Tables 6, 7, and 8
summarize the detection performances with regard to the length of a plagiarism case, the
length of a plagiarized document, and the percentage of plagiarism per plagiarized
document. In general, it can be noted that the longer a case and the longer a document, the
easier it is to detect plagiarism. This can be explained by the fact that long plagiarism
cases in the corpus are less obfuscated than short ones, assuming that a plagiarist does
not spend much time on long cases, and since long documents contain more of the long
cases on average than short ones. Also, the more plagiarism per plagiarized document
the better the detection, since a plagiarism detector may be more confident with its
derized documents matches that of the source document.
      </p>
      <sec id="sec-3-1">
        <title>Topic Match</title>
        <p>Precision
rkza ouZ rhu zae tre jnóo iraeeP iilsvkko abohS ttrnoo licoMj-ssàu aabwtpauGianaV rzàue irnaha tIfene</p>
        <p>u
p Mro re rre r
s
a a S lz
5
.
0
5
.
0
5
.
0
5
.
0
5
.
0
5
.
0
5
.
0
5
.
0
5
.
0
5
.
0
p
o
t</p>
        <p>Greb T
tections if much plagiarism is found in a document. Altogether, the general behavior of
the plagiarism detectors with regard to these corpus parameters is similar.</p>
      </sec>
      <sec id="sec-3-2">
        <title>Case Length</title>
        <p>5
.
1
5
.
1
5
.
1
0
0
1</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3 Discussion and Comparison to PAN 2009</title>
        <p>The detection task, the obfuscation strategies, and the length of a plagiarism case are the
key parameters of the corpus that determine detection difficulty: the most difficult cases
to be detected are those without source, and short ones with simulated obfuscation. The
difficulty to detect simulated plagiarism may be in part due to the fact that is was created
with specific intructions to create high obfuscation.</p>
        <p>
          Since this year’s evaluation corpus has been re-developed from scratch, a
comparison to last year’s detection results is not straightforward. In this respect, the
secondtime participation of last year’s winner forms an important connection: Grozea and
Popescu [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] report that their detector is the same as last year and that almost none of its
parameters have been changed. This makes all results of last year comparable to those
of this year, simply, by applying the rule of three. Figure 2 shows a combined ranking of
all participants from this year and last year. The groups who participated for the second
time improved their plagiarism detectors significantly.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4 Conclusion</title>
      <p>A number of lessons learned can be derived from this year’s results: research and
development on external plagiarism detection focuses too much on retrieval from local
document collections instead of Web retrieval, while the less developed intrinsic
plagiarism detection does not get much attention. Besides Web retrieval, another challenge
5
.
0
5
.
0
5
.
0
5
.
0
5
.
0
5
.
0
5
.
0
5
.</p>
      <p>0
0
0
1
1
1
2
r r i l
k u a n e a i a n</p>
      <p>h e l r o
a o e t jó i i k h o c s a
rz Z u z u e sa re sv b ttr i s</p>
      <p>Mo e r o
r r r B e o</p>
      <p>r o k S
G P l</p>
      <p>u</p>
      <p>Mj a
o</p>
      <p>G
b
O
a
P
à b a a n s</p>
      <p>t i i
wu a
i</p>
      <p>r i
z d</p>
      <p>n e
o b e r e n lme n
p n in t g r a u ra o ll e
b ta a à wg h lc A ft</p>
      <p>I
GV r a Hu a la a a</p>
      <p>e
a N
t
s
o
C</p>
      <p>S
h m
c a</p>
      <p>t
h</p>
      <p>S
T
performances of PAN 2009 detectors are shaded dark, those of PAN 2010 detectors light.
5
.
1
5
.
1
5
.
1
5
.
1
in external plagiarism detection is obfuscation: while artificial obfuscation appears to
be detectable relatively easy if a plagiarism case is long, short plagiarism cases as well
as simulated obfuscation is not. Regarding translated plagiarism, again, automatically
generated cases pose no big challenge in a local document collection, while we
hypothesize that simulated cross-language plagiarism will. Future competitions will have to
address these shortcomings.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgements</title>
      <p>
        We would like to thank our co-organizers Efstathios Stamatatos and Moshe Koppel for
their help along the way. Our special thanks go to the participants of the competition
for their devoted work. Last not least we thank Yahoo! Research for their sponsorship.
This work is partially funded by CONACYT-Mexico and the MICINN project
TEXTENTERPRISE 2.0 TIN2009-13391-C04-03 (Plan I+D+i).
[11] Daniel Micol, Óscar Ferrández, and Rafael Muñoz. A Textual-Based Similarity Approach
for Efficient and Scalable External Plagiarism Analysis: Lab Report for PAN at CLEF
2010. In Braschler et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. ISBN 978-88-904810-0-0.
[12] Markus Muhr, Roman Kern, Mario Zechner, and Michael Granitzer. External and Intrinsic
Plagiarism Detection using a Cross-Lingual Retrieval and Segmentation System: Lab
Report for PAN at CLEF 2010. In Braschler et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. ISBN 978-88-904810-0-0.
[13] Rao Muhammad Adeel Nawab, Mark Stevenson, and Paul Clough. University of Sheffield:
      </p>
      <p>
        Lab Report for PAN at CLEF 2010. In Braschler et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. ISBN 978-88-904810-0-0.
[14] Gabriel Oberreuter, Gaston L’Huillier, Sebastian Rios, and Juan D. Velásquez.
      </p>
      <p>
        FASTDOCODE: Finding Approximated Segments of N-Grams for Document Copy
Detection: Lab Report for PAN at CLEF 2010. In Braschler et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. ISBN
978-88-904810-0-0.
[15] Yurii Palkovskii, Alexei Belov, and Irina Muzika. Exploring Fingerprinting as External
Plagiarism Detection Method: Lab Report for PAN at CLEF 2010. In Braschler et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>ISBN 978-88-904810-0-0.
[16] Martin Potthast, Benno Stein, Andreas Eiselt, Alberto Barrón-Cedeño, and Paolo Rosso.</p>
      <p>
        Overview of the 1st International Competition on Plagiarism Detection. In Benno Stein,
Paolo Rosso, Efstathios Stamatatos, Moshe Koppel, and Eneko Agirre, editors, SEPLN
2009 Workshop on Uncovering Plagiarism, Authorship, and Social Software Misuse (PAN
09), pages 1–9. CEUR-WS.org, September 2009. URL http://ceur-ws.org/Vol-502.
[17] Martin Potthast, Benno Stein, Alberot Barrón-Cedeño, and Paolo Rosso. An Evaluation
Framework for Plagiarism Detection. In Chu-Ren Huang and Dan Jurafsky, editors,
Proceedings of the 23rd International Conference on Computational Linguistics (COLING
2010), pages 997–1005, Beijing, China, August 2010. Association for Computational
Linguistics.
[18] Viviane P. Moreira Rafael C. Pereira and Renata Galante. UFRGSPAN2010: Detecting
External Plagiarism: Lab Report for Pan at CLEF 2010. In Braschler et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. ISBN
978-88-904810-0-0.
[19] Saul Schleimer, Daniel S. Wilkerson, and Alex Aiken. Winnowing: local algorithms for
document fingerprinting. In SIGMOD ’03: Proceedings of the 2003 ACM SIGMOD
international conference on Management of data, pages 76–85, New York, NY, USA,
2003. ACM Press. ISBN 1-58113-634-X.
[20] Sobha L., Pattabhi R. K Rao, Vijay Sundar Ram, and Akilandeswari A. External
Plagiarism Detection: Lab Report for PAN at CLEF 2010. In Braschler et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. ISBN
978-88-904810-0-0.
[21] Benno Stein, Sven Meyer zu Eißen, and Martin Potthast. Strategies for Retrieving
Plagiarized Documents. In Charles Clarke, Norbert Fuhr, Noriko Kando, Wessel Kraaij,
and Arjen P. de Vries, editors, 30th Annual International ACM SIGIR Conference (SIGIR
07), pages 825–826. ACM, July 2007. ISBN 987-1-59593-597-7.
[22] Pablo Suárez, Jose Carlos González, and Julio Villena. A Plagiarism Detector for Intrinsic,
External and Internet Plagiarism: Lab Report for PAN at CLEF 2010. In Braschler et al.
[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. ISBN 978-88-904810-0-0.
[23] Diego Antonio Rodríguez Torrejón and José Manuel Martín Ramos. CoReMo System
(Contextual Reference Monotony) A Fast, Low Cost and High Performance Plagiarism
Analyzer System: Lab Report for PAN at CLEF 2010. In Braschler et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. ISBN
978-88-904810-0-0.
[24] Clara Vania and Mirna Adriani. External Plagiarism Detection Using Passage Similarities:
      </p>
      <p>
        Lab Report for PAN at CLEF 2010. In Braschler et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. ISBN 978-88-904810-0-0.
[25] Du Zou, Wei-Jiang Long, and Ling Zhang. A Cluster-Based Plagiarism Detection Method:
Lab Report for PAN at CLEF 2010. In Braschler et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. ISBN 978-88-904810-0-0.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Salha</given-names>
            <surname>Alzahrani</surname>
          </string-name>
          and
          <string-name>
            <given-names>Naomie</given-names>
            <surname>Salim</surname>
          </string-name>
          .
          <article-title>Fuzzy Semantic-Based String Similarity for Extrinsic Plagiarism Detection: 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>Andrei Z.</given-names>
            <surname>Broder</surname>
          </string-name>
          .
          <article-title>Identifying and Filtering Near-Duplicate Documents</article-title>
          .
          <source>In COM'00: Proceedings of the 11th Annual Symposium on Combinatorial Pattern Matching</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          , London, UK,
          <year>2000</year>
          . Springer-Verlag.
          <source>ISBN 3-540-67633-3.</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Marta</surname>
            <given-names>R</given-names>
          </string-name>
          . Costa-jussá, Rafael Banchs, Jens Grivolla, and
          <string-name>
            <given-names>Joan</given-names>
            <surname>Codina</surname>
          </string-name>
          .
          <source>Plagiarism Detection Using Information Retrieval and Similarity Measures based on Image Processing techniques: Lab Report for PAN at CLEF 2010. In Braschler et al. [2]. ISBN 978-88-904810-0-0.</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Thomas</given-names>
            <surname>Gottron</surname>
          </string-name>
          .
          <source>External Plagiarism Detection Based on Standard IR Technology: 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>Cristian</given-names>
            <surname>Grozea</surname>
          </string-name>
          and
          <string-name>
            <given-names>Marius</given-names>
            <surname>Popescu</surname>
          </string-name>
          .
          <article-title>Encoplot-Performance in the Second International Plagiarism Detection Challenge: 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>Parth</given-names>
            <surname>Gupta</surname>
          </string-name>
          and
          <string-name>
            <given-names>Sameer</given-names>
            <surname>Rao</surname>
          </string-name>
          .
          <article-title>External Plagiarism Detection: N-Gram Approach using Named Entity Recognizer: 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="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Adrian</given-names>
            <surname>Iftene</surname>
          </string-name>
          .
          <source>Submission to the 2nd International Competition on Plagiarism Detection</source>
          ,
          <year>2010</year>
          . From the Universtiy of Iasi, Romania.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Jan</given-names>
            <surname>Kasprzak</surname>
          </string-name>
          and
          <string-name>
            <given-names>Michal</given-names>
            <surname>Brandejs</surname>
          </string-name>
          .
          <article-title>Improving the Reliability of the Plagiarism Detection System: 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="ref10">
        <mixed-citation>
          [10] Sven Meyer zu Eißen and
          <string-name>
            <given-names>Benno</given-names>
            <surname>Stein</surname>
          </string-name>
          .
          <article-title>Intrinsic Plagiarism Detection</article-title>
          . In Mounia Lalmas,
          <string-name>
            <surname>Andy</surname>
            <given-names>MacFarlane</given-names>
          </string-name>
          , Stefan Rüger, Anastasios Tombros, Theodora Tsikrika, and Alexei Yavlinsky, editors,
          <source>Advances in Information Retrieval: Proceedings of the 28th European Conference on IR Research (ECIR 06)</source>
          , volume 3936
          <source>LNCS of Lecture Notes in Computer Science</source>
          , pages
          <fpage>565</fpage>
          -
          <lpage>569</lpage>
          , Berlin Heidelberg New York,
          <year>2006</year>
          . Springer. ISBN 3-540-33347-9. doi: http://dx.doi.org/10.1007/11735106_66. URL http://www.springerlink.com/content/x7x483u1k3970863/.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>