<!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>A Deep Learning Approach to Persian Plagiarism Detection</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Erfaneh Gharavi</string-name>
          <email>e.gharavi@ut.ac.ir</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kiarash Zahirnia</string-name>
          <email>zahirnia.kia@ut.ac.ir</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kayvan Bijari</string-name>
          <email>kayvan.bijari@ut.ac.ir</email>
          <xref ref-type="aff" rid="aff1">1</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>University of Tehran, Faculty of new Science and Technology, Data &amp; Signal processing Lab</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Tehran, Faculty of new Science and</institution>
          ,
          <addr-line>Technology</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>Plagiarism detection is defined as automatic identification of reused text materials. General availability of the internet and easy access to textual information enhances the need for automated plagiarism detection. In this regard, different algorithms have been proposed to perform the task of plagiarism detection in text documents. Due to drawbacks and inefficiency of traditional methods and lack of proper algorithms for Persian plagiarism detection, in this paper, we propose a deep learning based method to detect plagiarism. In the proposed method, words are represented as multi-dimensional vectors, and simple aggregation methods are used to combine the word vectors for sentence representation. By comparing representations of source and suspicious sentences, pair sentences with the highest similarity are considered as the candidates for plagiarism. The decision on being plagiarism is performed using a two level evaluation method. Our method has been used in PAN2016 Persian plagiarism detection contest and results in %90.6 plagdet, %85.8 recall, and % 95.9 precision on the provided data sets.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Deep Learning</kwd>
        <kwd>Word Vector Representation</kwd>
        <kwd>Persian Plagiarism Detection</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>• Information systems → Near-duplicate and plagiarism
detection • Information systems → Evaluation of retrieval
results.</p>
    </sec>
    <sec id="sec-2">
      <title>1. INTRODUCTION</title>
      <p>
        Due to the growth and expansion of the global networks and the
increasing volume of unstructured data by both men and machine,
an automated intelligent processing and knowledge extraction
system is required. The primary goal of language processing
methods is to achieve direct human computer interaction as the
main purpose of artificial intelligent [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]. Natural language
processing (NLP) encompasses wide variety of tasks and
applications including: part of speech tagging (POS), text
classification, machine translation, text similarity detection, and
etc. One well-known application of text similarity detection is to
identify plagiarism especially for scientific documents. Plagiarism
is defined as the act of taking someone else's works or ideas and
presenting them as one's own without explicitly acknowledging
the original source which is considered immoral and illegal [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. In
this regard, detection and prevention such duplications has vital
importance.
      </p>
      <p>
        In order to be processed in natural language processing
algorithms, textual data should be numerically described. In
traditional approaches, list of the words are considered as distinct
features for the textual data. In such methods, the similarity
between the synonym words is not taken into account.
Furthermore, due to the sparseness of new feature space and time
complexity of feature extraction, these approaches are not
efficient [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. To overcome deficiencies of the traditional feature
extraction methods, deep learning techniques are used which have
resulted in promising performance in many application such as
NLP [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. The essential goal of deep learning [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] is to improve
the processing, and pre-processing methods of NLP in an
automatic, efficient, and fast way. In text mining applications,
deep learning methods represent words as a vector of numerical
values [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. This new representation contains a major part of
synthetic as well as semantic rules of the text data. In applications
such as similarity detection and text classification, much larger
units such as phrases, sentences and documents should be
described as a vector. For this purpose, there are a number of
methods ranging from simple mathematical approaches [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ] to
neural networks-base combination functions [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ]. Vectorized
representation of text data makes it easy to compare words and
sentences as well as minimizing the need to use lexicons. In this
paper, deep learning approach is used for Persian plagiarism
detection in PAN plagiarism detection contest. This method
results in %90.6 plagdet, %85.8 recall, %95.9 precision on the
PAN provided data sets.
      </p>
      <p>Rest of this paper is organized as follow: in Section 2 we
described plagiarism and the act of plagiarism detection, followed
by presenting related works in Section 3.Section 4 is devoted to
illustrate deep learning and the approach of using it in NLP
applications. Section 5 defines proposed method and Section 6
demonstrates the experimental results. Finally we explain
privileges of our methods in Section 7.</p>
    </sec>
    <sec id="sec-3">
      <title>2. PLAGIARISM DETECTION</title>
      <p>
        Plagiarism is an attempt to use the other's idea and present it as
your personal work, which is considered both illegal and immoral.
The era of the internet and quick access to wide range of
information, exacerbates acts such as plagiarism. Plagiarism is
being done in various ways, and often it is difficult to prove
whether a text is plagiarized or not. Previously, the plagiarism was
detected only manually and based on the reviewer’s knowledge.
But nowadays, due to the difference between human cognition
and vast amount of information, the process of plagiarism
detection is very challenging to be performed manually.
Therefore, automated plagiarism detection gets wide attention in
the recent years [
        <xref ref-type="bibr" rid="ref8 ref9">8, 9</xref>
        ].
      </p>
      <p>
        In 2000, only 5 systems have been developed for the purpose of
plagiarism detection, four of which was used to detect plagiarism
in text and one system was used to detect copied programming
codes [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. This number growth to 47 in 2010 which indicates an
increase in demand of such systems as well as the need to improve
speed and efficiency. It should be noted that previous approaches
often benefit from string matching scheme in order to detect
copied texts. The inadequacy of existing systems leads the
research direction to new approaches for plagiarism detection.
The main drawback in this area is system's inability to recognize
the syntactic and semantic changes in the text data. Although it
seems very simple for human beings, but the computer is facing
many difficulties in this detection, especially when the detection is
dependent on exact text matching. Plagiarism detection steps is
outlined in the below algorithm.
      </p>
      <p>Algorithm: Plagiarism Detection steps
 Data pre-processing: preparation of the input data
including original and plagiarized text.
 Similarity comparison: In this step, texts from original
and plagiarized source are compared based on a
similarity measure. The output of this step is a rate which
indicates the similarity of the input texts.
 Filtering: based on a predefined threshold, the generated
rates in the previous step are used to identify candidate
pairs.
 Further processing: at this point, pairs are evaluated base
on other similarity measures.
 Classification: The final step is to assign a label
indicating whether the texts are plagiarized or not. This
can be done using the calculated rate resulted from the
4th step.</p>
      <p>
        Scientific plagiarized text comprises of word sequences including
n-grams which are exactly the same or paraphrased form of the
original text. This sequence of words can be in different lengths to
include whole or a part of the original documents. Examples of
rules that show how the plagiarism in scientific fields is occurred,
are provided in the following [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ].
      </p>
      <p>



</p>
      <sec id="sec-3-1">
        <title>Inadequate referencing</title>
        <p>Direct copy from one or more sources of text
Displacement of words in a sentence
Paraphrase and rewrite the texts, present other's ideas
with different words
Translation, expression of an idea in one language into
another one
Plagiarism can include changes in the vocabulary, or syntactic,
and semantic representation of the text. These types will be
discussed further in the following:
Vocabulary changes: Including the addition, deletion or
replacement of words in a given text. Such changes would be
indistinguishable by string matching approach.</p>
        <p>Synthetic changes: Changes in the structure includes rearranging
words and expressions, and turning sentences from active to
passive and vice versa.</p>
        <p>Semantic changes: This kind of plagiarism is more fundamental
and usually includes paraphrase as well as semantic and
vocabulary changes. Detecting such changes requires semantic
analysis of the information in the text data to see whether or not
the texts imply a same sense.</p>
        <p>
          Plagiarism detection can also be divided into two main categories:
external plagiarism detection, and intrinsic plagiarism detection.
External plagiarism detection tries to extract plagiarism in a text
by checking all given source documents. Intrinsic plagiarism
detection analyzes the given suspicious document, and tries to
discover parts of the input document which are not written by the
same author. In this study we propose a new method to detect
external plagiarism for Persian documents using deep learning
approach [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ].
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>3. RELATED WORK</title>
      <p>In this section some plagiarism detection methods are reviewed.
These methods categorized based on features that are used to
determine the similarity between two documents which address
different kind of plagiarism:


</p>
      <p>
        Lexical methods: These methods consider text as a sequence
of characters or terms. In this methods the assumption is that
the more terms both documents have in common, the more
similar they are. Methods that use features such as longest
common subsequence, n-grams and fingerprint are
considered as this kind of methods. These methods usually
end up with a great outcome when the words are not changed
by their synonyms [2, 7, 13, 14, 17, 21, 31, 38 and 40].
Syntactical methods: Some methods use text’s syntactical
units for comparing the similarity between documents. This
is a realization of the intuition that similar documents would
have similar syntactical structure. This methods make use of
characteristics such as POS tag to compare the similarity
between different documents. [
        <xref ref-type="bibr" rid="ref24 ref25">24,25</xref>
        ]
Semantic methods: These methods use semantic similarity
for comparing documents. Methods that use synonyms,
antonyms, hypernyms, and hyponyms are placed in this
category [
        <xref ref-type="bibr" rid="ref39 ref7">7, 39</xref>
        ].
      </p>
      <p>
        To the best of our knowledge, due to lack of Persian corpus
(Persian tagged data) [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], there exist only few studies on Persian
plagiarism detection. Mahdavi et al., [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] introduce Persian
plagiarism detector based on bag of word model. Their approach
has two steps: at first, most relevant source documents are
retrieved by using cosine similarity, then, using the overlap
coefficient and tri-gram model, plagiarism is identified.
Mahmoodi et al., [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] use different combination of n-grams,
Clough metric [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and Jaccard similarity coefficient for automatic
Persian plagiarism detection.
      </p>
      <p>Most of conducted studies in Persian plagiarism detection are
placed among lexical methods. As it is mentioned earlier, this
kind of methods does not acts well when the words are changed
and rewritten. Applying semantic similarity in Persian language
has some limitations due to the constraints of the Persian
WordNets.</p>
      <p>
        Socher et al propose a deep method for paraphrase detection based
on recursive autoencoder networks [
        <xref ref-type="bibr" rid="ref37">37</xref>
        ]. In this article a deep
learning approach is introduced which uses semantic and lexical
features to detect plagiarism in Persian documents. To the best of
our knowledge there is no reported study that uses deep learning
for Persian plagiarism detection.
      </p>
    </sec>
    <sec id="sec-5">
      <title>4. DEEP LEARNING FOR FEATURE</title>
    </sec>
    <sec id="sec-6">
      <title>EXTRACTION</title>
      <p>
        Deep learning is a branch of machine learning which tries to find
more abstract features using deep multiple layer graph. Each layer
has linear or non-linear function to transform data into more
abstract ones [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. One of the reasons that the deep learning helps
to improve NLP is the hierarchical nature of concepts. Concepts
exist in natural world are generally hierarchical. For example a cat
is a domestic animal which itself is a branch of animals. In most,
not all, cases the word “cat” can be replaced by “dog” in any
sentence with no change in resulting sentence. So abstract
concepts in higher level are less sensitive to changes [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
Recently, three factors contributed to the better performance of
deep architecture: large datasets, faster computers and parallel
processing in addition to the increasing number of machine
learning methods for normalization and improvement of
algorithms [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>Due to the large amount of textual data and mentioned problems
for natural language processing tasks, using automatic methods
like deep learning seem mandatory. Advantages of using deep
methods for NLP task are listed below:


</p>
      <sec id="sec-6-1">
        <title>No hand crafted feature engineering is required</title>
        <p>Fewer number of features</p>
        <p>
          No labeled data is required
Multi-layer networks in deep learning, called deep belief network,
can also lead to analogous set of features for all natural language
processing tasks [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. Using these representations reduces the
number of features and the text can be described by far fewer
features through combination functions.
4.1
        </p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Word Vector Representation</title>
      <p>
        Most of language processing algorithms consider words as single
symbols. This kind of representation suffers from sparsity since
the length of vector corresponds to the size of word glossary. This
vector has zero in all elements except one. This approach, called
One-On, is unable to distinguish similarity between two synonym
words. To address this challenge, an idea of representing a word
by its neighbors was introduced by Firth [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        In application of deep learning in natural language processing,
each word is described by the surrounding context. The vector
generated automatically by a deep neural networks and contain
semantic and syntactic information about the word. Distributed
word representation, generally known as word-embedding, is used
to solve the aforementioned problems of high dimensionality and
sparsity in language model. Here the similar words have the
similar vectors [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ].
      </p>
      <p>
        Distributed representation learning introduced by Hinton for the
first time [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] and developed in language modeling concept by
Bengio [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Collobert [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] shows that distributed representation of
words with almost no engineered features can be shared by
several NLP tasks resulting the equal or more accuracy than the
state of the art methods. Finally, authors in [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] indicate that this
kind of presentation not only encompass a huge part of syntactic
and semantic rules, but also the relationship between words can be
modeled by vectors’ offset. This offset can also presents the
plurality, syntactic label (noun, verb, etc.), semantic feature (pet,
animal, car, etc.) of a word.
      </p>
      <p>
        This representation is used in all NLP tasks like
Name-EntityRecognition (NER), word-sense-disambiguation, parsing, and
machine translation [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
      <p>
        There are two approaches to learning word vector representation:
1) General matrix decomposition methods such as Latent
Semantic Analysis (LSA) and 2) context-base methods such as
skip-grams, continuous bag of words [
        <xref ref-type="bibr" rid="ref28 ref32">28, 32</xref>
        ].
      </p>
      <p>Skip-grams and continuous bag of words, which are employed by
this study, are two-layer neural networks that are trained for
language modeling task. Skip-gram used one-on representation of
words in a limited window size as an input and try to predict the
middle word of the context. Another version of this network,
continuous bag of words, is used to predict the context
considering a middle word. The resulted vectors, which are the
weights of the neural network, are the same for semantically
similar words.</p>
    </sec>
    <sec id="sec-8">
      <title>4.2 Text Document Vector Representation</title>
      <p>There are so many algorithms which are used as the composition
function for combining word vectors to generate a representation
for text document.</p>
      <p>
        Paragraph Vector is an unsupervised algorithm that learns
representation for variable-length pieces of texts, such as
sentences, paragraphs, and documents. The algorithm used the
idea of word vector training and considered a matrix for each
piece of text. This matrix also update during language modeling
task. Paragraph vector outperform other methods such as
bag-ofwords models for many applications [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ].
      </p>
      <p>
        Socher [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ] introduce Recursive Deep Learning methods which
are variations and extensions of unsupervised and supervised
recursive neural networks (RNNs). This method uses the idea of
hierarchical structure of the text and encodes two word vectors
into one vector by auto-encoder networks. Socher also presents
many variation of these deep combination functions such as
Recurrent Neural Network (RNN) and Matrix-Vector Recursive
Neural Networks (MV-RNN).
      </p>
      <p>
        There are also some simple mathematical methods which applied
as a composition function generally used as benchmarks [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ].
      </p>
    </sec>
    <sec id="sec-9">
      <title>5. PROPOSED METHOD</title>
      <p>
        In this study, in order to detect plagiarism, a sentence by sentence
comparison is carried out in two phases. We first extract word
vectors by word2vec algorithm [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ], then remove Persian stop
words while text pre-processing. After that, for each sentence an
average of all word vectors is calculated as in equation 1.
∑
(1)
Where S is the vector representation for sentences and wi is the
word vector for ith word of the sentences and n is the number of
words in that sentence.
      </p>
      <p>After feature extraction, in phase 1, each sentence in a suspicious
document is compared with all the sentences in the source
documents. Cosine similarity is used as a comparison metric,
which is described in equation 2.</p>
      <p>‖
√∑
‖‖
∑
‖
√∑
Where S1 is the sentence vector of the sentence from suspicious
documents and S2 is the sentence vector of the sentence from
source documents and K denoted the dimension of the vectors.
After this step which helps us to find the most nearest sentences in
real time, in phase 2, lexical similarity of two sentences is
evaluated by the Jaccard similarity measure. Jaccard similarity
score is calculated as in equation 3.</p>
      <p>Where S1 is the set of unique words in the first sentence and S2 is
the set of unique words in the second sentence.</p>
      <p>Two sentences which pass Jaccard similarity threshold considered
as plagiarism at final step. We used training corpus to fine-tune
the thresholds. The workflow of our method is represented in
figure 1.</p>
      <p>All these measure combined into a single score, palgdet, as
follows:
(
)</p>
    </sec>
    <sec id="sec-10">
      <title>6.4 RESULTS</title>
      <p>
        The results of applying this method to Persian PAN2016 corpus is
presented in table 1, Rank 2, which is also reported in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Persian
plagiarism detection contest, PAN2016, was hosted on Tira [
        <xref ref-type="bibr" rid="ref18 ref33">18,
33</xref>
        ], a framework for shared tasks, and evaluated based on
evaluation framework presented in [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ].
      </p>
    </sec>
    <sec id="sec-11">
      <title>6. EXPERIMENTS</title>
    </sec>
    <sec id="sec-12">
      <title>6.1 Dataset</title>
      <p>
        We train our learning parameters on Persian PAN2016 dataset,
since PAN2016 dataset has not been released yet, detailed
information cannot be described. More detail in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
    </sec>
    <sec id="sec-13">
      <title>6.2 Parameter Definition</title>
      <p>In this paper there are two parameters to be optimized. The task is
to answer the following questions.

</p>
      <p>What is the optimized threshold for the cosine similarity
measure?
What is the optimized threshold for the Jaccard similarity
measure?
Two sentences are considered as plagiarism if they pass the cosine
similarity threshold (α). The second threshold (β) filters the
selected sentences to assure lexical similarity. These thresholds
were fine-tuned by several trial on the training corpus. The results
achieved when α=0.3 and β=0.2.</p>
    </sec>
    <sec id="sec-14">
      <title>6.3 Evaluation Metrics</title>
      <p>
        Evaluation measures on this text alignment task include:
Precision, recall, and granularity, which are combined into the
plagdet score [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ].
      </p>
      <p>Where S is the set of plagiarism cases in the corpus and R is the
set of detected plagiarism.</p>
      <p>Granularity is defined to address overlapping or multiple detection
for one plagiarism case and is defined as bellow.</p>
      <p>| |
∑</p>
      <p>|⋃
| |</p>
      <p>∑
Where
|⋃</p>
      <p>| |
| |
{
|</p>
      <p>|
| |
∑ | |
(3)
(2)
(4)
(5)
(6)
(7)
average of two same sentences word vectors are exactly the same.
This methods also detect plagiarism with synthetic changes,
include change of word's order, which have the same average
vectors, as well. Vocabulary change, include adding or omitting
words, which would be indistinguishable by string matching
approach, could be identify by the proposed method. The reason is
that the average vector is insensitive to few number of changes in
a sentence vocabulary. On semantic changes, which is our main
privilege in this task among others, plagiarism could easily be
detected due to the similarity of synonym word vectors which
make no or little changes on final sentence vector. Therefore, time
consuming synonym word retrieval from lexicon has become
inessential.</p>
    </sec>
    <sec id="sec-15">
      <title>7. CONCLUSION</title>
      <p>In this paper, we used deep representation of words for plagiarism
detection task. Sentence-by-sentence comparison is used to find
text similarities. Advantages of this method among others are its
simplicity and its fast sentence comparison. This methods has
resulted in %90.6 plagdet, %85.8 recall, %95.9 precision on the
PAN2016 provided data sets.</p>
      <p>Why our method works? Since our comparison transformed from
word-by-word or n-gram-by-n-gram representation of text to
numerical one, the calculation of similarity execute in a much
faster and more convenient way. Our method could easily and
immediately address plagiarism with no obfuscation since the
Rank
1
2
3
4
5
6
7
8
9</p>
      <p>Team</p>
      <p>Fatemeh Mashhadi, Mehrnoush Shamsfard</p>
      <p>Shahid Beheshti University, NLP Research Lab
Hadi Veisi, Kayvan Bijari, Kiarash Zahirnia, Erfaneh Gharavi
University of Tehran, Data &amp; Signal processing Lab
Mozhgan Momtaz, Kayvan Bijari, Davood Heidarpour</p>
      <p>University of Tehran, COIN Lab</p>
      <p>Mahdi Niknam,</p>
      <p>University of Qom</p>
      <p>Faezeh Esteki, Faramarz Safi Esfahani</p>
      <p>Najafabad Branch, Islamic Azad University
Alireza Talebpour, Mohammad Shirzadi, Zahra Aminolroaya, Mohammad
Adibi, Ahmad Mahmoudi-Aznaveh</p>
      <p>Shahid Beheshti University,
Content lab /cyberspace research institute</p>
      <p>Nava Ehsan</p>
      <p>University of Tehran
Lee Gillam, Anna Vartapetiance</p>
      <p>University of Surrey
Muharram Mansoorizadeh</p>
      <p>Bu-Ali Sina University</p>
    </sec>
    <sec id="sec-16">
      <title>8. REFERENCES</title>
    </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>Vila</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martí</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <year>2013</year>
          .
          <article-title>Plagiarism meets paraphrasing: Insights for the next generation in automatic plagiarism detection</article-title>
          .
          <source>Computational Linguistics</source>
          <volume>39</volume>
          ,
          <issue>4</issue>
          ,
          <fpage>917</fpage>
          -
          <lpage>947</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <year>2009</year>
          .
          <article-title>Learning deep architectures for AI. Foundations and trends</article-title>
          ® in
          <source>Machine Learning</source>
          ,
          <volume>2</volume>
          (
          <issue>1</issue>
          ),
          <fpage>1</fpage>
          -
          <lpage>127</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Courville</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Vincent</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <year>2013</year>
          .
          <article-title>Representation learning: A review and new perspectives</article-title>
          .
          <source>IEEE transactions on pattern analysis and machine intelligence 35</source>
          ,
          <issue>8</issue>
          ,
          <fpage>1798</fpage>
          -
          <lpage>1828</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ducharme</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vincent</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Jauvin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <year>2003</year>
          .
          <article-title>A neural probabilistic language model</article-title>
          .
          <source>Journal of machine learning research</source>
          ,
          <volume>3</volume>
          (Feb),
          <fpage>1137</fpage>
          -
          <lpage>1155</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schwenk</surname>
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Senécal</surname>
            <given-names>J.-S.</given-names>
          </string-name>
          , Morin F., and
          <string-name>
            <surname>Gauvain J.-L.</surname>
          </string-name>
          ,
          <year>2006</year>
          .
          <article-title>Neural probabilistic language models</article-title>
          ,
          <source>in Innovations in Machine Learning</source>
          , pp.
          <fpage>137</fpage>
          -
          <lpage>186</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Chen</surname>
          </string-name>
          , C.-Y.,
          <string-name>
            <surname>Yeh</surname>
          </string-name>
          , J.-Y., and
          <string-name>
            <surname>Ke</surname>
          </string-name>
          , H.-R.,
          <year>2010</year>
          .
          <article-title>Plagiarism detection using ROUGE and WordNet</article-title>
          . arXiv preprint arXiv:
          <volume>1003</volume>
          .
          <fpage>4065</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Chong</surname>
            ,
            <given-names>M.Y.M.</given-names>
          </string-name>
          ,
          <year>2013</year>
          .
          <article-title>A study on plagiarism detection and plagiarism direction identification using natural language processing techniques</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Clough</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <year>2003</year>
          .
          <article-title>Old and new challenges in automatic plagiarism detection</article-title>
          .
          <source>In National Plagiarism Advisory Service</source>
          ,
          <year>2003</year>
          ; http://ir. shef. ac. uk/cloughie/index. html.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Collobert</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Weston</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <year>2008</year>
          .
          <article-title>A unified architecture for natural language processing: Deep neural networks with multitask learning</article-title>
          .
          <source>In Proceedings of the 25th international conference on Machine learning ACM</source>
          ,
          <volume>160</volume>
          -
          <fpage>167</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Collobert</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weston</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bottou</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karlen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kavukcuoglu</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Kuksa</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <year>2011</year>
          .
          <article-title>Natural language processing (almost) from scratch</article-title>
          .
          <source>Journal of machine learning research 12, Aug</source>
          ,
          <fpage>2493</fpage>
          -
          <lpage>2537</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Dahl</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mohamed</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          -R., and
          <string-name>
            <surname>Hinton</surname>
            ,
            <given-names>G.E.</given-names>
          </string-name>
          ,
          <year>2010</year>
          .
          <article-title>Phone recognition with the mean-covariance restricted Boltzmann machine</article-title>
          .
          <source>In Advances in neural information processing systems</source>
          ,
          <volume>469</volume>
          -
          <fpage>477</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Elhadi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Al-Tobi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <year>2008</year>
          .
          <article-title>Use of text syntactical structures in detection of document duplicates</article-title>
          .
          <source>In Digital Information Management</source>
          ,
          <string-name>
            <surname>ICDIM</surname>
          </string-name>
          <year>2008</year>
          . Third International Conference on IEEE,
          <fpage>520</fpage>
          -
          <lpage>525</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Elhadi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Al-Tobi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <year>2009</year>
          .
          <article-title>Duplicate detection in documents and webpages using improved longest common subsequence and documents syntactical structures</article-title>
          .
          <source>In Computer Sciences and Convergence Information Technology, ICCIT'09</source>
          . Fourth International Conference on IEEE,
          <fpage>679</fpage>
          -
          <lpage>684</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Firth</surname>
            ,
            <given-names>J.R.</given-names>
          </string-name>
          ,
          <year>1957</year>
          .
          <article-title>A synopsis of linguistic theory, in Studies in Linguistic Analysis</article-title>
          ,
          <source>Philological Society</source>
          , Oxford.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Franco-Salvador</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bensalem</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Flores</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <year>2015</year>
          .
          <article-title>PAN 2015 Shared Task on Plagiarism Detection: Evaluation of Corpora for Text Alignment</article-title>
          .
          <source>In Volume 1391 of CEUR workshop proceedings CLEF and CEUR-WS. org.</source>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Glinos</surname>
            ,
            <given-names>D.S.</given-names>
          </string-name>
          ,
          <year>2014</year>
          .
          <article-title>A Hybrid Architecture for Plagiarism Detection</article-title>
          .
          <source>In CLEF (Working Notes)</source>
          ,
          <fpage>958</fpage>
          -
          <lpage>965</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <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>
          .
          <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 ACM</source>
          ,
          <fpage>1125</fpage>
          -
          <lpage>1126</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Hinton</surname>
            ,
            <given-names>G. E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Osindero</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Teh</surname>
            ,
            <given-names>Y. W.</given-names>
          </string-name>
          ,
          <year>2006</year>
          .
          <article-title>A fast learning algorithm for deep belief nets</article-title>
          .
          <source>Neural computation</source>
          ,
          <volume>18</volume>
          (
          <issue>7</issue>
          ),
          <fpage>1527</fpage>
          -
          <lpage>1554</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Hinton</surname>
            ,
            <given-names>G.E.</given-names>
          </string-name>
          ,
          <year>1986</year>
          .
          <article-title>Learning distributed representations of concepts</article-title>
          .
          <source>In Proceedings of the eighth annual conference of the cognitive science society Amherst</source>
          , MA,
          <volume>12</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Hoad</surname>
            ,
            <given-names>T.C.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Zobel</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <year>2003</year>
          .
          <article-title>Methods for identifying versioned and plagiarized documents</article-title>
          .
          <source>Journal of the American society for information science and technology 54</source>
          ,
          <issue>3</issue>
          ,
          <fpage>203</fpage>
          -
          <lpage>215</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Lathrop</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Foss</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <year>2000</year>
          .
          <article-title>Student Cheating and Plagiarism in the Internet Era. A Wake-Up Call</article-title>
          . ERIC.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Le</surname>
            ,
            <given-names>Q.V.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <year>2014</year>
          .
          <article-title>Distributed Representations of Sentences and Documents</article-title>
          . In ICML,
          <fpage>1188</fpage>
          -
          <lpage>1196</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Mahdavi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Siadati</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Yaghmaee</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <year>2014</year>
          .
          <article-title>Automatic external Persian plagiarism detection using vector space model</article-title>
          .
          <source>In Computer and Knowledge Engineering (ICCKE)</source>
          ,
          <year>2014</year>
          4th International eConference on IEEE,
          <fpage>697</fpage>
          -
          <lpage>702</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Mahmoodi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Varnamkhasti</surname>
            ,
            <given-names>M.M.</given-names>
          </string-name>
          ,
          <year>2014</year>
          .
          <article-title>Design a Persian Automated Plagiarism Detector (AMZPPD)</article-title>
          .
          <source>arXiv preprint arXiv:1403</source>
          .
          <fpage>1618</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Manning</surname>
            ,
            <given-names>C. D.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Schütze</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <year>1999</year>
          .
          <article-title>Foundations of statistical natural language processing</article-title>
          (Vol.
          <volume>999</volume>
          ). Cambridge: MIT press.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Maurer</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <article-title>and</article-title>
          <string-name>
            <surname>Zaka</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <year>2007</year>
          .
          <article-title>Plagiarism-a problem and how to fight it</article-title>
          . Proceeding of Ed-Media
          <year>2007</year>
          ,
          <fpage>4451</fpage>
          -
          <lpage>4458</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <year>2013</year>
          .
          <article-title>Efficient estimation of word representations in vector space</article-title>
          .
          <source>arXiv preprint arXiv:1301</source>
          .
          <fpage>3781</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yih</surname>
          </string-name>
          , W.-T., and
          <string-name>
            <surname>Zweig</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <year>2013</year>
          .
          <article-title>Linguistic Regularities in Continuous Space Word Representations</article-title>
          .
          <source>In HLT-NAACL</source>
          ,
          <fpage>746</fpage>
          -
          <lpage>751</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30] Mitchell,
          <string-name>
            <given-names>J.</given-names>
            , &amp;
            <surname>Lapata</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          ,
          <year>2010</year>
          .
          <article-title>Composition in distributional models of semantics</article-title>
          .
          <source>Cognitive science</source>
          ,
          <volume>34</volume>
          (
          <issue>8</issue>
          ),
          <fpage>1388</fpage>
          -
          <lpage>1429</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <surname>Nahnsen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uzuner</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Katz</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <year>2005</year>
          .
          <article-title>Lexical chains and sliding locality windows in content-based text similarity detection</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <surname>Pennington</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Socher</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Manning</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.D.</surname>
          </string-name>
          ,
          <year>2014</year>
          . Glove:
          <article-title>Global Vectors for Word Representation</article-title>
          .
          <source>In EMNLP</source>
          ,
          <fpage>1532</fpage>
          -
          <lpage>1543</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <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>
          </string-name>
          , E.,
          <string-name>
            <surname>and</surname>
            <given-names>STEIN</given-names>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          ,
          <year>2014</year>
          .
          <article-title>Improving the Reproducibility of PAN's Shared Tasks</article-title>
          .
          <source>In International Conference of the Cross-Language Evaluation Forum for European Languages Springer</source>
          ,
          <fpage>268</fpage>
          -
          <lpage>299</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <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>
          .
          <article-title>An evaluation framework for plagiarism detection</article-title>
          .
          <source>In Proceedings of the 23rd international conference on computational linguistics: Posters Association for Computational Linguistics</source>
          ,
          <fpage>997</fpage>
          -
          <lpage>1005</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <surname>Sanchez-Perez</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gelbukh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Sidorov</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <article-title>Dynamically Adjustable Approach through Obfuscation Type Recognition</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <surname>Socher</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <year>2014</year>
          .
          <article-title>Recursive Deep Learning for Natural Language Processing</article-title>
          and Computer Vision
          <source>PhD thesis</source>
          , Stanford University.
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <surname>Socher</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>E.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pennin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manning</surname>
            ,
            <given-names>C.D.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Ng</surname>
            ,
            <given-names>A.Y.</given-names>
          </string-name>
          ,
          <year>2011</year>
          .
          <article-title>Dynamic pooling and unfolding recursive autoencoders for paraphrase detection</article-title>
          .
          <source>In Advances in Neural Information Processing Systems</source>
          ,
          <volume>801</volume>
          -
          <fpage>809</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <surname>Suchomel</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kasprzak</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Brandejs</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <year>2012</year>
          .
          <article-title>Three Way Search Engine Queries with Multi-feature Document Comparison for Plagiarism Detection</article-title>
          . In CLEF (Online Working Notes/Labs/Workshop) Citeseer,
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <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>
          .
          <source>Research in Computing Science</source>
          <volume>43</volume>
          ,
          <fpage>155</fpage>
          -
          <lpage>166</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40]
          <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>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <year>2006</year>
          .
          <article-title>Plagiarism detection through multilevel text comparison</article-title>
          .
          <source>In 2006 Second International Conference on Automated Production of Cross Media Content for Multi-Channel Distribution (AXMEDIS'06) IEEE</source>
          ,
          <fpage>181</fpage>
          -
          <lpage>185</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>