<!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>JU_NLP@DPIL-FIRE2016: Paraphrase Detection in Indian Languages - A Machine Learning Approach</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Kolkata</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>India</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Tanik Saikh Sudip Kumar Naskar Sivaji Bandyopadhyay Computer Science and Engineering Department, Jadavpur University</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper presents our system report on our participation in the shared task on “Detecting Paraphrases in Indian Languages (DPIL)” organized in the “Forum for Information Retrieval Evaluation (FIRE)”- 2016, in both the tasks (Task1 and Task2) defined in this shared task in four Indian languages (Tamil, Malayalam, Hindi and Punjabi). We made use of different similarity measures and machine translation evaluation metrics as features and used machine learning framework to take paraphrase decision between a pair of text snippets. We obtained the accuracies of 97.08%, 94.2%, 97.32% and 98.29% in Task1 and 86.68%, 77.37%, 84% and 98.77% in Task2 for Tamil, Malayalam, Hindi and Punjabi respectively on the respective training sets using a 10-fold cross validation framework.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>
        A paraphrase is a restatement of a text expressed using other
words. Alternatively, two texts say text1 and text2 can be defined
as paraphrases if they textually entail each other bi-directionally,
i.e. if text1 entails text2 and text2 entails text1. Textual entailment
and paraphrase relations between a pair of text snippets are highly
correlated. There are two different tasks related to paraphrases
paraphrase identification and paraphrase generation. In this shared
task [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] the focus is on identifying sentence level paraphrases in
Indian languages namely Tamil, Malayalam, Hindi, and Punjabi.
Two subtasks, Task1 and Task2, were defined in the shared task.
Given a pair of sentences from newspaper domain, Task1 is to
classify them as paraphrases (P) or not paraphrases (NP) and
Task2 is to identify whether they are completely equivalent (E),
not equivalent (NE) or roughly equivalent (RE). Task2 is similar
to Task1 except that it is a ternary classification problem.
Identifying paraphrase between a pair of sentence in Indian
languages is not an easy task due to the scarcity of tools and
resources in such languages. Semantic knowledge bases like
WordNet [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and BabelNet [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] are also very useful resources
for knowledge based approaches to detecting paraphrases and
textual entailment and Indian languages also suffer from very
poor coverage in this respect. Therefore, for this study we adopted
lexical level of analysis on the sentences, which is considered to
be a shallow level of processing in any Natural Languages
Processing task.
      </p>
      <p>
        For both the tasks (i.e., Task1 and Task2) we made use of various
kinds of lexical similarity measures namely Cosine similarity,
unigram matching with respect to sentence1, unigram matching
with respect to sentence2, Jaccard similarity [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], Dice coefficient
[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], overlap, harmonic mean and machine translation (MT)
evaluation metrics namely BLEU and METEOR. The scores of
these measures were considered as feature values to build the
models. The models were used to train the machine learning based
classifiers. Naïve Bayes, SVM and SMO were employed for this
purpose.
      </p>
      <p>
        The work reported in [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] made use of same kinds of features in
taking textual entailment decision between a pair of texts on the
datasets released in the shared task on recognizing textual
entailment in RTE-1, RTE-2 and RTE-3. In the present work we
demonstrated that the same features and techniques are also
effective in taking paraphrase decision between two sentences.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. DATA</title>
      <p>The shared task on detecting paraphrases in Indian languages
(DPIL) defined two subtasks namely Task1 and Task2. Training
datasets were provided for each of the subtasks in four Indian
languages − Hindi, Panjabi, Tamil and Malayalam. The statistics
of the training and test datasets are shown in table1 and table2
respectively.</p>
      <sec id="sec-2-1">
        <title>Language</title>
        <sec id="sec-2-1-1">
          <title>Tamil</title>
        </sec>
        <sec id="sec-2-1-2">
          <title>Malayalam</title>
        </sec>
        <sec id="sec-2-1-3">
          <title>Hindi</title>
        </sec>
        <sec id="sec-2-1-4">
          <title>Punjabi</title>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>Total</title>
        <p>2500
2500
2500
1700</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Features</title>
      <p>Features play a pivotal role in machine learning based
frameworks. Therefore, analysis of features which take part in
predicting the target class is very crucial. Features which have
been used in this study can be broadly divided into two categories
− similarity based features and MT evaluation metrics based
features.</p>
    </sec>
    <sec id="sec-4">
      <title>3.1 Similarity Based Features</title>
      <p>For the present study, we considered different similarity based
features such as vector based (cosine similarity, dice similarity),
lexical based (unigram matching with respect to sentence1 and
sentence2), set based (Jaccard, overlap and harmonic) which are
discussed below.
3.1.1 Cosine Similarity
Cosine similarity measures the similarity between two vectors of
an inner product space that measures the cosine of angle between
them. The lower the angle between the two vectors the more
similar the two vectors are.
3.1.2 Unigram Matching
Unigram (i.e., word) matches between two sentences are taken
into consideration. Here two variations of the unigram matching
are considered, i.e. unigram matching with respect to sentence1
and sentence2. These are calculated by the number of unigram
matching between two sentences normalized by the number of
unigrams in sentence1 and sentence2 respectively.
3.1.3 Jaccard
Jaccard similarity is a set based measure which can be defined as
 ( ,  ) =
 ∩ 
 ∪ 
where A and B are two sets of element. It provides number of
common elements between two sets.
3.1.4 Dice
Dice is a vector based similarity measure the value of which lies
between 0 to 1. It can be calculated by the following equation

( ,  ) =</p>
      <p>∩ 
(| | + | |)
where A and B are two sets.
3.1.5 Overlap
Overlap is a set based text similarity metric where a text can be
represented as a set and the set elements are words. It is similar to
Dice with a minor difference that it assumes a full match between
two strings if one is subset of another. The similarity of this
measure lies in the range of 0 to 1. It can be measured by the
following equation.</p>
      <p>( ,  ) =</p>
      <p>| ∩  |

(| |, | |)
where A and B are two sets.
3.1.6 Harmonic
Harmonic is also a set based similarity measure. It can be
calculated by employing the following equation.</p>
      <p>( ,  ) =
| ∩  |. (| | + | |)
2. | |. | |
where A and B are two sets.</p>
    </sec>
    <sec id="sec-5">
      <title>3.2 Machine Translation Evaluation Metrics</title>
      <p>
        Machine translation (MT) evaluation metrics are generally used to
measure the closeness between the MT translation hypotheses and
the reference translations. The closer a translation hypothesis is to
the reference translation, the better the translation quality is. There
are several MT evaluation metrics available like Word Error Rate
(WER) [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], Position Independent word error rate (PER) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ],
BLEU [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], METEOR [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], Translation error/edit rate (TER)
[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], NIST [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], General Text Matcher (GTM) [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] etc. Among these
BLEU and METEOR are perhaps the most popular and widely
used ones. In this present work, we made use of these two MT
evaluation metrics as features to predict paraphrase relation
between a pair of sentences.
3.2.1 BLEU
BiLingual Evaluation Understudy (BLEU) is an algorithm to
evaluate the quality of a machine translated text. It compares
ngrams of the translation hypothesis with the n-grams of the
reference translation(s) and counts the number of n-gram matches.
It is essentially a modified n-gram precision measure. To avoid
bias towards shorter translation candidates, BLEU uses a brevity
penalty that penalizes candidate translations whose length differs
significantly from that of the reference translation.
3.2.2 METEOR
Metric for evaluation of translation with explicit ordering
(METEOR) calculates n-gram overlaps between a translation
hypothesis and the reference translation(s). If multiple reference
translations are available for an MT output, the translation is
scored against each reference translation independently and the
best scoring pair is used for evaluation. Given a pair of sentences
to be compared, METEOR creates a word alignment between the
two sentences. An alignment is a mapping between the sentences
such that every word in each sentence maps to at most one word
in the other sentences. This alignment is incrementally produced
by a sequence of word mapping modules which considers exact
matching, stem matching and synonymy matching. Based on the
number of mapped unigrams found between the two strings (m),
the total number of unigrams in the translation (t) and the total
number of unigrams in the reference (r), unigram precision is
calculated as  =  ⁄ and unigram recall is calculated as  =
 ⁄ . Finally, it computes the F score as a parameterized
harmonic mean of P and R as   =  ∗ + (1∗− )∗ , where  is a
constant. To address word ordering, METEOR calculates a
reordering penalty based on how many chunks in the translation
hypothesis need to be moved around to get the reference text.
Finally the METEOR score for the alignment between the two
sentences is calculated as follows.
      </p>
      <p>= (1 − 
) ∗</p>
    </sec>
    <sec id="sec-6">
      <title>4. System Description</title>
      <p>
        We extract sentence pairs (say sentence1 and sentence2) from the
XML format training dataset for each language. An example
training sentence pair is shown below from the Hindi dataset.
&lt;Paraphrase
ase&gt;.
pID="HIN0001"&gt;&lt;Sentence1&gt;भारतीयमुस् लिमों कीवजहसेनह ींपनप
सकताआईएस|&lt;/Sentence1&gt;&lt;Sentence2&gt;भारतमेंकभीवर्लचवकायम
नह ींकरसकताआईएस|&lt;/Sentence2&gt;&lt;Class&gt;P&lt;/Class&gt;&lt;/Paraphr
In the above example the relation between sentence1 and
sentence2 is paraphrase which is tagged as “P” in the training
dataset. We calculate different similarity scores between the
sentences pairs extracted from the training datasets released in the
shared task. These scores are used as feature values to build the
models for the four languages. Four models were prepared by
combining different features for every language. Model1
considers only lexical features (LF), i.e., cosine similarity,
unigram matching with respect to sentence1, unigram matching
with respect to sentence2, jaccard, dice, overlap and harmonic.
Model2 considers LF and BLEU. LF and METEOR were
considered for Model3. Model4 considers all the features, i.e., LF,
BLEU and METEOR. These models were used to train three
machine learning classifiers namely naïve bayes [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], support
vector machine (SVM) [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] and sequential minimal optimization
algorithm (SMO) [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Weka1 [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] tool was used for this purpose
which is freely available in web; the java implementations of
various machine learning algorithms are available in this tool
including the classifiers used for our experiments. We carried out
experiments based on 10-fold cross validation on the training set.
So our system can predict paraphrase class of an unknown
sentence pair based on these learning. Finally, the
classifier−model combinations producing the optimized results
were applied on the corresponding test sets.
      </p>
    </sec>
    <sec id="sec-7">
      <title>5. Results and Discussion</title>
      <p>We took part in both the tasks (Task1 and Task2) defined in the
shared task in all the four languages (Hindi, Punjabi, Tamil and
Malayalam). Accuracies obtained on the training sets (using
10fold cross validation) on Task1 and Task2 using the different
classifiers are shown in Table 3 and Table 4 respectively.
In Task1 the best accuracy 97.32% was obtained for Hindi in
SMO with LF+B model. Tamil achieved the highest accuracy of
97.08% with the LF+B+M model in SMO. Malayalam resulted in
the highest accuracy of 94.2% with both LF+B and LF+B+F
models in SMO, whereas in Punjabi we got the highest accuracy
of 98.29% with LF+B+M model by SMO. Thus SMO provided
the optimum results in all four languages on the training datasets.
In Task2, the SMO classifier and LF+B+M model combination
produced the best accuracies for all the four languages − Hindi
(84%), Tamil (86.68%), Malayalam (77.37%) and Punjabi
(98.77%). For Punjabi the LF+B model (on SMO) also achieved
the highest accuracy along with the LF+B+M model.</p>
      <p>
        The features which are used in these experiments are independent
of each other. Naïve Bayes makes the simplification assumption
that features are independent to given class [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
      </p>
      <sec id="sec-7-1">
        <title>1http://www.cs.waikato.ac.nz/ml/weka/</title>
        <p>
          SVMs are comparatively new machine learning approaches for
solving two class pattern recognition problems. In the field of
NLP, SVMs have been employed for many tasks including text
classification and are reported to have obtained high accuracy
without falling into overfitting even with a large number of
features [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ]. Since SVMs perform better in binary classification
problems, our results in Task1 (binary classification problem) also
outperforms the results obtained in Task2 (ternary classification
problem). SMO is essentially another way of expressing SVMs
which implements John Platt's sequential minimal optimization
algorithm for training a support vector classifier. It makes use of
heuristics to partition the training problem into smaller problems.
The official results of our submissions released by the task
organizers on the test sets for the two subtasks in four languages
are reported in Table 5.
        </p>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>6. Conclusions</title>
      <p>The paper presents our submissions in the DPIL shared task
organized in FIRE 2016. We took part in both the subtasks in all
four languages. Different lexical level similarity measures and
two machine translation evaluation metrics namely BLEU and
METEOR were employed as features to find similarity scores
between pair of sentences. Four different models were built
combining these features. The models were used to train three
classifiers namely naïve bayes, SVM and SMO. We carried out
experiments using 10-fold cross validation framework on the
training sets. The SMO classifier produced the optimum results
when all the features were combined.</p>
    </sec>
    <sec id="sec-9">
      <title>7. Acknowledgements</title>
      <p>The research work has received funding from the project
“Development of Tree Bank in Indian Languages” funded by The
Department of Electronics and Information Technology (DeitY),
Ministry of Communication and Information Technology,
Government of India.</p>
      <sec id="sec-9-1">
        <title>Electronic</title>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Papineni</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roukos</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ward</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>W.J.</given-names>
          </string-name>
          <year>2002</year>
          .
          <article-title>BLEU: a Method for Automatic Evaluation of Machine Translation</article-title>
          .
          <source>In Proceedings of 40th Annual Meeting of the Association for Computational Linguistics (ACL)</source>
          , Philadelphia, PA, pp.
          <fpage>311</fpage>
          -
          <lpage>318</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Banerjee</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Lavie</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>2005</year>
          .
          <article-title>METEOR: An Automatic Metric for MT Evaluation with Improved Correlation with Human Judgments</article-title>
          .
          <source>In Proceedings of the ACL Workshop on Intrinsic and Extrinsic Evaluation Measures for Machine Translation and/or Summarization</source>
          , Ann Arbor, Michigan, pp.
          <fpage>65</fpage>
          -
          <lpage>72</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Lavie</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Agarwal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>2007</year>
          .
          <article-title>METEOR: An Automatic Metric for MT Evaluation with High Levels of Correlation with Human Judgments</article-title>
          .
          <source>In Proceedings of the Second ACL Workshop on Statistical Machine Translation</source>
          , Prague, Czech Republic, pp.
          <fpage>228</fpage>
          -
          <lpage>231</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Snover</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dorr</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schwartz</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Micciulla</surname>
            , and
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Makhoul</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>2006</year>
          :
          <article-title>A study of translation edit rate with targeted human annotation</article-title>
          .
          <source>In Proceedings of Association for Machine Translation in the Americas</source>
          , Cambridge, Massachusetts, USA, pp.
          <fpage>223</fpage>
          -
          <lpage>231</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Turian</surname>
            ,
            <given-names>J.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shen</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          , and
          <string-name>
            <given-names>Dan</given-names>
            <surname>Melamed</surname>
          </string-name>
          ,
          <string-name>
            <surname>I.</surname>
          </string-name>
          <year>2003</year>
          .
          <article-title>Evaluation of Machine Translation and Its Evaluation</article-title>
          .
          <source>In Proceedings of MT Summit</source>
          , New Orleans, Luisiana, pp.
          <fpage>386</fpage>
          -
          <lpage>393</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Doddington</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <year>2002</year>
          .
          <article-title>Automatic evaluation of machine translation quality using n-gram cooccurrence statistics</article-title>
          .
          <source>In Proceedings of the Second International Conference on Human Language Technology Research</source>
          , Morgan Kaufmann Publishers Inc, pp.
          <fpage>138</fpage>
          -
          <lpage>145</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Vidal</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <year>1997</year>
          .
          <article-title>Finite-State Speech-to-Speech Translation</article-title>
          .
          <source>In Proceedings of the International Conference on Acoustics, Speech and Signal Processing</source>
          , Munich, Germany, pp.
          <fpage>111</fpage>
          -
          <lpage>114</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Tillmann</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vogel</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ney</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sawaf</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Zubiaga</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>1997</year>
          .
          <article-title>Accelerated DP based Search for Statistical Translation</article-title>
          .
          <source>In Proceedings of the 5th European Conference on Speech Communication and Technology</source>
          , Rhodes, Greece, pp.
          <fpage>2667</fpage>
          -
          <lpage>2670</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>John</surname>
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Platt</surname>
          </string-name>
          .
          <year>1999</year>
          .
          <article-title>Fast Training of Support Vector Machines Using Sequential Minimal Optimization</article-title>
          . In Bernhard Schölkopf,
          <string-name>
            <given-names>Christopher J. C.</given-names>
            <surname>Burges</surname>
          </string-name>
          and Alexander J.
          <source>Smola (eds.)</source>
          .
          <year>1999</year>
          .
          <article-title>Advances in Kernel Methods: Support Vector Learning</article-title>
          . The MIT Press, Cambridge, MA, pp.
          <fpage>185</fpage>
          -
          <lpage>208</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Roberto</given-names>
            <surname>Navigli</surname>
          </string-name>
          and Simone Paolo Ponzetto.
          <year>2012</year>
          .
          <article-title>BabelNet: The automatic construction, evaluation and application of a wide-coverage multilingual semantic network</article-title>
          .
          <source>Artificial Intelligence</source>
          , pp.
          <volume>193</volume>
          :
          <fpage>217</fpage>
          -
          <lpage>250</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Dice</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <year>1945</year>
          .
          <article-title>Measures of the amount of ecologic association between species</article-title>
          .
          <source>Ecology</source>
          , vol
          <volume>26</volume>
          , no 3, pp.
          <fpage>297</fpage>
          -
          <lpage>302</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Jaccard</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <year>1901</year>
          .
          <article-title>Étude comparative de la distribution floraledansune portion des Alpeset des Jura</article-title>
          . Bulletin de la
          <source>SociétéVaudoise des Sciences Naturelles 37</source>
          , pp.
          <fpage>547</fpage>
          -
          <lpage>579</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Fellbaum</surname>
          </string-name>
          , Christine, ed.
          <year>1998</year>
          .
          <article-title>WordNet: An Lexical Database</article-title>
          , Cambridge, MA: MIT Press.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>T</given-names>
            <surname>Saikh</surname>
          </string-name>
          , SK Naskar,
          <string-name>
            <given-names>C</given-names>
            <surname>Giri</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S</given-names>
            <surname>Bandyopadhyay</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Textual Entailment Using Different Similarity Metrics in Computational Linguistics and Intelligent Text Processing</article-title>
          , pp.
          <fpage>491</fpage>
          -
          <lpage>501</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>I.H.</given-names>
            <surname>Witten</surname>
          </string-name>
          and
          <string-name>
            <given-names>E.</given-names>
            <surname>Frank</surname>
          </string-name>
          .
          <year>2005</year>
          .
          <article-title>Data Mining: Practical machine learning tools and techniques</article-title>
          . Morgan Kaufmann, San Francisco, 2nd edition.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Vapnik</surname>
            ,
            <given-names>Vladimir N.</given-names>
          </string-name>
          <year>1995</year>
          .
          <article-title>The Nature of Statistical Learning Theory</article-title>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>I.</given-names>
            <surname>Rish</surname>
          </string-name>
          .
          <year>2001</year>
          .
          <article-title>An empirical study of the naive Bayes classifier</article-title>
          .
          <source>In IJCAI 2001 workshop on empirical methods in artificial intelligence,</source>
          vol
          <volume>22</volume>
          , pp.
          <fpage>41</fpage>
          -
          <lpage>46</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <article-title>AEkbal</article-title>
          and
          <string-name>
            <given-names>S</given-names>
            <surname>Bandyopadhyay</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Bengali Named Entity Recognition Using Support Vector Machine</article-title>
          . In
          <source>International Joint Conference on Natural Language Processing (IJCNLP)</source>
          , pp.
          <fpage>51</fpage>
          -
          <lpage>58</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <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>