<!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>Developing Monolingual English Corpus f or Plagiarism Detection using Human Annotated Paraphrase Corpus</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>ICT Research Institute, Academic Center for Education</institution>
          ,
          <addr-line>Culture and Reseach (ACECR)</addr-line>
          ,
          <country country="IR">Iran</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Salar Mohtaj</institution>
          ,
          <addr-line>Habibollah Asghari, Vahid Zarrabi</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2015</year>
      </pub-date>
      <abstract>
        <p>In this paper, we describe an approach to create monolingual English plagiarism detection corpus for the task of text alignment corpus construction in PAN 2015 competition. We propose two different obfuscation methods to fragment obfuscation for creating the cases of plagiarism. The first method is an artificial obfuscation which consists of variety of obfuscation strategies such as synonym substitution, random change of order, POS preserving change of order and addition/deletion. The second obfuscation method is a simulated obfuscation, in which the SemEval dataset is used for creating the cases of plagiarism by using pairs of sentences with their similarity scores.</p>
      </abstract>
      <kwd-group>
        <kwd>Plagiarism Detection</kwd>
        <kwd>Corpus Construction</kwd>
        <kwd>Monolingual English Corpus</kwd>
        <kwd>Human Annotated Paraphrase Corpus</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Plagiarism is defined as re-use of another person’s ideas, processes, results, or words
without explicitly acknowledging the original source [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Plagiarism detection
algorithms try to search in the large document collections for the retrieval and extraction
the patterns of text reuse [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Plagiarism detection systems are one of the tools have
been using to fight plagiarism and malpractice use of others text [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. In developing
plagiarism detection systems, a plagiarism detection corpus is used for evaluation of
the system. It consists of predefined tagged plagiarized materials.
      </p>
      <p>
        The plagiarism detection task has been running for seven years in PAN
competition and each year, it provides a corpus for evaluating of submitted systems. The
evaluation corpora in PAN are used for text alignment and source retrieval task for
plagiarism detection [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Variety of obfuscation strategies have been used to create
text alignment corpora such as artificial obfuscation, simulated obfuscation,
translation and summary obfuscation [
        <xref ref-type="bibr" rid="ref2 ref4 ref5 ref6 ref7">2, 4, 5, 6, 7</xref>
        ].
      </p>
      <p>In this lab report, we have described our approach to generate a monolingual
English corpus for the task of text alignment corpus construction. We employ two
obfuscation strategies, artificial and simulated ones. Our main contribution is using the
SemEval dataset for constructing simulated plagiarism cases. The similarity score of
paired sentences in SemEval dataset have been used for establishing the degree of
obfuscation for plagiarism cases.</p>
      <p>In the following, in section 2 we describe our approach for corpus construction.
Then in section 3 we will discuss the statistics of the resulted corpus which is based
on Wikipedia articles. Finally, we will conclude and discuss about some future works
in section 4.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Our Approach</title>
      <p>In this section, an overview of our approach for constructing a monolingual English
plagiarism detection corpus is presented. Our approach includes four main steps:
document clustering, fragment extraction, fragment obfuscation and inserting plagiarism
cases into the source and suspicious documents. The process of each step is described
in the following sections.
2.1</p>
      <sec id="sec-2-1">
        <title>Documents Clustering</title>
        <p>
          The documents which are used in the corpus are derived from the Wikipedia Internet
encyclopedia project. In this step, the collection of Wikipedia documents is clustered
into different topically related categories. Since pages on similar subjects are intended
to be grouped together via categories, a bipartite graph of documents-categories has
been created to cluster the documents based on their topics. To detect communities of
the graph, the infomap community detection algorithm [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] has been applied to the
graph. Finally, documents within a community are considered as similar documents in
one cluster. Each suspicious document and its corresponding source documents are
selected from the same cluster.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Fragments Extraction</title>
        <p>The documents used in the corpus are divided into two categories: 50% of the
documents are considered as source and 50% are designated as suspicious documents.
Note that only 25% of suspicious documents contain plagiarism cases.</p>
        <p>We have used two different methods for fragment extraction. In the first method,
the fragments are extracted from the source documents, while in the second method,
the SemEval datasets is used for fragment extraction. The length of fragments is
evenly distributed between 3 and 12 sentences. The distribution of fragments’ length is
shown in Table 1.
We have proposed two obfuscation strategies for obfuscation of fragments: Artificial
obfuscation and simulated obfuscation. In the following, we described our
obfuscation strategies.</p>
        <p>Artificial Obfuscation. For the purpose of generating artificial plagiarism,
obfuscation strategies were applied to fragments extracted from source documents. We have
used five obfuscation strategies as follows:
 None (No Obfuscation)
 Random Change of Order
Source fragment without any change considered as the obfuscation fragment. In other
words, the obfuscation fragment is an exact copy of source fragment.</p>
        <p>Given source fragment, the obfuscation fragment is created by shuffling words at
random.
 POS-preserving Change of Order
In order to accomplish this obfuscation strategy, the sequence of parts of speech
(POS) tags in source fragment is determined. Then, words are shuffling randomly,
while retaining the original POS sequence.
 Synonym Substitution
 Addition / Deletion
The plagiarized fragment is created in such a way to replace some words by one of
their synonyms.</p>
        <p>
          The obfuscated fragment is created by inserting or removing words at random.
Simulated Obfuscation. The pairs of sentences from the dataset of semantic textual
similarity task in SemEval are used for constructing the simulated plagiarism cases.
The dataset includes pairs of semantically similar sentences with their corresponding
similarity score. The similarity score can range from exact semantic equivalence to
complete unrelatedness, corresponding to quantified values between five and zero [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ].
In order to create the cases of plagiarism, we ignore unrelatedness sentences with a
similarity degree lower than 3.
        </p>
        <p>In this strategy, both source and plagiarized fragments are constructed by SemEval
dataset sentences. Source fragments constructed by original sentences and
corresponding plagiarized fragments are created by corresponding sentences of original
ones in the dataset.</p>
        <p>To consider the degree of obfuscation in plagiarized fragments, a combination of
sentences with a variety of similarity scores is used in a fragment. The number of
sentences and their similarity scores specifies the degree of obfuscation for each
plagiarized fragment. More precisely, using sentences with higher degree of similarity
(e.g. 5) could lead to plagiarized fragments with lower degree of obfuscation and vice
versa. The distribution of different sentences for creating different degrees of
obfuscation (namely “Low”, “Medium”, and “High” obfuscation) is shown in Table 2.
In this step, one or more plagiarism cases according to the suspicious document’s
length, within the same cluster have been selected. Then, each of them inserted at
random positions in suspicious documents. For simulated plagiarism cases, the
corresponding source fragments also inserted at random positions in source documents.</p>
        <p>The fraction of plagiarism in each document is not fixed. The percentage of
plagiarism in each suspicious document is distributed between 5% and 60% of its length.
The ratio of plagiarism per suspicious documents is shown in Table 3.</p>
        <p>Finally, for each pair of source and suspicious documents, a Metadata file is
created which contains meta information about the plagiarism cases. The tags in the file
include:
this_length: The length of plagiarism case in the suspicious document.
this_offset: Start offset of the plagiarism case in the suspicious document.
source_reference: Name of source document.
source_length: The length of source fragment in the source document.
source_offset: Start offset of the source fragment in the source document.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>In this section, the results and statistics of monolingual English corpus for the PAN
2015 competition is presented. This corpus is based on Wikipedia documents. The
results of corpus construction are shown in Table 4.</p>
      <sec id="sec-3-1">
        <title>Document Statistics</title>
        <p>Document Purpose
The number of source documents:
The number of suspicious documents:
Hardly (5% - 20%)
Medium (20% - 40%)
Much (40% - 60%)</p>
        <p>Plagiarism per Document</p>
      </sec>
      <sec id="sec-3-2">
        <title>Plagiarism Case Statistics</title>
        <p>Plagiarism cases
The number of plagiarism cases:</p>
        <p>- No obfuscation cases:
- With obfuscation cases:
- Random obfuscation:
- Simulated obfuscation:
Short (3 – 5 sentences):
Medium (6 – 8 sentences):
Long (9 – 12 sentences):</p>
        <p>Case Length
The established English mono-lingual plagiarism detection corpus is available at the
website1 of “Research Institute for Information and Communication Technology” for
research purposes.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusion and Future Work</title>
      <p>In this lab report, we described our approach for constructing a monolingual
plagiarism detection corpus. We have used two obfuscation strategies to create our corpus.
The first is artificial obfuscation strategy in which the plagiarized fragments are
automatically created. In the second strategy, named simulated obfuscation, either
source or plagiarized fragments were created by SemEval dataset. The degree of
obfuscation in simulated plagiarism cases is based on similarity scores of paired
sentences. This corpus is intended to be used for testing the performance of plagiarism
detection systems for English language. Although this corpus is in English text, the
obfuscation strategy can also be exploited in other languages. In our future work, we
plan to improve our corpus by implementing other obfuscation techniques.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgement</title>
      <p>This work has been accomplished in ICT research Institute, ACECR, under the
support of Vice Presidency for Science and Technology of Iran - grant No. 1164331.
The authors gratefully acknowledge the support of aforementioned organizations.
Special thanks go to the members of ITBM research group for their valuable
collaboration.
1 http://www.ictrc.ir/plaglab/corpora/MonoLingual_English_Corpus(mohtaj15).zip</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Barrón-Cedeño</surname>
            , Alberto, Marta Vila,
            <given-names>M. Antònia</given-names>
          </string-name>
          <string-name>
            <surname>Martí</surname>
            , and
            <given-names>Paolo</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
          </string-name>
          .
          <article-title>"Plagiarism meets paraphrasing: Insights for the next generation in automatic plagiarism detection</article-title>
          .
          <source>" Computational Linguistics</source>
          <volume>39</volume>
          , no.
          <issue>4</issue>
          (
          <year>2013</year>
          ):
          <fpage>917</fpage>
          -
          <lpage>947</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Potthast</surname>
            , Martin,
            <given-names>Matthias Hagen</given-names>
          </string-name>
          , Anna Beyer, Matthias Busse, Martin Tippmann,
          <source>Paolo Rosso, and Benno Stein "Overview of the 6th International Competition on Plagiarism Detection." CLEF</source>
          (Online Working Notes/Labs/Workshop).
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Juričić</surname>
            , Vedran,
            <given-names>Vanja</given-names>
          </string-name>
          <string-name>
            <surname>Štefanec</surname>
            , and
            <given-names>Siniša</given-names>
          </string-name>
          <string-name>
            <surname>Bosanac</surname>
          </string-name>
          .
          <article-title>"Multilingual plagiarism detection corpus."</article-title>
          <source>In MIPRO</source>
          ,
          <source>2012 Proceedings of the 35th International Convention</source>
          , pp.
          <fpage>1310</fpage>
          -
          <lpage>1314</lpage>
          . IEEE,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Potthast</surname>
            , Martin,
            <given-names>Matthias Hagen</given-names>
          </string-name>
          , Tim Gollub, Martin Tippmann, Johannes Kiesel, Paolo Rosso, Efstathios Stamatatos, and
          <string-name>
            <given-names>Benno</given-names>
            <surname>Stein</surname>
          </string-name>
          .
          <article-title>"Overview of the 5th international compe-</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Potthast</surname>
            , Martin,
            <given-names>Alberto</given-names>
          </string-name>
          <string-name>
            <surname>Barrón-Cedeño</surname>
            , Andreas Eiselt, Benno Stein, and
            <given-names>Paolo</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
          </string-name>
          .
          <article-title>"Overview of the 2nd International Competition on Plagiarism Detection." In CLEF (Notebook Papers</article-title>
          /LABs/Workshops).
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Potthast</surname>
            , Martin,
            <given-names>Alberto</given-names>
          </string-name>
          <string-name>
            <surname>Barrón-Cedeño</surname>
            , Andreas Eiselt, Benno Stein, and
            <given-names>Paolo</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
          </string-name>
          .
          <article-title>"Overview of the 3rd International Competition on Plagiarism Detection." In CLEF (Notebook Papers</article-title>
          /LABs/Workshops).
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Potthast</surname>
            , Martin,
            <given-names>Tim Gollub</given-names>
          </string-name>
          , Matthias Hagen, Jan Graßegger, Johannes Kiesel, Maximilian Michel, Arnd Oberländer, Martin Tippmann, Alberto Barrón-Cedeño, Parth Gupta, Paolo Rosso, and
          <string-name>
            <given-names>Benno</given-names>
            <surname>Stein</surname>
          </string-name>
          .
          <article-title>Overview of the 4th International Competition on Plagiarism Detection</article-title>
          .
          <source>In Working Notes Papers of the CLEF 2012 Evaluation Labs</source>
          ,
          <year>September 2012</year>
          .
          <source>ISBN 978-88-904810-3-1. ISSN</source>
          <year>2038</year>
          -
          <volume>4963</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Agirre</surname>
            , Eneko, Daniel Cer, Mona Diab, Aitor Gonzalez-Agirre, and
            <given-names>Weiwei</given-names>
          </string-name>
          <string-name>
            <surname>Guo</surname>
          </string-name>
          .
          <article-title>"sem 2013 shared task: Semantic textual similarity, including a pilot on typed-similarity."</article-title>
          <source>In In* SEM</source>
          <year>2013</year>
          :
          <article-title>The Second Joint Conference on Lexical and Computational Semantics</article-title>
          .
          <source>Association for Computational Linguistics</source>
          .
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Rosvall</surname>
          </string-name>
          , Martin, and
          <string-name>
            <surname>Carl</surname>
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Bergstrom</surname>
          </string-name>
          .
          <article-title>"Maps of random walks on complex networks reveal community structure."</article-title>
          <source>Proceedings of the National Academy of Sciences 105, no. 4</source>
          (
          <year>2008</year>
          ):
          <fpage>1118</fpage>
          -
          <lpage>1123</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>