<!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>Source Retrieval for Plagiarism Detection from Large Web Corpora: Recent Approaches</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Matthias Hagen</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Martin Potthast</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Benno Stein</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bauhaus-Universität Weimar</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>This paper overviews the five source retrieval approaches that have been submitted to the seventh international competition on plagiarism detection at PAN 2015. We compare the performances of these five approaches to the 14 methods submitted in the two previous years (eight from PAN 2013 and six from PAN 2014). For the third year in a row, we invited software submissions instead of run submissions, such that cross-year evaluations are possible. This year's stand-alone source retrieval overview can thus to some extent also be used as a reference to the different ideas presented in the last three years-the text alignment subtask will be depicted in another individual overview.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        The retrieval and extraction of text reuse from large document collections is central to
applications such as plagiarism detection, copyright protection, and information flow
analysis. Appropriate algorithms have to be able to deal with all kinds of text reuse
ranging from verbatim copies and quotations to paraphrases and translations to
summaries [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Particularly the latter kinds of text reuse still present a real challenge to
both engineering and evaluation of retrieval algorithms. Until recently, one of the
primary obstacles to the development of new algorithms has been a lack of evaluation
resources. To rectify this lack and to enable the source retrieval subtask, we have worked
on a high-quality, large-scale evaluation framework [17, 18], that has been used in the
last four years.1
      </p>
      <p>The source retrieval subtask has been running for four years in a row now and we
can observe the standard multi-year life cycle of repeated shared tasks. Basically, there
are three phases: an innovation phase, a consolidation phase, and a production phase. In
the innovation phase, new evaluation resources are being developed and introduced for
the first time, such as new corpora, new performance measures, and new technologies.
The introduction of such new resources typically stirs up a lot of dust and is prone to
errors and inconsistencies that may spoil evaluation results to some extent. This cannot be
avoided, since only the use of new evaluation resources by many different parties will
1 Some of the concepts found in this paper have been described earlier, so that, because of the
inherently incremental nature of shared tasks, and in order for this paper to be self-contained,
we reuse text from previous overview papers.</p>
      <p>Suspicious
document</p>
      <p>Source
retrieval
Document
collection</p>
      <p>Candidate
documents</p>
      <p>Text
alignment</p>
      <p>Knowledge-based
post-processing
Plagiarism Detection</p>
      <p>Suspicious
passages
reveal their shortcomings. Therefore, the evaluation resources are released only
sparingly so they last for the remainder of a cycle. This phase spanned the first and also to
some extent the second year of the source retrieval subtask. In the consolidation phase,
based on the feedback and results obtained from the first phase, the new evaluation
resources are developed to maturity by making adjustments and fixing errors. This phase
spanned the second and to some extent the third year of the source retrieval subtask.
In the production phase, the task is repeated with little changes to allow participants to
build upon and to optimize against what has been accomplished, and, to make the most
of the prior investment in developing the new evaluation resources. Meanwhile, new
ideas are being developed to introduce further innovation.</p>
      <p>This third production phase in part could be observed in last year’s third edition
of the source retrieval subtask and was the motivation behind organizing the subtask
for a fourth time. However, as will be described in more detail later, no real progress
in the probably most important directions for a source retrieval method (i.e.,
improving the recall of reused sources and minimizing the effort until the first evidence for
reuse is detected) can be observed in this year’s submission. New querying strategies
might be the key but no participant developed new ideas in that direction. Before further
elaborating the different submitted approaches of this year’s edition and the respective
evaluation results, we describe the task setting and test environment in a self-contained
way (note again that a lot of the respective passages have already been contained in the
previous years’ overview papers).
2</p>
    </sec>
    <sec id="sec-2">
      <title>Setting this Overview’s Scene</title>
      <p>Terminology. Figure 1 shows a generic retrieval process to detect plagiarism in a given
suspicious document dplg, when also given a (very large) document collection D of
potential source documents. This process is also referred to as external plagiarism
detection since plagiarism in dplg is detected by searching for text passages in D that are
highly similar to text passages in dplg.2 The process is divided into three basic steps,
2 Another approach to detect plagiarism is called intrinsic plagiarism detection, where detectors
are given only one suspicious document and are supposed to identify text passages in it which
deviate in their style from the remainder of the document.
which are typically implemented in most plagiarism detectors. First, source retrieval,
which identifies a feasible set of candidate source documents Dsrc D that are likely
sources for plagiarism regarding dplg—this is the problem tackled in the source retrieval
subtask. Second, text alignment, where each candidate source document dsrc 2 Dsrc is
compared to dplg, extracting all passages of text that are highly similar—this is the
problem tackled in the text alignment subtask described in another overview paper. Third,
knowledge-based post-processing, where the extracted passage pairs are cleaned,
filtered, and possibly visualized for later inspection—this is not really reflected in the
PAN plagiarism subtasks so far.</p>
      <p>
        Shared Tasks on Plagiarism Detection. We have organized shared tasks on
plagiarism detection annually since 2009. In the innovation phase of our shared task at
PAN 2009 [21], we developed the first standardized evaluation framework for
plagiarism detection [20]. This framework was consolidated in the second and third task at
PAN 2010 and 2011 [
        <xref ref-type="bibr" rid="ref13 ref14">13, 14</xref>
        ], and it has since entered the production phase while
being adopted by the community. Our initial goal with this framework was to evaluate
the process of plagiarism detection depicted in Figure 1 as a whole. We expected that
participants would implement source retrieval algorithms as well as text alignment
algorithms and use them as modules in their plagiarism detectors. However, the results of
the innovation phase proved otherwise, since participants implemented only text
alignment algorithms, whereas they resorted to exhaustively comparing all pairs of
documents within our evaluation corpora, even when the corpora were tens of thousands of
documents large. To establish source retrieval as a shared task of its own, we introduced
it at PAN 2012 next to the text alignment task [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], thus entering a new task life cycle
for this task. We developed a new, large-scale evaluation corpus of essay-length
plagiarism cases that have been written manually, and whose sources have been retrieved
manually from the ClueWeb09 corpus [18]. Given our above observation from the text
alignment task, the ClueWeb09 was deemed too large to be exhaustively compared to
a given suspicious document in a reasonable time. Furthermore, we developed a new
search engine for the ClueWeb09 called ChatNoir [17], which serves participants who
do not wish to develop their own ClueWeb09 search engine as a means of participation.
We then offered source retrieval as an individual task based on the new evaluation
resources [
        <xref ref-type="bibr" rid="ref15">15, 16</xref>
        ], whereas this year marks the fourth time we do so, and the continuation
of the source retrieval task’s production phase.
      </p>
      <p>Contributions. Since the source retrieval subtask probably now is in the production
phase of its life cycle, we refrain from changing the existing evaluation resources too
much, whereas we continue to maintain them. Therefore, our contributions this year
consist of (1) a survey of this year’s submitted approaches, which reveals that there
are hardly any new trends among participants in the source retrieval subtask, and (2) an
analysis of this years participants’ retrieval performances in direct comparison to
participants from previous years, which reveals that no real progress in the important direction
of increased recall can be observed.</p>
      <p>
        In this connection, our goal with both shared tasks is to further automate them.
Hence, we continue to develop the TIRA evaluation platform [
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ], which gives rise to
software submissions with minimal organizational overhead and secures the execution
of untrusted software while making the release of the test corpora unnecessary [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Like
last year, the fully-fledged web service as a user interface enables the participants to
remote control their evaluations on the test corpus under our supervision. Within this
framework, we will probably enable further evaluations of new approaches but probably
we will for now refrain from organizing a fifth edition of a source retrieval subtask at
PAN 2016.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Source Retrieval Evaluation Framework</title>
      <p>In source retrieval, given a suspicious document and a web search engine, the task is
to retrieve all source documents from which text has been reused whilst minimizing
retrieval costs. The cost-effectiveness of plagiarism detectors in this task is important
since using existing search engines is perhaps the only feasible way for researchers as
well as small and medium-sized businesses to implement plagiarism detection against
the web, whereas search companies charge considerable fees for automatic querying
their APIs.</p>
      <p>In what follows, we briefly describe the building blocks of our evaluation setup,
provide brief details about the evaluation corpus, and discuss the performance measures
(see the task overview from 2013 for more details on these three points [16]). We then
survey the submitted softwares in Section 4, and finally in Section 5, report on their
achieved results in this year’s setup.
3.1</p>
      <sec id="sec-3-1">
        <title>Evaluation Setup</title>
        <p>For the evaluation of source retrieval from the web, we consider the real-world scenario
of an author who uses a web search engine to retrieve documents in order to reuse text
from them in their to-be-written text. A plagiarism detector typically uses a search
engine, too, to find reused sources of a given document. Over the past years, we assembled
the necessary building blocks to allow for a meaningful evaluation of source retrieval
algorithms; Figure 2 shows how they are connected. The setup was described in much
more detail in the task overview of 2013 [16].</p>
        <p>
          Two main components are the TIRA experimentation platform and the ClueWeb09
with two associated search engines. TIRA [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] itself consists of a number of building
blocks; one of them, depicted in Figure 2 bottom left, facilitates both platform
independent software development and software submissions at the same time by its capability
to create and remote control virtual machines on which our lab’s participants deploy
their source retrieval systems.
        </p>
        <p>The ClueWeb corpus 2009 (ClueWeb09)3 is one of the most widely adopted web
crawls which is regularly used for large-scale web search-related evaluations. It consists
of about one billion web pages, half of which are English ones. Although an updated
version of the corpus has been released,4 our evaluation is still based on the 2009 version
since our corpus of suspicious documents was built on top of ClueWeb09. Indri5 and</p>
        <sec id="sec-3-1-1">
          <title>3 http://lemurproject.org/clueweb09 4 http://lemurproject.org/clueweb12 5 http://lemurproject.org/clueweb09/index.php#Services</title>
          <p>Submitted
plagiarism
detector</p>
          <p>Virtual machines
TIRA experimentation
platform</p>
          <p>Search
proxy API
ChatNoir
Cluster</p>
          <p>Indri</p>
          <p>Performance
measures and
source oracle
ClueWeb09
(0.5 billion</p>
          <p>English
web pages)
n
liuao true
t
c
u
vea tr</p>
          <p>s
ic ra
t f
ta in
S</p>
          <p>Web search</p>
          <p>Web</p>
          <p>ChatNoir [17] are currently the only publicly available search engines that index the
ClueWeb09 corpus; their retrieval models are based on language modeling and BM25F,
respectively. For developer convenience, we also provide a proxy server which unifies
the APIs of the search engines. At the same time, the proxy server logs all accesses to
the search engines for later performance analyses.
3.2</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>Evaluation Corpus</title>
        <p>The evaluation corpus employed for source retrieval is based on the Webis text reuse
corpus 2012 (Webis-TRC-2012) [19, 18]. The corpus consists of 297 documents that
have been written by 27 writers who worked with our setup as shown in the first row
of Figure 2: given a topic, a writer used ChatNoir to search for source material on that
topic while preparing a document of 5700 words length on average, reusing text from
the found sources.</p>
        <p>As in the last year, we use the same 98 documents from the Webis-TRC-2012 as
training documents and another 99 documents are sampled as test documents—also the
same as in 2014. The remainder of the corpus will be used within future source retrieval
evaluations.
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Performance Measures</title>
        <p>Given a suspicious document dplg that contains passages of text that have been reused
from a set of source documents Dsrc, we measure the retrieval performance of a source
retrieval algorithm in terms of precision and recall of the retrieved documents Dret
taking into account the effect of near-duplicate web documents as follows (cf. the 2013 task
overview [16] for more details).</p>
        <p>For any dret 2 Dret, we employ a near-duplicate detector to judge whether it is
a true positive detection; i.e., whether there is a dsrc 2 Dsrc of dplg that is a
nearduplicate of dret. We say that dret is a true positive detection for a given pair of dsrc
and dplg iff (1) dret = dsrc (equality), or (2) the Jaccard similarity of the word n-grams
in dret and dsrc is above 0.8 for n = 3, above 0.5 for n = 5, and above 0 for n = 8
(similarity), or (3) the passages in dplg known to be reused from dsrc are contained in
dret (containment). Here, containment is measured as asymmetrical set overlap of the
passages’ set of word n-grams regarding that of dret, so that the overlap is above 0.8
for n = 3, above 0.5 for n = 5, and above 0 for n = 8. This three-way approach of
determining true positive detections inherently entails inaccuracies. While there is no
straightforward way to solve this problem, this error source affects all detectors, still
allowing for relative comparisons.</p>
        <p>Let ddup denote a near-duplicate of a given dsrc that would be considered a true
positive detection according to the above conditions. Note that every dsrc may have
more than one such near-duplicate and every ddup may be a near-duplicate of more
than one source document. Further, let Ds0rc denote the set of all near-duplicates of a
given set of source documents Dsrc of dplg and let Dr0et denote the subset of Dsrc that
have at least one corresponding true positive detection in Dret:
Ds0rc = fddup j ddup 2 D and 9dsrc 2 Dsrc : ddup is a true positive detection of dsrcg;
Dr0et = fdsrc j dsrc 2 Dsrc and 9dret 2 Dret : dret is a true positive detection of dsrcg:
Based on these sets, we define precision and recall of Dret regarding Dsrc and dplg as
follows:
prec = jDret \ Ds0rcj ;
jDretj
r ec = jDr0et \ Dsrcj :
jDsrcj
Rationale for this definition is that retrieving more than one near-duplicate of a source
document does not decrease precision, but it does not increase recall, either, since no
additional source is obtained. A further graphical explanation of how we take
nearduplicates into account for precision and recall is given in Figure 3. Note that Dret as
defined above does not actually contain all duplicates of the retrieved documents, but
only those that are already part of Dsrc.</p>
        <p>Finally, to measure the cost-effectiveness of a source retrieval algorithm in
retrieving Dret, we count the numbers of queries and downloads made and compute the
workload in terms of queries and downloads until the first true positive detection is made
(i.e., until the first real evidence for text reuse is found). The last measure highlights
the probable end user needs that some evidence should be found fast in order to quickly
flag such a suspicious document for a further detailed analysis.</p>
        <p>Duplicate Hull D'ret
Retrieved Dret</p>
        <p>Documents D
Duplicate Hull D'src</p>
        <p>Sources Dsrc Retrieved Dret</p>
        <p>Duplicate Hull D'ret</p>
        <p>Documents D
Duplicate Hull D'src</p>
        <p>Sources Dsrc
Dret Ç D'src
D'ret Ç Dsrc</p>
        <p>The Source Oracle To allow for participation in the source retrieval task without the
need of having a text alignment component at hand, we provide a source oracle that
automatically enriches a downloaded document with information about whether or not
it is considered a true positive source for the given suspicious document. Note that the
oracle employs the aforementioned conditions to determine whether a document is a
true positive detection. However, the oracle does not, yet, tell for which part of a
suspicious document a downloaded document is a true positive detection. Hence, applying
a custom text alignment strategy can still be beneficial to derive such a mapping and
potentially to adjust the query strategy accordingly.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Survey of Retrieval Approaches Submitted for PAN 2015</title>
      <p>
        Five teams submitted softwares for the source retrieval task, all of whom also
submitted a notebook describing their approach—the approaches of Han [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and Kong et al.
[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] are described in the same notebook. An analysis of the individual descriptions
reveals the same building blocks that were commonly used in last years’ source retrieval
algorithms: (1) chunking, (2) keyphrase extraction, (3) query formulation, (4) search
control, and (5) download filtering. Some participants only slightly changed their
approach from the previous year or adopted ideas from other approaches; in what follows,
we describe the employed ideas in a little more detail.
      </p>
      <p>Chunking Given a suspicious document, it is divided into (possibly overlapping)
passages of text. Each chunk of text is then processed individually. Rationale for chunking
the suspicious document is to evenly distribute “attention” over a suspicious document
so that algorithms employed in subsequent steps are less susceptible to unexpected
characteristics of the suspicious document.</p>
      <p>
        The chunking strategies employed by this year’s participants are no chunking (i.e.,
the whole document as one chunk) [26], 500-word chunks [22] (overlap size not
detailed), paragraphs as chunks [23] (not detailed how paragraphs are split),
paragraphs split at empty lines as chunks [26], or individual sentences and headings as
chunks [
        <xref ref-type="bibr" rid="ref10 ref9">10, 9</xref>
        ].
      </p>
      <p>Note that chunks typically seem to be implemented as non-overlapping by the
participating approaches. The potentially interesting question of whether overlapping
chunks might help was not really tackled by any approach so far—except that Suchomel
and Brandejs [26] use different types of chunks in combination. A problem with
nonoverlapping longer chunks might be that typical plagiarism cases have no fixed length
and overlapping chunks might reduce the risk of, for instance, having more than one
source in one chunk of 500 words. Furthermore, relying on the given document
structure (e.g., chunking by lines or paragraphs) bears the risk of failing for some unseen
documents that are not as well-formatted as the ones in our evaluation corpus (e.g., all
the text in a single line). Maybe mixed chunking strategies as seen in Suchomel and
Brandejs [26]’ approach is the most promising direction. Notably, their document level
queries seem to also guarantee an early recall measured in queries (cf. Section 5) and
mixed chunking probably at least will not decrease total recall.</p>
      <p>Keyphrase Extraction Given a chunk, “keyphrases” are extracted from it in order
to formulate queries with them. Rationale for keyphrase extraction is to select only
those phrases (or words) which maximize the chance of retrieving source documents
matching the suspicious document. Keyphrase extraction may also serve as a means to
limit the amount of queries formulated, thus reducing the overall costs of using a search
engine. This step is perhaps the most important one of a source retrieval algorithm since
the decisions made here directly affect the overall performance: the fewer keywords are
extracted, the better the choice must be or recall is irrevocably lost.</p>
      <p>
        Some participants use single words while others extract whole phrases. Most of the
participants preprocessed the suspicious document by removing stop words before the
actual keyphrase extraction. Phrasal search was provided by the Indri search engine.
All participants did use Indri when submitting phrasal queries; some of which also
combine phrases with non-phrasal ChatNoir queries, the search engine that the original
essay authors had used. In particular, Han [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and Kong et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] extract nouns and
verbs according to the Stanford POS-tagger as their keywords. Rafiei et al. [22] use the
words with highest tf idf scores from a chunk. The idf is derived from the PAN 2011
corpus although it is not really clear why this would be a good choice since it contains
rather different documents than a web corpus and most of the documents are artificially
created with some more or less “random” word distributions. Ravi N and Gupta [23]
also use single words as keywords (verbs, nouns, and adjectives according to the NLTK
Python package) and also score by tf idf (without further details on how idf is
computed). Suchomel and Brandejs [26] apply a similar strategy as in their previous years’
approaches: they also use the highest scoring tf idf terms where idf is computed from
a 4 billion word collection they also used in the last year.
      </p>
      <p>Altogether, the participants’ approaches to “keyphrase extraction” are more or less
simplistic and do not really rely on established keyphrase extraction techniques from the
NLP community. Giving several such established methods a try at least on document
level might be an interesting direction for some more general keyphrases. Queries from
such phrases in combination with queries from “extracted keyphrases” or just single
words from shorter chunks might be a promising direction. Some first steps in this
direction are shown in the method of Suchomel and Brandejs [26] but might still be
enhanced. Not relying on just one strategy alone but combining different keyphrase
extraction ideas might ensure a higher recall. This way, just as with chunking, the risk
of algorithm error is further diminished and it becomes possible to exploit potentially
different sources of information that complement each other.</p>
      <p>
        Query Formulation Interestingly, most of the participants hardly put effort in
finding good keyphrase combinations as queries. Instead, typically the top-k tf idf -ranked
terms form the first query, then the next k terms, etc. This way, mostly non-overlapping
queries are generated for the individual chunks. This non-overlap-approach is in line
with many query-by-document strategies [
        <xref ref-type="bibr" rid="ref1 ref3">1, 3</xref>
        ] but in contrast to previous source
retrieval strategies that were shown to better identify highly related documents using
overlapping queries from several keyphrase combinations [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Also note that hardly
any of the participants made use of advanced search operators offered by Indri or
ChatNoir, such as the facet to search for web pages of at least 300 words of text, and the
facet to filter search results by readability.
      </p>
      <p>
        In particular, Han [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and Kong et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] formulate one query from the keywords
extracted per sentence (at most 10 words in a query as a threshold). Rafiei et al. [22]
employ a rather involved scheme of first identifying the 10 words with highest tf idf
scores for each chunk, then selecting three sentences with these keywords of the
respective chunk and then formulating queries from the keywords in these sentences until
some not-detailed maximum is reached. Then they also seem to formulate individual
queries for every sentence. Ravi N and Gupta [23] formulate two queries per paragraph
from the respective top-n tf idf terms (without further details on how n is chosen).
Suchomel and Brandejs [26] apply a similar strategy as in their previous years’
approaches: queries with 6 terms on the document level, phrase queries from their
collocations, and then individual queries with the 10 highest scoring tf idf terms per chunk.
Search Control Given sets of keywords or keyphrases extracted from chunks, queries
are formulated which are tailored to the API of the search engine used. Rationale for
this is to adhere to restrictions imposed by the search engine and to exploit search
features that go beyond basic keyword search (e.g., Indri’s phrasal search). The maximum
number of search terms enforced by ChatNoir is 10 keywords per query while Indri
allows for longer queries.
      </p>
      <p>
        Given a set of queries, the search controller schedules their submission to the search
engine and directs the download of search results. Rationale for this is to
dynamically adjust the search based on the results of each query, which may include
dropping queries, reformulating existing ones, or formulating new ones based on the
relevance feedback obtained from the search results. Han [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and Kong et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] download
100 results per query but the downloads seem to start only after all queries were
submitted. Rafiei et al. [22] drop a query when more than 60% of its terms are contained in
an already downloaded document. Ravi N and Gupta [23] omit duplicate queries
without giving further details on what constitutes a duplicate. Suchomel and Brandejs [26]
apply a similar strategy as in their previous years’ approaches: they schedule queries
dependent on the keyphrase extractor which extracted the words. The order of
precedence corresponds to the order in which they have been explained above. Whenever
later queries were formulated for chunks of the suspicious document that were already
mapped to a source, these queries are not submitted and discarded from the list of open
queries. Depending on how many plagiarism sources are contained in a paragraph-long
chunk, this might potentially miss some further sources when for instance two sources
were used and one was already found.
      </p>
      <p>Note that still (just as in the last years) none of the teams did try to reformulate
existing queries or formulating new ones based on the available number of search
results, the search snippets, or the downloaded documents, which probably leaves room
for substantial improvement. Another interesting aspect might be the scheduling of the
queries themselves. The experimental results (cf. Section 5) seem to suggest that some
document-level queries in the first submission positions guarantee an early recall with
respect to the number of submitted queries (e.g., Suchomel and Brandejs [26]).
Simply scheduling queries in the order of chunks in the documents instead, might run into
problems with early recall as maybe there is not that much reused text at the beginning
of a document. This might also be an interesting point for future research that none of
the approaches has investigated so far.</p>
      <p>Download Filtering Given a set of search engine results, a download filter removes
all documents that are probably not worthwhile being compared in detail with the
suspicious document. Rationale for this is to further reduce the set of candidates and to
save invocations of the subsequent detailed comparison step. Many of the participants
in the last years and also this year seem to focus a little too much on that part of a
source retrieval system. This can be seen in the not improved overall recall and also
in the number of submitted queries till the first evidence of text reuse is found
compared to the approaches from 2013. Another evidence is that some approaches hardly
download ten documents per suspicious document. In this case, the download filtering
needs to be almost optimal which puts a higher burden on the search strategy. As
downloads probably are not the most important bottleneck and probably queries are more
costly in a general environment, reducing downloads too much does not seem to be the
most promising strategy. A text alignment system is probably easily able to compare
a suspicious document against even several thousands of potential sources in a
couple of minutes. Maybe downloading more documents and putting more effort on the
formulation of good queries is a promising future area.</p>
      <p>
        In this year, Han [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and Kong et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] focus on the top-100 results of a query
and download them depending on the number of queries for which they appear. This
basically means that all queries are submitted before any download and that downloads
have no influence on potential query scheduling etc. This strategy obviously has a high
number of queries submitted until the first evidence is found since basically all queries
are submitted before any evidence can be found. Han [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] additionally seems to use
some learning approach similar to Williams et al. [27] employing snippet features but
do not provide many details. Note that this learning approach seems to be the only
difference between the two approaches of Kong et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] and Han [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Rafiei et al. [22]
download at most the top-14 results of a query when the individual snippets (no length
information) contain at least 50% of the query terms. Ravi N and Gupta [23] download
a document when the snippet (no length information) has a high cosine similarity to the
document chunk for which the query was generated. However, there are no details on
the similarity threshold or on how many documents are checked per query. Suchomel
and Brandejs [26] apply a similar strategy as in their previous years’ approaches: they
obtain snippets for at most 100 results per query and download documents when more
than 20% of the word 2-grams in the concatenated snippets also appear in the suspicious
document.
      </p>
      <p>
        Some participants download very few documents based on their filtering while
others download more documents per query than most participants did in the last years. As
described above, the second option seems to be more promising with respect to recall
since downloads typically are not that costly. An further interesting option for future
research might be based on the User-over-Ranking hypothesis [
        <xref ref-type="bibr" rid="ref7">24, 7</xref>
        ] taking into account
some goal number of candidate documents against which a detailed text alignment can
be performed after the source retrieval phase of plagiarism detection.
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Evaluation Results</title>
      <p>Table 1 shows the performances of the five plagiarism detectors that took part in this
year’s source retrieval subtask as well as those of the last years’ participants whose
approaches were also evaluated on this year’s test corpus using the TIRA experimentation
platform. Since there is currently no single formula to organize retrieval performance
and cost-effectiveness into just one absolute score or order, the detectors are ordered
alphabetically, whereas the best performance value for each metric is highlighted—note
that these individual “best” performances should be compared to the other metrics as for
instance the fastest approach also has the highest number of no detections etc. As can
be seen, there is no single detector that performs best on all accounts. Rather, different
detectors have different characteristics.</p>
      <p>Arguably, highest possible recall at a reasonable workload (queries and downloads)
is the goal of source retrieval while, at the same time, it would be nice to quickly detect
some first evidence for text reuse if there is one. Since downloads in most environments
would be much cheaper than query submissions (that would accompanied by costs at
most major web search engine’s APIs) the most interesting metrics probably are: recall
and number of no detections, number of submitted queries, and number of queries and
downloads until the first detection.</p>
      <p>
        Focusing on recall first, interestingly the top-6 approaches are from previous years
with the best one by far still being the approach of Kong et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] (at some high
costs in number of queries and downloads and a poor precision, though). Thus, after
last year’s progress in the overall recall of most systems, this year the participating
systems seem not to be able to actually increase their recall substantially. To further
shed some light on the recall of the different approaches, Figure 4 shows the recall
against the number of downloaded documents. It can be seen that recall is typically
gained over the whole process of downloading documents and not with the very first
downloads (the plateau effect at the upper right end of each plot is due to the averaging).
Unsurprisingly, some of the low-workload approaches achieve higher recall levels with
fewer downloads while approaches with more downloads typically achieve their better
final recall levels only at a much higher number of downloads—which still can be good
depending on probably rather low practical costs for downloads.
      </p>
      <p>The ensemble of all submitted approaches of the last three years would achieve an
average recall of 0.85 retrieving all sources for 48 topics. Only for 14 topics the recall is
below 0.6 (which is the best individual average recall). These numbers did not change
from the ensemble of the 2013 and 2014 approaches also indicating that this year’s
methods do not contain real innovations with respect to recall-oriented source retrieval.</p>
      <p>
        A per-participant analysis also reveals some interesting observations when
comparing the approaches from different years. For instance, after doubling the recall in the
last year, Suchomel and Brandejs [26] were only able to slightly increase their recall
this year with way more query and downloading effort. Rafiei et al. [22] and Ravi N
and Gupta [23] manage to enter the competition with medium recalls while Kong et al.
[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] and Han [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] could not reach their still state-of-the-art recall from the 2013 edition.
      </p>
      <p>
        As some further not-just-recall-oriented observations, for no metric, any of this
year’s participants achieved the best performance. This is not too surprising given the
fact that no real “innovations” are contained in this year’s submissions. They are rather
very similar to methods that participated in the last year such that no “radical” change
could be expected. Still, some notable achievements can be observed for the five
participants of this year’s competition. Rafiei et al. [22] in their first year manage to find
sources for all but one of the suspicious documents. Also Ravi N and Gupta [23] enter
the competition with a very good result: their number of downloads till the first
detection is almost the top-performing one and is a little better than the also very good one
of Han [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]; however, both probably download too few documents overall to achieve a
good recall. The number of submitted queries of Suchomel and Brandejs [26] is still
very good taking into account the achieved recall. Still, a recall of “only” 0.42
suggests that they might still not make the most of their interesting idea of combining more
general with more focused queries.
      </p>
      <p>Altogether, the current strategies might still be a little too focused on saving
downloads (and queries) compared to for instance increase the recall. Also runtime should
probably not be the key metric to optimize (e.g., using threads instead of sequential
processing does not decrease the actual costs for using the search engines). A
reasonable assumption probably is that recall is most important to the end user of a source
retrieval system. Investing a couple of queries and a couple of downloads (maybe even
hundreds to thousands) to achieve a recall above 0.8 might be a very important research
direction since still none of the participating approaches can reach such levels. In the
end, whatever source the source retrieval step misses, cannot be found by a later text
alignment step. This probably is a key argument for a recall-oriented source retrieval
strategy that also takes into account basic considerations on total workload of query
submissions and downloads. It would be interesting to see efforts in that direction of
substantially improved recall at a moderate cost increase in future approaches.</p>
      <p>Another interesting direction from a practical standpoint is to find at least one source
for a document that contains text reuse and to report a first detection as early as
possible. This way the real end user of a detection system could focus on the really important
suspicious documents very quickly and could even deepen the search depth or increase
the allowed number of queries without the fear of missing text reuse in too many
suspicious documents. However, this probably should be future work when better overall
recall levels are reached.</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion and Outlook</title>
      <p>Altogether, even though new participants entered the source retrieval subtask this year,
the ideas underlying the approaches did not contain “real” innovations compared to the
approaches from the previous years since mostly the same ideas are just reused. Even
though the source retrieval subtask now is expected to be in the production phase of
its shared task life cycle—it is well-defined and all evaluation resources are set up and
provide for a challenging testbed—most of the approaches still struggle to retrieve at
least 50% of the text reuse sources with no real progress on the recall side this year.
The combined ensemble of all approaches would result in a really good recall but at a
rather high cost in the number of queries and downloads. None of this year’s approaches
really tried to work towards that recall at reduced costs resulting in the described “lack”
of innovation.</p>
      <p>
        Without really new ideas, the task does not seem to be interesting enough for
another edition. Instead, we are planning to continue to pursue automating source retrieval
evaluations without the requirement of an organized shared task. The key is the
development of the TIRA experimentation platform [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] that facilitates software submissions,
where participants submit their plagiarism detection software to be evaluated at our
site [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. The web front end of TIRA allows any researcher to conduct self-service
evaluations on the test data of the source retrieval task under our supervision and guidance,
whereas the test data remains hidden from direct access from participants.6 This has
enabled us to put the participants back in charge of executing their software while the
software itself remains in a running state within virtual machines managed by TIRA.
Based on this technology, we conduct cross-year evaluations of all source retrieval
systems that have been submitted since 2013. This platform will be further available for
comparison against the state of the art in source retrieval but a new edition of the source
retrieval subtask at PAN might probably not happen next year.
      </p>
      <sec id="sec-6-1">
        <title>Acknowledgements</title>
        <p>We thank the participating teams of the editions of the source retrieval subtask for their
shared ideas and for their devoted work towards making their softwares run on TIRA.</p>
        <sec id="sec-6-1-1">
          <title>6 www.tira.io</title>
          <p>
            International Competition on Plagiarism Detection. In: Forner, P., Karlgren, J.,
Womser-Hacker, C. (eds.) Working Notes Papers of the CLEF 2012 Evaluation Labs (Sep
2012), http://www.clef-initiative.eu/publication/working-notes
16. Potthast, M., Gollub, T., Hagen, M., Tippmann, M., Kiesel, J., Rosso, P., Stamatatos, E.,
Stein, B.: Overview of the 5th International Competition on Plagiarism Detection. In:
Forner, P., Navigli, R., Tufis, D. (eds.) Working Notes Papers of the CLEF 2013 Evaluation
Labs (Sep 2013), http://www.clef-initiative.eu/publication/working-notes
17. Potthast, M., Hagen, M., Stein, B., Graßegger, J., Michel, M., Tippmann, M., Welsch, C.:
ChatNoir: A Search Engine for the ClueWeb09 Corpus. In: Hersh, B., Callan, J., Maarek,
Y., Sanderson, M. (eds.) 35th International ACM Conference on Research and Development
in Information Retrieval (SIGIR 12). p. 1004. ACM (Aug 2012)
18. Potthast, M., Hagen, M., Völske, M., Stein, B.: Crowdsourcing Interaction Logs to
Understand Text Reuse from the Web. In: Fung, P., Poesio, M. (eds.) Proceedings of the
51st Annual Meeting of the Association for Computational Linguistics (ACL 13). pp.
1212–1221. Association for Computational Linguistics (Aug 2013),
http://www.aclweb.org/anthology/P13-1119
19. Potthast, M., Hagen, M., Völske, M., Stein, B.: Exploratory Search Missions for TREC
Topics. In: Wilson, M.L., Russell-Rose, T., Larsen, B., Hansen, P., Norling, K. (eds.) 3rd
European Workshop on Human-Computer Interaction and Information Retrieval
(EuroHCIR 2013). pp. 11–14. CEUR-WS.org (Aug 2013),
http://www.cs.nott.ac.uk/ mlw/euroHCIR2013/proceedings/paper3.pdf
20. Potthast, M., Stein, B., Barrón-Cedeño, A., Rosso, P.: An Evaluation Framework for
Plagiarism Detection. In: Huang, C.R., Jurafsky, D. (eds.) 23rd International Conference on
Computational Linguistics (COLING 10). pp. 997–1005. Association for Computational
Linguistics, Stroudsburg, Pennsylvania (Aug 2010)
21. Potthast, M., Stein, B., Eiselt, A., Barrón-Cedeño, A., Rosso, P.: Overview of the 1st
International Competition on Plagiarism Detection. In: Stein, B., Rosso, P., Stamatatos, E.,
Koppel, M., Agirre, E. (eds.) SEPLN 09 Workshop on Uncovering Plagiarism, Authorship,
and Social Software Misuse (PAN 09). pp. 1–9. CEUR-WS.org (Sep 2009),
http://ceur-ws.org/Vol-502
22. Rafiei, J., Mohtaj, S., Zarrabi, V., Asghari, H.: Source Retrieval Plagiarism Detection based
on Noun Phrase and Keyword Phrase Extraction—Notebook for PAN at CLEF 2015. In: [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ]
23. Ravi N, R., Gupta, D.: Efficient Paragraph based Chunking and Download Filtering for
          </p>
          <p>
            Plagiarism Source Retrieval—Notebook for PAN at CLEF 2015. In: [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ]
24. Stein, B., Hagen, M.: Introducing the User-over-Ranking Hypothesis. In: Advances in
Information Retrieval. 33rd European Conference on IR Resarch (ECIR 11). Lecture Notes
in Computer Science, vol. 6611, pp. 503–509. Springer, Berlin Heidelberg New York (Apr
2011)
25. Stein, B., Meyer zu Eißen, S., Potthast, M.: Strategies for Retrieving Plagiarized
Documents. In: Clarke, C., Fuhr, N., Kando, N., Kraaij, W., de Vries, A. (eds.) 30th
International ACM Conference on Research and Development in Information Retrieval
(SIGIR 07). pp. 825–826. ACM, New York (Jul 2007)
26. Suchomel, Šimon., Brandejs, M.: Improving Synoptic Quering for Source
          </p>
          <p>
            Retrieval—Notebook for PAN at CLEF 2015. In: [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ]
27. Williams, K., Chen, H.H., Giles, C.: Supervised Ranking for Plagiarism Source
Retrieval—Notebook for PAN at CLEF 2014. In: Cappellato, L., Ferro, N., Halvey, M.,
Kraaij, W. (eds.) CLEF 2014 Evaluation Labs and Workshop – Working Notes Papers,
15-18 September, Sheffield, UK. CEUR Workshop Proceedings, CEUR-WS.org (Sep 2014)
          </p>
        </sec>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Bendersky</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Croft</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Finding Text Reuse on the Web</article-title>
          . In: Baeza-Yates,
          <string-name>
            <given-names>R.A.</given-names>
            ,
            <surname>Boldi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Ribeiro-Neto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.A.</given-names>
            ,
            <surname>Cambazoglu</surname>
          </string-name>
          , B.B. (eds.)
          <source>Proceedings of the Second International Conference on Web Search and Web Data Mining, WSDM</source>
          <year>2009</year>
          , Barcelona, Spain, February 9-
          <issue>11</issue>
          ,
          <year>2009</year>
          . pp.
          <fpage>262</fpage>
          -
          <lpage>271</lpage>
          . ACM (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Cappellato</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferro</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , San Juan, E. (eds.):
          <article-title>CLEF 2015 Evaluation Labs</article-title>
          and Workshop - Working Notes Papers,
          <fpage>8</fpage>
          -
          <lpage>11</lpage>
          September, Toulouse, France. CEUR Workshop Proceedings, CEUR-WS.org (
          <year>2015</year>
          ), http://www.clef-initiative.eu/publication/working-notes
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Dasdan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>D'Alberto</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kolay</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Drome</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Automatic retrieval of similar content using search engine query interface</article-title>
          . In: Cheung,
          <string-name>
            <given-names>D.W.L.</given-names>
            ,
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.Y.</given-names>
            ,
            <surname>Chu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.W.</given-names>
            ,
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            ,
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.J</surname>
          </string-name>
          . (eds.)
          <source>Proceedings of the 18th ACM Conference on Information and Knowledge Management</source>
          ,
          <string-name>
            <surname>CIKM</surname>
          </string-name>
          <year>2009</year>
          ,
          <string-name>
            <given-names>Hong</given-names>
            <surname>Kong</surname>
          </string-name>
          , China, November 2-
          <issue>6</issue>
          ,
          <year>2009</year>
          . pp.
          <fpage>701</fpage>
          -
          <lpage>710</lpage>
          . ACM (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Gollub</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Beyer</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Busse</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stamatatos</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Recent Trends in Digital Text Forensics and its Evaluation</article-title>
          . In: Forner,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Müller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Paredes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Stein</surname>
          </string-name>
          ,
          <string-name>
            <surname>B</surname>
          </string-name>
          . (eds.)
          <article-title>Information Access Evaluation meets Multilinguality, Multimodality, and Visualization</article-title>
          .
          <source>4th International Conference of the CLEF Initiative (CLEF 13)</source>
          . pp.
          <fpage>282</fpage>
          -
          <lpage>302</lpage>
          . Springer, Berlin Heidelberg New York (
          <year>Sep 2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Gollub</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burrows</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          : Ousting Ivory Tower Research:
          <article-title>Towards a Web Framework for Providing Experiments as a Service</article-title>
          . In: Hersh,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Callan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Maarek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Sanderson</surname>
          </string-name>
          , M. (eds.) 35th
          <source>International ACM Conference on Research and Development in Information Retrieval (SIGIR 12)</source>
          . pp.
          <fpage>1125</fpage>
          -
          <lpage>1126</lpage>
          . ACM (Aug
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Gollub</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burrows</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hoppe</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          : TIRA: Configuring, Executing, and
          <article-title>Disseminating Information Retrieval Experiments</article-title>
          . In: Tjoa,
          <string-name>
            <given-names>A.M.</given-names>
            ,
            <surname>Liddle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Schewe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.D.</given-names>
            ,
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <surname>X</surname>
          </string-name>
          . (eds.) 9th
          <source>International Workshop on Text-based Information Retrieval (TIR 12) at DEXA</source>
          . pp.
          <fpage>151</fpage>
          -
          <lpage>155</lpage>
          . IEEE, Los Alamitos, California (Sep
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Hagen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Applying the User-over-Ranking Hypothesis to Query Formulation</article-title>
          .
          <source>In: Advances in Information Retrieval Theory. 3rd International Conference on the Theory of Information Retrieval (ICTIR 11). Lecture Notes in Computer Science</source>
          , vol.
          <volume>6931</volume>
          , pp.
          <fpage>225</fpage>
          -
          <lpage>237</lpage>
          . Springer, Berlin Heidelberg New York (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Hagen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Candidate Document Retrieval for Web-Scale Text Reuse Detection</article-title>
          .
          <source>In: 18th International Symposium on String Processing and Information Retrieval (SPIRE 11). Lecture Notes in Computer Science</source>
          , vol.
          <volume>7024</volume>
          , pp.
          <fpage>356</fpage>
          -
          <lpage>367</lpage>
          . Springer, Berlin Heidelberg New York (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9. Han,
          <string-name>
            <surname>Y</surname>
          </string-name>
          .:
          <article-title>Submission to the 7th International Competition on Plagiarism Detection</article-title>
          . http://www.uni-weimar.de/medien/webis/events/pan-15 (
          <year>2015</year>
          ), http://www.clef-initiative.eu/publication/working-notes,
          <source>From the Heilongjiang Institute of Technology</source>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Kong</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          , Han,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Qi</surname>
          </string-name>
          , H., Han,
          <string-name>
            <given-names>Z.</given-names>
            ,
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            ,
            <surname>Hao</surname>
          </string-name>
          ,
          <string-name>
            <surname>Z.</surname>
          </string-name>
          , Zhang, J.:
          <article-title>Source Retrieval and Text Alignment Corpus Construction for Plagiarism Detection-Notebook for PAN at CLEF 2015</article-title>
          . In: [2]
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Kong</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Qi</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Du</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Han</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>Approaches for Source Retrieval and Text Alignment of Plagiarism Detection-Notebook for PAN at CLEF 2013</article-title>
          . In: Forner,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Navigli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Tufis</surname>
          </string-name>
          ,
          <string-name>
            <surname>D</surname>
          </string-name>
          . (eds.)
          <article-title>CLEF 2013 Evaluation Labs</article-title>
          and Workshop - Working Notes Papers,
          <volume>23</volume>
          -
          <fpage>26</fpage>
          September, Valencia,
          <source>Spain (Sep</source>
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Technologies for Reusing Text from the Web</article-title>
          . Dissertation, Bauhaus-Universität
          <string-name>
            <surname>Weimar</surname>
          </string-name>
          (
          <year>Dec 2011</year>
          ), http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:gbv:
          <fpage>wim2</fpage>
          -
          <fpage>20120217</fpage>
          -15663
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barrón-Cedeño</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eiselt</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Overview of the 2nd International Competition on Plagiarism Detection</article-title>
          . In: Braschler,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Harman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Pianta</surname>
          </string-name>
          , E. (eds.)
          <source>Working Notes Papers of the CLEF 2010 Evaluation Labs (Sep</source>
          <year>2010</year>
          ), http://www.clef-initiative.eu/publication/working-notes
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eiselt</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barrón-Cedeño</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Overview of the 3rd International Competition on Plagiarism Detection</article-title>
          . In: Petras,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Forner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Clough</surname>
          </string-name>
          , P. (eds.)
          <source>Working Notes Papers of the CLEF 2011 Evaluation Labs (Sep</source>
          <year>2011</year>
          ), http://www.clef-initiative.eu/publication/working-notes
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gollub</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hagen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Graßegger</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kiesel</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Michel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oberländer</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tippmann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barrón-Cedeño</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Overview of the 4th</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>