<!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>Graph-based Approach to Text Alignment for Plagiarism Detection in Persian Documents</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mozhgan Momtaz</string-name>
          <email>m.momtaz92@ut.ac.ir</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kayvan Bijari</string-name>
          <email>kayvan.bijari@ut.ac.ir</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mostafa Salehi</string-name>
          <email>mostafa_salehi@ut.ac.ir</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hadi Veisi</string-name>
          <email>h.veisi@ut.ac.ir</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Faculty of New Sciences and</institution>
          ,
          <addr-line>Technologies</addr-line>
          ,
          <institution>University of Tehran</institution>
          ,
          <addr-line>Tehran</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper presents a new approach for Persian plagiarism detection. This approach uses a graph structure as well as one of the graph similarity methods (iterative methods) for similarity detection of two Persian documents. In this approach, documents are represented by a graph with specified length, then each part of suspicious document is compared to that of the source document. The graph is made if these parts have more common bigrams than a predefined threshold. Once graphs are made, an iterative method is used to find analogous nodes in graphs. Two graphs are marked as similar if they contain at least a certain number of similar nodes. In order to evaluate the proposed method, it was run on PAN2015 and PAN2016 Persian Text Alignment dataset. The Plagdet score is defined to evaluate plagiarism detection methods in PAN contest. The gained Plagdet of proposed method is 90% on PAN2015 and 87% on PAN2016.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Plagiarism Detection</kwd>
        <kwd>Text Based Graph Representation</kwd>
        <kwd>Text Alignment</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>
        Nowadays, a large volume of information is a compound of
different types of contextual data such as books, articles and other
documents and this volume is growing increasingly. In many
cases, we need to identify either the duplicated documents or the
ones which are near-copy documents among the many cases. In
this regard, Plagiarism detection in documents is one of the main
topics which gained attention among researchers in the recent
years. The act of plagiarism is to use other author's writing or
ideas, without proper appreciation to the author or proper citation
to the original source [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. In the recent years, identifying
plagiarism has become easier using different systems, but
different types of plagiarism is still an issue. In some types of
plagiarism, the structure of the document is changed by
rearranging the words or using synonym words. Therefore, the
results of basic plagiarism detection methods are not acceptable.
So the need for more sophisticated methods for plagiarism
detection is growing. Different kinds of plagiarism are shown in
figure 1.
      </p>
      <p>
        Categories of text alignment dataset are based on PAN
Competitions [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <sec id="sec-1-1">
        <title>Different kinds of documents plagiarism</title>
      </sec>
      <sec id="sec-1-2">
        <title>Monolingual</title>
      </sec>
      <sec id="sec-1-3">
        <title>Source Retrieval</title>
      </sec>
      <sec id="sec-1-4">
        <title>Cross-language</title>
        <p>
          Text alignment
m
s
i
r
a
i
g
a
l
p
e
n
o
N
n
o
i
t
a
c
s
u
f
b
O
e
n
o
N
n
o
i
t
a
c
s
u
f
b
O
m
o
d
n
a
R
The proposed method, converts every document to a number of
parts with specific length using the graph approach idea and then
if necessary, it converts each part to a graph for precise plagiarism
examination, which creates graph based on simultaneous
occurrence of the words in fixed window size. After this step, the
similarity between two graphs measured using node similarity
measures, if the rate of similarity is more than the specified
threshold, then that part is labeled as plagiarism. The proposed
method was run on the PAN2015 dataset [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] and PAN2016
dataset (Persian Plagdet2016 contest [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]).
        </p>
        <p>The rest of paper is organized as follows: Section 2 is devoted to
related works; Section 3 presents the graph-based methodology
for plagiarism detection. In Section 4, experimental evaluation of
the proposed method is given, and finally Section 5 ends the paper
with conclusion and future works.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2. RELATED WORK</title>
      <p>In order to detect monolingual plagiarism, various methods have
been proposed. In this section, each of these methods is explained
briefly.</p>
      <p>
        Character-based methods: The most important method is the
fingerprint method. Fingerprint algorithms [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] consider the text
as a series of characters and then they divide the characters in
nseries groups, the most important algorithms include 16-gram,
8gram and 5-gram methods. In this method, the degree of similarity
depends on the number of similar characters in a string. Although
this method ends up with a good result in detecting plagiarism, but
when plagiarism has some paraphrasing or modified words, this
method does not act in an effective way to detect plagiarism.
Structural-based methods: In the previous method, the only
attention is on words as features of the document. However, in the
structural-based methods [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], pays attention to the titles,
paragraphs, sections and resources. One of the most famous
structural-based methods is tree-based method, which gained
much attention in the recent years. In the tree-structured model, a
two-layer model is defined that the top layer is for retrieving
documents and the bottom layer is considered for detecting
plagiarism between retrieved documents using the methods of
similarity detection such as cosine similarity method.
      </p>
      <sec id="sec-2-1">
        <title>Classification-based methods: In this method the documents</title>
        <p>
          are classified based on specific words (or keywords) [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ]. The
primary goal in this approach is to retrieve similar documents and
to speed up the process of plagiarism detection.
        </p>
        <p>
          Semantic-Based methods: This method uses lexical network
in order to find semantic similarity for plagiarism detection [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ].
The most famous lexical network in English language is WordNet
[
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. By means of WordNet, it is possible to achieve more
information about a special word. This method is effective when
plagiarism is done using synonym words. FarsNet [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] the Persian
equivalent of WordNet, is also proposed for Persian language.
Graph-based methods: In this method, the text will be
converted into a graph. Nodes in the graph can be words, phrases
or even sentences of the text. Edges in the graph represent the link
or relation between nodes and they can show the semantic link
between words or the simultaneous occurrence in one sentence
[
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]. This method will be discussed more in the proposed method
section. Converting a text into a graph, enables us to detect
plagiarism using the advantages of graph similarity algorithms
[
          <xref ref-type="bibr" rid="ref7">7</xref>
          ].
        </p>
        <p>In this paper, the proposed method is a combination of
structuralbased method and graph-based method. Paying attention to the
structure of the text leads to detection of plagiarism in the
document even if the plagiarism is the type in which the structure
of the text is changed.</p>
        <p>
          One common and standard approach to model text document is
bag-of-words. This model is suitable for capturing word
frequency [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]. Assuming that order of the word’s occurrence has
nothing to do with its meaning; this model has a proper result in
information retrieval. The drawback of this model is when it tries
to find the reused text and plagiarism between different parts of
the text, if a reused text is occurring by using synonym words then
this model could not properly detect the reused text. Furthermore,
this model doesn’t express the meaning and the structure of the
text [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]. However, Graph representation is mathematical
constructs and can model different word’s relation and textual
structure of the documents [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]. Some issues of the bag-of-words
model and the solutions based on graph model are summarized in
table 1.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Table1- Some issues of the bag-of-words model and the solutions based on graph-based model for plagiarism detection applications</title>
      </sec>
      <sec id="sec-2-3">
        <title>Issues of bag-of-words methods to model text for plagiarism detection applications</title>
        <p>Ignoring order of the words
Ignoring the structure of the
text
Neglecting word synonyms</p>
      </sec>
      <sec id="sec-2-4">
        <title>Graph-based solution</title>
        <p>Using directed graph (step 3
of proposed method)
Considering the whole
sentence as a graph (step 2
and 3 of proposed method)
Ability to add synonyms to
the graph corresponding text
(step 3 of proposed method)</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. METHODOLOGY</title>
      <p>Any textual document can be presented via a corresponding
graph. Graph based representation of text is important because it
enables us to turn an unstructured text into a structural text, and
then the advantageous of graph representation can be applied to
text summarization, identifying similarities of the documents, and
applications of text mining. For natural language processing
applications text graph of documents should be built. In a text
graph, nodes represent words of the document, and the edges
present the relation between different words. The relation of
words can vary from application to application. The proposed
plagiarism detection method is consist of 5 steps that will be
discussed further in the following.</p>
      <p>
        Step 1. preprocessing: normalization is one of the basic steps
in text mining and text processing. In the normalization process,
punctuations and stop words are removed. In this paper, we have
used Hazm package [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] for Persian text normalization.
Step 2. turn text to set of clauses: suspicious document and
the reference document are divided to a series of sentences. Each
sentence of the suspected document will be compared to all the
sentences of the reference document. In this step, a filtering will
be done on sentences in order to reduce runtime. Finally, if the
two sentences at least have the cosine similarity of 0.4, then they
go to the step of graph making process (this value is obtained
experimentally), otherwise the comparison will continue to other
sentences of the reference document.
      </p>
      <sec id="sec-3-1">
        <title>Step 3. creating corresponding graph: in graph creation</title>
        <p>
          step, each sentence will be converted to a graph. The nodes of the
graph are main and unique words, and in this graph, an edge will
be established between a specific word and 4 words before and
after it in the document. Igraph package [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] is used for graph
creation in this paper.
        </p>
        <p>
          Step 4. plagiarism detection: when graph creation is
complete, we are looking for nodes in the suspected document
that is common with the node of the reference document. An
iterative method based on simple idea indicates that the two
graphs are similar when they have similar nodes, and nodes are
similar if they have analogous neighbors [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ]. We use this method
for our specific graph. Then we find their similarity using
equation 1:
(
)
(
( )
( ))
)1(
Where B is primary neighbors of the common node in the
graph of reference document. And A is primary neighbors
of the common node in the graph of suspicious document.
If the similarities between two nodes is greater than the threshold
α (α = 0.4), then that node is selected as the similar node. Finally,
if a sentence has more similar nodes than the threshold β
(β=1/3(the number of key words in suspicious document)), that
statement is labeled as one of the sentences which plagiarism has
occurred. α and β are thresholds that are achieved experimentally
and they are based on performances of the system.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Step 5. Integrate plagiarism labeled Sentences: In this</title>
        <p>
          step, we integrate sentences with plagiarism label (output of step 4
of the algorithm) based on start and end offset of sentences in text.
This step important for granularity measure1 [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. If there exist no
labeled sentences, we can assume that no plagiarism is occurred.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. EXPERIMENTAL EVALUATION</title>
      <p>
        In this section the results of the implementation of the proposed
method on the plagiarism data sets are given. Moreover, in the
following we are going to focus on analyzing results. The two
data sets that were used for analyzing the proposed method are as
follows.
1. Persian Text alignment dataset PAN2015: This dataset is
published on the website of PAN contest.
2. Persian Text Alignment dataset PAN2016: This dataset
contains 2749 training and testing documents and are related to
Persian Plagdet2016 international contest [
        <xref ref-type="bibr" rid="ref13 ref14 ref4">14, 4, 13</xref>
        ], which was
organized by the Institute of Information and Communication
Technology (ICTRC) and contest results are available at the
contest site.
      </p>
    </sec>
    <sec id="sec-5">
      <title>4.1 Experimental Results</title>
      <p>
        Table 2 shows the results of the implementation of the proposed
method on the datasets.
As shown in the results, according to the evaluation criteria, the
graph-based method has achieved favorable results without using
linguistic corpora and only due to the structure of the text. Graph
approach has unique features to detect similar documents. Among
these features, one can mention paying attention to non-adjacent
words in a sentence. This feature makes plagiarism detection easy,
because plagiarism is done by rearranging words, but in the
character-based methods attention is just on the relationship
between adjacent words. Furthermore, another feature of the
graph is considering the minimum threshold of similarity between
1 The logarithm of the granularity to smooth its influence on the
overall score.
the two nodes. In this case, if plagiarism is done by add and
removal of the words, by considering minimum similarity
threshold, these changes do not have much negative impact on
plagiarism detection. The result of Persian Plagdet contest is also
reported in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>Preprocessing
Document suspected
of plagiarism
Reference documents
in the database</p>
      <sec id="sec-5-1">
        <title>Separating text to a set of sentences</title>
        <p>Sentence 1 of suspected
document
Sentence 1 of reference
document
Choosing words to build a graph based</p>
        <p>on minimum similarity
Comparing paired generated graphs with each other and
identify similar graphs. (Sentences of the similar graphs
will get similarity label). And Aggregation of similar
labeled Sentences</p>
        <p>Detecting the existence of plagiarism
or not</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>5. CONCLUSION AND FUTURE WORK</title>
      <p>Using a graph structure, we proposed a method to convert
unstructured text into graphs, Graph-based approach provides the
ability that takes advantage of the benefits of graph algorithms
and use them in natural language processing algorithms. In this
paper, we discussed and analyzed the results of the generalized
method to detect plagiarism on the inner levels (Text Alignment).
By achieving the Benchmark of Plagdet 87% without using
linguistic corpora and grammatical rules, it is expected that more
works in graph based approaches achieve better results in
plagiarism detection. Furthermore, being independent from rules
and corpora enables this method to detect plagiarism in other
languages. As a future work we want to increase the accuracy of
the algorithm to detect semantic plagiarism using FarsNet lexical
network. Since it is possible to add word's synonyms to the
corresponding graph of the document, by adding synonym words,
the accuracy of detecting semantic plagiarism is increased.
Another important category of modern plagiarism, is plagiarism
on summary of a text. Due to the flexibility of graph approach in
detecting plagiarism, graph approach is also efficient in detecting
plagiarism on summary of a text.
package,</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Asghari</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mohtaj</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fatemi</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Faili</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <year>2016</year>
          .
          <article-title>Algorithms and Corpora for Persian Plagiarism Detection: Overview of PAN at FIRE 2016</article-title>
          . In Working notes of FIRE 2016 -
          <article-title>Forum for Information Retrieval Evaluation, Kolkata</article-title>
          , India, December 7-
          <issue>10</issue>
          ,
          <year>2016</year>
          , CEUR Workshop Proceedings, CEUR-WS.org.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Barrón-Cedeño</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</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>
          , and
          <string-name>
            <surname>Eiselt</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>2010</year>
          .
          <article-title>Corpus and Evaluation Measures for Automatic Plagiarism Detection</article-title>
          , In LREC.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Flowerdew</surname>
            ,
            <given-names>J</given-names>
          </string-name>
          and
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <year>2007</year>
          .
          <article-title>Plagiarism and second language writing in an electronic age</article-title>
          ,
          <source>Annual Review of Applied Linguistics</source>
          , vol.
          <volume>27</volume>
          , pp.
          <fpage>161</fpage>
          --
          <lpage>183</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Gollub</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Burrows</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <year>2012</year>
          ,
          <string-name>
            <surname>August.</surname>
          </string-name>
          <article-title>Ousting ivory tower research: towards a web framework for providing experiments as a service</article-title>
          .
          <source>In Proceedings of the 35th international ACM SIGIR conference on Research and development in information retrieval</source>
          (pp.
          <fpage>1125</fpage>
          -
          <lpage>1126</lpage>
          ). ACM.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>ICT</given-names>
            <surname>Research</surname>
          </string-name>
          <string-name>
            <surname>Institute</surname>
          </string-name>
          , ACECR ,Iran,
          <year>2016</year>
          . [Online]. Available: http://ictrc.ac.ir/plagdet/.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Khoshnavataher</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zarrabi</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mohtaj</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Asghari</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <year>2015</year>
          .
          <article-title>Developing Monolingual Persian Corpus for Extrinsic Plagiarism Detection Using Artificial Obfuscation</article-title>
          .
          <source>Notebook for PAN at CLEF2015</source>
          ,
          <fpage>8</fpage>
          -
          <lpage>11</lpage>
          September, Toulouse, France.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <year>2014</year>
          .
          <article-title>A Graph Based Automatic Plagiarism Detection Technique to Handle Artificial Word Reordering and Paraphrasing</article-title>
          ,
          <source>Computational Linguistics and Intelligent Text Processing</source>
          , pp.
          <fpage>481</fpage>
          --
          <lpage>494</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Leacock</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>G.A.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Chodorow</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <year>1998</year>
          .
          <article-title>Using corpus statistics and WordNet relations for sense identification</article-title>
          .
          <source>Computational Linguistics</source>
          ,
          <volume>24</volume>
          (
          <issue>1</issue>
          ), pp.
          <fpage>147</fpage>
          -
          <lpage>165</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Leilei</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haoliang</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shuai</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cuixia</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suhong</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Yong</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <year>2012</year>
          .
          <article-title>Approaches for candidate document retrieval and detailed comparison of plagiarism detection</article-title>
          ,
          <source>in Notebook for PAN at CLEF</source>
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10] [Online]. Available: hazm http://www.sobhe.ir/hazm. [
          <source>Accessed</source>
          <year>2015</year>
          -
          <volume>04</volume>
          -30].
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11] [Online]. Available: igraph http://igraph.org/python/.
          <source>[Accessed</source>
          <year>2015</year>
          -
          <volume>03</volume>
          -15].
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M</given-names>
          </string-name>
          and Hagen,
          <string-name>
            <given-names>M .</given-names>
            ,
            <surname>Gollub</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Tippmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Kiesel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Stamatatos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            , and
            <surname>Stein</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <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>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>
          and
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <year>2014</year>
          ,
          <article-title>September. Improving the Reproducibility of PAN's Shared Tasks</article-title>
          .
          <source>In International Conference of the Cross-Language Evaluation Forum for European Languages</source>
          (pp.
          <fpage>268</fpage>
          -
          <lpage>299</lpage>
          ). Springer International Publishing.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barrón-Cedeño</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <year>2010</year>
          ,
          <string-name>
            <surname>August.</surname>
          </string-name>
          <article-title>An evaluation framework for plagiarism detection</article-title>
          .
          <source>In Proceedings of the 23rd international conference on computational linguistics: Posters</source>
          (pp.
          <fpage>997</fpage>
          -
          <lpage>1005</lpage>
          ).
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Shamsfard</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <year>2008</year>
          .
          <article-title>Developing FarsNet: A lexical ontology for Persian</article-title>
          .
          <source>In 4th Global WordNet Conference</source>
          , Szeged, Hungary.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Sonawane</surname>
            ,
            <given-names>S.S.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Kulkarni</surname>
            ,
            <given-names>P.A.</given-names>
          </string-name>
          ,
          <year>2014</year>
          .
          <article-title>Graph based Representation and Analysis of Text Document: A Survey of Techniques</article-title>
          .
          <source>International Journal of Computer Applications</source>
          ,
          <volume>96</volume>
          (
          <issue>19</issue>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Torres</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Gelbukh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <year>2009</year>
          .
          <article-title>Comparing similarity measures for original WSD lesk algorithm</article-title>
          . Research In Computing Science,
          <volume>43</volume>
          , pp.
          <fpage>155</fpage>
          -
          <lpage>166</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Zager</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <year>2005</year>
          .
          <article-title>Graph similarity and matching (Doctoral dissertation</article-title>
          , Massachusetts Institute of Technology).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Zini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <year>2006</year>
          <article-title>Plagiarism Detection through Multilevel Text Comparison, In Automated Production of Cross Media Content for Multi-Channel Distribution</article-title>
          ,Second International Conference.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Zini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fabbri</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moneglia</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Panunzi</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Alessandro, Plagiarism detection through multilevel text comparison</article-title>
          , In Second International Conference, IEEE.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>