<!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>KS_JU@DPIL-FIRE2016:Detecting Paraphrases in Indian Languages Using Multinomial Logistic Regression Model</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Kamal Sarkar</string-name>
          <email>jukamal2001@yahoo.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science and Engineering Jadavpur University</institution>
          ,
          <addr-line>Kolkata</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this work, we describe a system that detects paraphrases in Indian Languages as part of our participation in the shared Task on detecting paraphrases in Indian Languages (DPIL) organized by Forum for Information Retrieval Evaluation (FIRE) in 2016. Our paraphrase detection method uses a multinomial logistic regression model trained with a variety of features which are basically lexical and semantic level similarities between two sentences in a pair. The performance of the system has been evaluated against the test set released for the FIRE 2016 shared task on DPIL. Our systemachieves the highest f-measure of 0.95on task1 in Punjabi language.The performance of our system ontask1 in Hindi language is f-measure of 0.90. Out of 11 teams participated in the shared task, only four teams participated in all four languages, Hindi, Punjabi, Malayalam and Tamil, but the remaining 7 teams participated in one of the four languages. We also participated in task1 and task2 both for all four Indian Languages. The overall average performance of our system including task1 and task2 overall four languages is F1-score of 0.81 which is the second highest score among the four systems thatparticipated in all four languages.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Paraphrasing</kwd>
        <kwd>Multinomial Logistic regression model</kwd>
        <kwd>Sentence similarity</kwd>
        <kwd>Hindi language</kwd>
        <kwd>Punjabi Language</kwd>
        <kwd>Malayalam Language</kwd>
        <kwd>Tamil Language</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>
        The concept of paraphrasing is defined in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] as follows:
“The concept of paraphrasing is most generally defined on the
basis of the principle ofsemantic equivalence: A paraphrase is an
alternative surface form in the same languageexpressing the same
semantic content as the original form.” Paraphrases may occur at
various levels such as lexical paraphrases (synonyms,
hyperonymy etc.) , phrasal paraphrase (phrasal fragments sharing
the same semantic content) sentential paraphrases ( for example, I
finished my work, I completed my assignment)[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        The task of paraphrasing can be of two types based on its
applications: paraphrase generation and paraphrase recognition. In
broader context, paraphrase generation has various applications.
One of the most common applications of paraphrasingis the
automatic generation of query variants for submission to
information retrieval systems Culicover(1968)[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]describes an
earlier approach to query keyword expansionusing paraphrases.
The approach in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] generates several simple variants for
compound nouns present in queriesto enhance a technical
information retrieval system. In fact, the information retrieval
community has extensively exploredthe task of query expansion
by applying paraphrasing techniques to generate similar orrelated
queries [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ][
        <xref ref-type="bibr" rid="ref5">5</xref>
        ][
        <xref ref-type="bibr" rid="ref6">6</xref>
        ][
        <xref ref-type="bibr" rid="ref7">7</xref>
        ][
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>
        Ravichandran and Hovy (2002)[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] use semi-supervised learning
to generate several paraphrasepatterns for each question type and
use them in an open-domain question answering system(QA
system). Riezler et al. (2007)[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] expand a query by generating
nbest paraphrases for the queryand then using any novel words in
the paraphrases to expand the original query:
NLP applications such as machine translation and multi-document
summarization, system performance are evaluated by comparing
the system generated output and the references created by human.
Manual creation of references is a laborious task. So, many
researchers have suggested to use paraphrase generation
techniques for generating variants of references for evaluating
summarization and machine translation output[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ][
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
Callison-Burch, Koehn, and Osborne (2006) [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] use
automatically induced paraphrases toimprove a statistical
phrasebased machine translation system. Such a system works
bydividing the given sentence into phrases and translating each
phrase individually bylooking up its translation in a table and
using the translation of one of paraphrases of any source phrase
that does not have a translation in the table.
      </p>
      <p>
        Like paraphrase generation, paraphrase recognition is also an
important task which is to assign a quantitativemeasurement to the
semantic similarity of two phrases [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] or even two given pieces
of text[
        <xref ref-type="bibr" rid="ref15">15</xref>
        ][
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].In other words, the paraphrase recognition task is
to detect or recognizewhich sentences in the two texts are
paraphrases of each other [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ][
        <xref ref-type="bibr" rid="ref18">18</xref>
        ][
        <xref ref-type="bibr" rid="ref19">19</xref>
        ][
        <xref ref-type="bibr" rid="ref20">20</xref>
        ][
        <xref ref-type="bibr" rid="ref21">21</xref>
        ][
        <xref ref-type="bibr" rid="ref22">22</xref>
        ][
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. The latter
formulation of the task has becomepopular in recent years [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]
andparaphrase generation techniquesthat canbenefit immensely
fromthis task. In general, paraphrase recognition can be very
helpfulfor several NLP applications such as text-to-text
generationand information extraction.Plagiarism detection is
another important application area which needs the paraphrase
Identification technique to detect the sentences which are
paraphrases of others.
      </p>
      <p>
        Detecting redundancy is a very important issuefor a
multidocument summarization system because two sentences from
different documents may convey the same semanticcontent and to
make summary more informative, the redundant sentences should
not be selected in the summary. Barzilay and McKeown
(2005)[
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] exploit the redundancy present in a given setof
sentences by fusing into a single coherent sentence the sentence
segments which are paraphrases of each other. Sekine (2006)[
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]
shows how to use paraphrase recognition to cluster
togetherextraction patterns to improve the cohesion of the
extracted information.
      </p>
      <p>
        Another recently proposed natural language processing task is that
of recognizingtextual entailment: A piece of text T is said to
entail a hypothesis H if humans readingT will infer that H is most
likely true [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ][
        <xref ref-type="bibr" rid="ref28">28</xref>
        ][
        <xref ref-type="bibr" rid="ref29">29</xref>
        ][
        <xref ref-type="bibr" rid="ref30">30</xref>
        ].
      </p>
      <p>One of the important requirements for initiating research in
paraphrase detection is creation of annotated corpus. The most
commonly used corpora for paraphrase detection is the MSRP
corpus1 which contains 5,801 English sentence pairs from news
articles manually labelled with 67% paraphrases and 33%
nonparaphrases. The shared task on Semantic Textual Similarity
conducted as a part of SemEval-20122 was targeted to create
benchmark datasets for the similar kind of task, but its main focus
was to develop systems that can examine the degree of semantic
equivalence between two sentences unlike paraphrase
detectionwhich determines yes/no decision for given pair of
sentences.</p>
      <p>Howeverthere are at present no annotated corpora or automated
semantic interpretation systems available for Indian languages. So
creating benchmark data for paraphrases is necessary. With this
motivation, creating annotated corpora for paraphrase detection
and utilizing that data in open shared task competitions is a
commendable effort which will motivate the research community
for further research in Indian languages.On this note, the shared
task on detecting Paraphrases in Indian Languages (DPIL)@FIRE
2016 is a good effort towards creating benchmark data for
paraphrases in Indian Languages. In this shared task, there were
two sub-tasks: task1 is to classify a given pair of sentences in
Punjabi language as paraphrases (P) or not paraphrases (NP) and
task2 is to identify whether a given pair of sentences are
completely equivalent (E) or roughly equivalent (RE) or not
equivalent (NE). Four Indian Languages –Hindi, Punjabi,
Malayalam and Tamil were considered in this shared task. We
describe in the subsequent sections our proposed methodology
used to implement our system participated in the shared task and
we also present performance comparisons of our system with
other systems participated in the competition.</p>
    </sec>
    <sec id="sec-2">
      <title>2. OUR PROPOSED METHODOLOGY</title>
      <p>We view the paraphrase detection problem as classification
problem. Given a pair of sentences, the task1 is to classify
whether the pair of sentences is a paraphrase (P) or not –
paraphrase (NP). When task1 is a two class problem, task2 is a
three class problem. The task2 is to classify a given pair of
sentences into one of three categories: completely equivalent (E)
or roughly equivalent (RE) or not equivalent (NE).</p>
      <p>Since the problems are basically a classification problem, we have
used a traditional classifier for implementing our system. We have
used multinomial logistic regression classifier with ridge
estimator for both task1 and task2.Each pair of sentences is
considered as a training instance. Features are extracted from the
training pairs. We consider a number of features for representing
sentence pairs. The features which we have used for implementing
our system are described in the subsequent subsections:</p>
    </sec>
    <sec id="sec-3">
      <title>2.1 Features</title>
      <p>We have used various similarity measures as the features.
1https://www.microsoft.com/en</p>
      <p>us/download/confirmation.aspx?id=52398
2https://www.cs.york.ac.uk/semeval-2012/task6/index.html
,
,
To compute cosine similarity, we represent each sentence in a pair
using a bag-of-words model. Then cosine similarity is computed
between two vectors where each vector corresponds to a sentence
in a pair. Basically we consider the set of distinct words in the pair
as the vector of features based on which the cosine similarity
between two sentences is computed. The size of the vector is n
where n is |S1US2| , S1 is the set of words in the sentence 1 and S2
is the set of words in sentence 2.. Each sentence in a pair is
mapped to vector of length n. If the vector for sentence 1 is &lt;v1,
v2 …..vn&gt; and the vector for sentence 2 is &lt;u1, u2 …un&gt;, where vi
and ui are the values of i-th word feature in sentence 1 and
sentence 2 respectively, the cosine similarity between two vectors
is computed as follows:
=
,
=
+</p>
      <p>+⋯
√ + +...</p>
      <p>√ + +...</p>
      <p>(1)
Here the vector component vi in vector V corresponds to value of
the i-th word feature which is basically the TF*IDF weight of the
corresponding word. Similarly vector U is also constructed for the
sentence 2.</p>
      <sec id="sec-3-1">
        <title>2.1.2 Word Overlap- Exact Match</title>
        <p>We also used the word overlap measure as a feature for
paraphrase detection. If two sentences in the pair are S1 and S2,
the similarity based on word overlap is computed as follows:
| ∩ |
= | |+| |
(2)
Where | ∩ S | is the number of words common between two
sentences.and|S| is the length of sentence S in terms of words.</p>
      </sec>
      <sec id="sec-3-2">
        <title>2.1.3 Stemmed Word Overlap</title>
        <p>Since the most Indian languages are highly inflectional, stemming
is an essential step while comparing words. Accurate stemmers
are also not available for Indian languages. So, we applied a
lightweight approach to stemming. In this approach, when we
match two words, we find the unmatched portions of two words.
If we find that the matched portion of two words is greater than or
equal to a threshold T1 and the minimum of unmatched portions
of word1 and word2 is less than or equal to a threshold T2, we
assume that there exists a match between word1 and word2.
Stemmed Word overlap is computed using equation (2) with the
only difference in word matching criteria. We set T1 to 3 and T2
to 2. We indicate such similarity between two sentences S1 and
S2as , .</p>
      </sec>
      <sec id="sec-3-3">
        <title>2.1.4 N-gram Based Similarity</title>
        <p>The similarity measures mentioned above compares sentences
based on individual word matching. But bag-of-words model does
not take into account the context of occurrences of words. We
consider n-gram based sentence similarity as one of the features
for paraphrase detection.</p>
        <p>We compute n-gram based similarity as follows:
Where
,
= +
(3)
= #
= #
− ℎ
a=#
−
We have only considered bigrams(n=2) for implementing our
present system.</p>
      </sec>
      <sec id="sec-3-4">
        <title>2.1.5 Semantic Similarity</title>
        <p>
          We have used semantic similarity between two sentences as one
of the features for paraphrase detection. To compute semantic
similarity between sentences, we calculate whether words in the
sentences are semantically similar or not. To determine whether
two words are semantically similar or not, we have cosine
similarity between word vectors for the words. The vector
representations of words learned by word2vec models[
          <xref ref-type="bibr" rid="ref31">31</xref>
          ] have
been used to carry semantic meanings. Word2vec is a group of
related models used to produce word embeddings[
          <xref ref-type="bibr" rid="ref32">32</xref>
          ] [
          <xref ref-type="bibr" rid="ref33">33</xref>
          ]
Word2vec takes as its input a large corpus of text and produces a
high-dimensional space where each unique word in the corpus is
assigned a corresponding vector in the space.
        </p>
        <p>Such representation of words into vectors positions the word in
the vector space such that words that share common contexts are
positioned in close proximity to one another in the space
We have used word2vec model available in Python for computing
word vectors for the words. We have used gensim word2vec
model under Python platform with dimension set to 50,
min_countto 5(ignore all words with total frequency lower than
this). The training algorithm used for developing word2vec model
is CBOW (Continuous Bag of words). The other parameters of
word2vec model are set to default values. If the cosine similarity
between the word vectors for the two words is greater than a
threshold value, we consider these two words are semantically
similar. We set the threshold value to 0.8. We combine a small
amount of additional news data with the training data for each
language to create the corpus used for computing word vectors.
Size of the corpora used to compute word vectors for the different
languagesis as follows:
For Hindi, 1.93 MB(8752 sentences), for Punjabi, 1.5 MB(5848
sentences), for Tamil, 2.20 MB (7847 sentences) and for
Malayalam, 2.12 MB (7448 sentences)
We compute semantic similarity between two sentences as
follows:
(4)
where</p>
        <p>= #
f=#
= #
,
= +
ℎ</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>2.2 Our Used Classifier</title>
      <p>
        We have used multinomial logistic regression as the classifier for
paraphrase detection task. We view the paraphrase detection
problem as a pattern classification problem where each pair of
sentences under consideration of paraphrase checking is mapped
to a pattern vector based on the features discussed in section 2.1.
We have chosen multinomial logistic regression classifier from
WEKA. This is present in WEKA with the name “logistic”.
WEKA is machine learning workbench consists of many machine
learning algorithms for data mining tasks [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ].
      </p>
      <p>We set the “ridge” parameter to 0.4 for all our experiments. The
other parameters of the classifiers are set to default values.</p>
    </sec>
    <sec id="sec-5">
      <title>3. EVALUATION AND RESULTS</title>
    </sec>
    <sec id="sec-6">
      <title>3.1 Description of Datasets</title>
      <p>We have obtained the datasets from the organizers of the shared
task on detecting paraphrases in Indian Languages (DPIL) held in
conjunction with FIRE 2016 @ ISI – Kolkata. The datasets
released for four Indian languages-(1) Hindi, (2) Punjabi, (3)
Tamil and (4) Malayalam. For each language, two paraphrase
detection tasks were defined: Task1- to classify a given pair of
sentences in Punjabi language as paraphrases (P) or not
paraphrases (NP) and Task2- to identify whether a given pair of
sentences are completely equivalent (E) or roughly equivalent
(RE) or not equivalent (NE). The training data set for task1
contains a collection of sentence pairs labelled as P (paraphrase)
or NP (not a paraphrase) and the training dataset for task2
contains a collection of sentence pairs labelled as completely
equivalent (E) or roughly equivalent (RE) or not equivalent (NE).
The description of the datasets is shown in Table 1 and Table 2.</p>
    </sec>
    <sec id="sec-7">
      <title>3.3 Results</title>
      <p>
        For system development, we have used training data [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ] released
for the shared task. At the first stage of this shared task,
participants were given the training data sets for system
development. At the second stage, the unlabeled test data sets [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ]
were supplied and the participants were asked to submit the
labeled files to the organizers of the contest within a short period
of time. Thereafter they evaluated the system output and
announced the results. The official results of the various systems
participated in Task1 and Task 2 of the contest are shown in Table
3 and Table 4 respectively. As we can see from the tables, no
system performs equally well in both the tasks- task1 and task2
acrossall languages. Some systems have performed the best in
some languages on task1 and some other systems have performed
the best in some other languages on the same task. This is also
true for task2.
      </p>
      <sec id="sec-7-1">
        <title>Hindi</title>
      </sec>
      <sec id="sec-7-2">
        <title>Malayala m Punjabi Tamil</title>
      </sec>
      <sec id="sec-7-3">
        <title>Hindi</title>
      </sec>
      <sec id="sec-7-4">
        <title>Malayala m Punjabi</title>
      </sec>
      <sec id="sec-7-5">
        <title>Tamil</title>
      </sec>
      <sec id="sec-7-6">
        <title>Hindi</title>
        <p>Malayala
m
Punjabi
Tamil</p>
      </sec>
      <sec id="sec-7-7">
        <title>Hindi</title>
        <p>Malayala
m
Punjabi
Tamil</p>
      </sec>
      <sec id="sec-7-8">
        <title>Hindi</title>
      </sec>
      <sec id="sec-7-9">
        <title>Punjabi</title>
      </sec>
      <sec id="sec-7-10">
        <title>Malayala m</title>
      </sec>
      <sec id="sec-7-11">
        <title>Hindi</title>
      </sec>
      <sec id="sec-7-12">
        <title>Tamil</title>
        <p>Hindi
As we can see from the tables, only 4 teams out of 11 participated
teams submitted their systems for all four languages- Hindi,
Punjabi, Malayalam and Tamil and the remaining 7 teams
participated in only one of the four languages.</p>
        <p>We have shown in the tables in bold font the performance scores
highest in a particular task for a particular language. It is also
evident from the tables that most systems perform well on Punjabi
and Hindi languages, but they show relatively poor performance
in Tamil and Malayalam languages. We think that the main reason
for achieving the better performances inPunjabi and Hindi
language domain is the nature of training and testing data sets
supplied for those languages. Most likely, that is why most
systems perform almost equally well on the Punjabi and Hindi
languages. Another reason for having poor performance on Tamil
and Malayalam may be the complex morphology of these
languages.</p>
        <p>We have computed the relative rank order of the participating
teams based on overall average performance on task1 and task2 in
all four languages (simple average of F1-scores obtained by a
team on task1 and task2 over all four languages). Since only four
teams have participated in all four languages, we have only shown
rank order of these four teams in Table 5.As we can see from
Table 5, our system (Team code: KS_JU) obtains second best
accuracy among the four systems which participated in all four
languages.
KS_JU</p>
      </sec>
      <sec id="sec-7-13">
        <title>NLP-NITMZ JU-NLP</title>
        <p>Overall Average F1-Score
0.84
0.81
0.78
0.53</p>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>4. CONCLUSION</title>
      <p>In this work, we implement a paraphrase detection system that can
detect paraphrases in four Indian Languages-Hindi, Punjabi,
Tamil and Malayalam. We use various lexical and semantic level
similarity measures for computing features for paraphrase
detection task. We view paraphrase detection problem as a
classification problem and use multinomial logistic regression
model as a classifier. Our model performs relatively better on
task1 than on task2.</p>
      <p>Our system has the scope for further improvement in the
following ways:

</p>
      <p>Word2Vec models requires large corpus for proper
representation of word meaning, but for our present
implementation, we have used a relatively small size corpus
for computing word vectors. Use of large corpus for
computing word vectors may improve semantic similarity
measure leading to improving system performance.</p>
      <p>Since we have only used multinomial logistic regression
model as the classifier, there is also the scope to improve the
system performance using other classifiers or combination of
classifiers.
</p>
      <p>Most Indian languages are highly inflectional. So, use of
morphological analyzer/stemmer/lemmatizer may improve
the system performance.
5. ACKNOWLEDGMENTS
This research work has received support from the project entitled
‘‘Design and Development of a System for Querying, Clustering
and Summarization for Bengali’’ funded by the Department of
Science and Technology, Government of India under the SERB
scheme.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Madnani</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Bonnie</surname>
            <given-names>J. D.</given-names>
          </string-name>
          <year>2010</year>
          <article-title>Generating phrasal and sentential paraphrases: A survey of data-driven methods</article-title>
          .
          <source>Computational Linguistics</source>
          .
          <volume>36</volume>
          .3 (
          <year>2010</year>
          ):
          <fpage>341</fpage>
          -
          <lpage>387</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Culicover</surname>
            ,
            <given-names>P.W.</given-names>
          </string-name>
          <year>1968</year>
          .
          <article-title>Paraphrase generation and information retrieval from stored text</article-title>
          .
          <source>Mechanical Translation and Computational Linguistics</source>
          .
          <volume>11</volume>
          (
          <issue>1-2</issue>
          ):
          <fpage>78</fpage>
          -
          <lpage>88</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <article-title>[3] Sp¨arck-</article-title>
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Tait</surname>
            ,
            <given-names>J. I.</given-names>
          </string-name>
          <year>1984</year>
          .
          <article-title>Automatic search term variant generation</article-title>
          .
          <source>Journal of Documentation</source>
          .
          <volume>40</volume>
          (
          <issue>1</issue>
          ):
          <fpage>50</fpage>
          -
          <lpage>66</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Beeferman</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Berger</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>2000</year>
          .
          <article-title>Agglomerative clustering of a search engine query log</article-title>
          .
          <source>In Proceedings of the ACM SIGKDD International Conference on Knowledge Discovery and Data mining</source>
          . pages
          <fpage>407</fpage>
          -
          <lpage>416</lpage>
          , Boston, MA.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rey</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Madani</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Greiner</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          <year>2006</year>
          .
          <article-title>Generating query substitutions</article-title>
          .
          <source>In Proceedings of the World Wide Web Conference</source>
          , pages
          <fpage>387</fpage>
          -
          <lpage>396</lpage>
          , Edinburgh.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Sahami</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Heilman</surname>
            ,
            <given-names>T. D.</given-names>
          </string-name>
          <year>2006</year>
          .
          <article-title>A Web-based kernel function for measuring the similarity of short text snippets</article-title>
          .
          <source>In Proceedings of the World Wide Web Conference</source>
          . pages
          <fpage>377</fpage>
          -
          <lpage>386</lpage>
          , Edinburgh.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Metzler</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dumais</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Christopher</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Similarity measures for short segments of text</article-title>
          .
          <source>In Proceedings of the European Conference on Information Retrieval (ECIR)</source>
          , pages
          <fpage>16</fpage>
          -
          <lpage>27</lpage>
          , Rome.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Shi</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Christopher</surname>
            <given-names>C. Y.</given-names>
          </string-name>
          <year>2007</year>
          .
          <article-title>Mining related queries fromWeb search engine query logs using an improved association rule mining model</article-title>
          .
          <source>JASIST</source>
          .
          <volume>58</volume>
          (
          <issue>12</issue>
          ):
          <fpage>1871</fpage>
          -
          <lpage>1883</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Ravichandran</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Hovy</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <year>2002</year>
          .
          <article-title>Learning surface text patterns for a question answering system</article-title>
          .
          <source>In Proceedings of ACL</source>
          , pages
          <fpage>41</fpage>
          -
          <lpage>47</lpage>
          , Philadelphia, PA.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Riezler</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vasserman</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tsochantaridis</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mittal</surname>
            ,
            <given-names>V. O.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Liu</surname>
            <given-names>Y.</given-names>
          </string-name>
          <year>2007</year>
          .
          <article-title>Statistical machine translation for query expansion in answer retrieval</article-title>
          .
          <source>In Proceedings of ACL</source>
          .pages
          <fpage>464</fpage>
          -
          <lpage>471</lpage>
          , Prague.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Owczarzak</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Groves</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Genabith</surname>
            ,
            <given-names>J. V.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Way. A.</surname>
          </string-name>
          <year>2006</year>
          .
          <article-title>Contextual bitext-derived paraphrases in automatic MT evaluation</article-title>
          .
          <source>In Proceedings on the Workshop on Statistical Machine Translation</source>
          .pages
          <fpage>86</fpage>
          -
          <lpage>93</lpage>
          , New York, NY.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>C-</given-names>
          </string-name>
          <article-title>Y and</article-title>
          <string-name>
            <surname>Hovy</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <year>2006</year>
          .
          <article-title>Re-evaluating machine translation results with paraphrase support</article-title>
          .
          <source>In Proceedings of EMNLP</source>
          , pages
          <fpage>77</fpage>
          -
          <lpage>84</lpage>
          , Sydney.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Callison-Burch</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koehn</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Osborne</surname>
            .
            <given-names>M.</given-names>
          </string-name>
          <year>2006</year>
          .
          <article-title>Improved statistical machine translation using paraphrases</article-title>
          .
          <source>In Proceedings of NAACL</source>
          , pages
          <fpage>17</fpage>
          -
          <lpage>24</lpage>
          , New York, NY.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Fujita</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Sato. S.</surname>
          </string-name>
          <year>2008a</year>
          .
          <article-title>A probabilistic model for measuring grammaticality and similarity of automatically generated paraphrases of predicate phrases</article-title>
          .
          <source>In Proceedings of COLING</source>
          .pages
          <fpage>225</fpage>
          -
          <lpage>232</lpage>
          , Manchester.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Corley</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Mihalcea</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <year>2005</year>
          .
          <article-title>Measuring the semantic similarity of texts</article-title>
          .
          <source>In Proceedings of the ACL Workshop on Empirical Modeling of Semantic Equivalence and Entailment</source>
          , pages
          <fpage>13</fpage>
          -
          <lpage>18</lpage>
          , Ann Arbor, MI.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <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>Capturing expression using linguistic information</article-title>
          .
          <source>In Proceedings of AAAI</source>
          , pages
          <fpage>1124</fpage>
          -
          <lpage>1129</lpage>
          , Pittsburgh, PA.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Brockett</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Dolan</surname>
            ,
            <given-names>W. B.</given-names>
          </string-name>
          <year>2005</year>
          .
          <article-title>Support vector machines for paraphrase identification and corpus construction</article-title>
          .
          <source>In Proceedings of the Third International Workshop on Paraphrasing</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          ,
          <string-name>
            <given-names>Jeju</given-names>
            <surname>Island</surname>
          </string-name>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Marsi</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Krahmer</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <year>2005b</year>
          .
          <article-title>Explorations in sentence fusion</article-title>
          .
          <source>In Proceedings of the European Workshop on Natural Language Generation</source>
          , pages
          <fpage>109</fpage>
          -
          <lpage>117</lpage>
          , Aberdeen.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <year>2005</year>
          .
          <article-title>Recognizing paraphrases and textual entailment using inversion transduction grammars</article-title>
          .
          <source>In Proceedings of the ACL Workshop on Empirical Modeling of Semantic Equivalence and Entailment</source>
          , pages
          <fpage>25</fpage>
          -
          <lpage>30</lpage>
          , Ann Arbor, MI.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Cordeiro</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dias</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Pavel</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <year>2007a</year>
          .
          <article-title>A metric for paraphrase detection</article-title>
          .
          <source>In Proceedings of the Second International Multi-Conference on Computing in the Global Information Technology, page 7</source>
          , Guadeloupe.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Cordeiro</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dias</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Pavel</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <year>2007b</year>
          .
          <article-title>New functions for unsupervised asymmetrical paraphrase detection</article-title>
          .
          <source>Journal of Software</source>
          .
          <volume>2</volume>
          (
          <issue>4</issue>
          ):
          <fpage>12</fpage>
          -
          <lpage>23</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Das</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>N. A.</given-names>
          </string-name>
          <year>2009</year>
          .
          <article-title>Paraphrase identification as probabilistic quasi-synchronous recognition</article-title>
          .
          <source>In Proceedings of ACL/IJCNLP</source>
          .pages
          <fpage>468</fpage>
          -
          <lpage>476</lpage>
          , Singapore.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Malakasiotis</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <year>2009</year>
          .
          <article-title>Paraphrase recognition using machine learning to combine similarity measures</article-title>
          .
          <source>In Proceedings of the ACL-IJCNLP 2009 Student Research Workshop</source>
          , pages
          <fpage>27</fpage>
          -
          <lpage>35</lpage>
          , Singapore.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Dolan</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Dagan</surname>
          </string-name>
          ,I. editors.
          <source>2005. Proceedings of the ACL Workshop on Empirical Modeling of Semantic Equivalence and Entailment</source>
          , Ann Arbor, MI.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Barzilay</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          and
          <string-name>
            <surname>McKeown</surname>
            ,
            <given-names>K. R.</given-names>
          </string-name>
          <year>2005</year>
          .
          <article-title>Sentence fusion for multidocument news summarization</article-title>
          .
          <source>Computational Linguistics</source>
          .
          <volume>31</volume>
          (
          <issue>3</issue>
          ):
          <fpage>297</fpage>
          -
          <lpage>328</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Sekine</surname>
            ,
            <given-names>S..</given-names>
          </string-name>
          <year>2006</year>
          .
          <article-title>On-demand information extraction</article-title>
          .
          <source>In Proceedings of COLING-ACL</source>
          .pages
          <fpage>731</fpage>
          -
          <lpage>738</lpage>
          , Sydney.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Dagan</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Glickman</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Magnini</surname>
            .
            <given-names>B.</given-names>
          </string-name>
          <year>2006</year>
          .
          <article-title>The PASCAL Recognising Textual Entailment Challenge</article-title>
          .
          <source>In Machine Learning Challenges, Lecture Notes in Computer Science</source>
          , Volume
          <volume>3944</volume>
          , Springer-Verlag, pages
          <fpage>177</fpage>
          -
          <lpage>190</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <surname>Roy</surname>
            ,
            <given-names>B-H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dagan</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dolan</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferro</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giampiccolo</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Magnini</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Szpektor</surname>
          </string-name>
          ,I. editors.
          <source>2007. Proceedings of the Second PASCAL Challenges Workshop on Recognizing Textual Entailment</source>
          , Venice.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <surname>Sekine</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Inui</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Dagan</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dolan</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Giampiccolo</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Magnini</surname>
          </string-name>
          ,B. editors.
          <source>2007. Proceedings of the ACL-PASCAL Workshop on Textual Entailment and Paraphrasing. Association for Computational Linguistics</source>
          , Prague.
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <surname>Giampiccolo</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dang</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dagan</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dolan</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Magnini</surname>
          </string-name>
          ,B. editors.
          <source>2008. Proceedings of the Text Analysis Conference (TAC): Recognizing Textual Entailment Track</source>
          , Gaithersburg, MD.
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <article-title>"Gensim - Deep learning with word2vec"</article-title>
          , https://radimrehurek.com/gensim/models/word2vec.html, Retrieved in
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <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>
            ,G. S. andDean,
            <given-names>J.</given-names>
          </string-name>
          <year>2013</year>
          <article-title>Efficient estimation of word representations in vector space</article-title>
          .
          <source>In ICLR Workshop Papers.</source>
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G. S.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>2013</year>
          <article-title>Distributed representations of words and phrases and their compositionality</article-title>
          .
          <source>In NIPS</source>
          , pages
          <fpage>3111</fpage>
          -
          <lpage>3119</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <surname>Hall</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frank</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Holmes</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pfahringer</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reutemann</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , WittenI. H. (
          <year>2009</year>
          ).
          <source>The WEKA Data Mining Software: An Update; SIGKDD Explorations</source>
          , Volume
          <volume>11</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>Anand</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Kavirajan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            , and
            <surname>Soman</surname>
          </string-name>
          ,
          <string-name>
            <surname>K P</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>DPIL@FIRE2016:Overview of shared task on Detecting Paraphrases in Indian Languages</article-title>
          .
          <source>Working notes of FIRE 2016 - Forum for Information Retrieval Evaluation</source>
          , Kolkata, India, December 7-10,CEUR Workshop Proceedings,CEUR-WS.org.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>