<?xml version="1.0" encoding="ISO-8859-1"?><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<front>
<journal-meta>
<journal-id>1405-5546</journal-id>
<journal-title><![CDATA[Computación y Sistemas]]></journal-title>
<abbrev-journal-title><![CDATA[Comp. y Sist.]]></abbrev-journal-title>
<issn>1405-5546</issn>
<publisher>
<publisher-name><![CDATA[Instituto Politécnico Nacional, Centro de Investigación en Computación]]></publisher-name>
</publisher>
</journal-meta>
<article-meta>
<article-id>S1405-55462014000300009</article-id>
<article-id pub-id-type="doi">10.13053/CyS-18-3-2044</article-id>
<title-group>
<article-title xml:lang="en"><![CDATA[Dependency vs. Constituent Based Syntactic N-Grams in Text Similarity Measures for Paraphrase Recognition]]></article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<name>
<surname><![CDATA[Calvo]]></surname>
<given-names><![CDATA[Hiram]]></given-names>
</name>
<xref ref-type="aff" rid="A01"/>
</contrib>
<contrib contrib-type="author">
<name>
<surname><![CDATA[Segura-Olivares]]></surname>
<given-names><![CDATA[Andrea]]></given-names>
</name>
<xref ref-type="aff" rid="A01"/>
</contrib>
<contrib contrib-type="author">
<name>
<surname><![CDATA[García]]></surname>
<given-names><![CDATA[Alejandro]]></given-names>
</name>
<xref ref-type="aff" rid="A01"/>
</contrib>
</contrib-group>
<aff id="A01">
<institution><![CDATA[,Instituto Politécnico Nacional Centro de Investigación en Computación ]]></institution>
<addr-line><![CDATA[México Distrito Federal]]></addr-line>
<country>México</country>
</aff>
<pub-date pub-type="pub">
<day>00</day>
<month>09</month>
<year>2014</year>
</pub-date>
<pub-date pub-type="epub">
<day>00</day>
<month>09</month>
<year>2014</year>
</pub-date>
<volume>18</volume>
<numero>3</numero>
<fpage>517</fpage>
<lpage>554</lpage>
<copyright-statement/>
<copyright-year/>
<self-uri xlink:href="http://www.scielo.org.mx/scielo.php?script=sci_arttext&amp;pid=S1405-55462014000300009&amp;lng=en&amp;nrm=iso"></self-uri><self-uri xlink:href="http://www.scielo.org.mx/scielo.php?script=sci_abstract&amp;pid=S1405-55462014000300009&amp;lng=en&amp;nrm=iso"></self-uri><self-uri xlink:href="http://www.scielo.org.mx/scielo.php?script=sci_pdf&amp;pid=S1405-55462014000300009&amp;lng=en&amp;nrm=iso"></self-uri><abstract abstract-type="short" xml:lang="en"><p><![CDATA[Paraphrase recognition consists in detecting if an expression restated as another expression contains the same information. Traditionally, for solving this problem, several lexical, syntactic and semantic based techniques are used. For measuring word overlapping, most of the works use n-grams; however syntactic n-grams have been scantily explored. We propose using syntactic dependency and constituent n-grams combined with common NLP techniques such as stemming, synonym detection, similarity measures, and linear combination and a similarity matrix built in turn from syntactic n-grams. We measure and compare the performance of our system by using the Microsoft Research Paraphrase Corpus. An in-depth research is presented in order to present the strengths and weaknesses of each approach, as well as a common error analysis section. Our main motivation was to determine which syntactic approach had a better performance for this task: syntactic dependency n-grams, or syntactic constituent n-grams. We compare too both approaches with traditional n-grams and state-of-the-art systems.]]></p></abstract>
<kwd-group>
<kwd lng="en"><![CDATA[Paraphrase recognition]]></kwd>
<kwd lng="en"><![CDATA[Microsoft Research paraphrase corpus]]></kwd>
<kwd lng="en"><![CDATA[similarity measures]]></kwd>
<kwd lng="en"><![CDATA[syntactic n-grams]]></kwd>
<kwd lng="en"><![CDATA[constituent analysis]]></kwd>
<kwd lng="en"><![CDATA[dependency analysis]]></kwd>
</kwd-group>
</article-meta>
</front><body><![CDATA[  	    <p align="justify"><font face="verdana" size="4">Art&iacute;culos regulares</font></p>  	    <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="center"><font face="verdana" size="4"><b>Dependency vs. Constituent Based Syntactic N&#45;Grams in Text Similarity Measures for Paraphrase Recognition</b></font></p>  	    <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="center"><font face="verdana" size="2"><b>Hiram Calvo, Andrea Segura&#45;Olivares, and Alejandro Garc&iacute;a</b></font></p>  	    <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="justify"><font face="verdana" size="2"><i>Centro de Investigaci&oacute;n en Computaci&oacute;n (CIC), Instituto Polit&eacute;cnico Nacional (IPN), Mexico City, Mexico.</i> <a href="mailto:hcalvo@cic.ipn.mx">hcalvo@cic.ipn.mx</a>, <a href="mailto:msegura_b12@sagitario.cic.ipn.mx">msegura_b12@sagitario.cic.ipn.mx</a>, <a href="mailto:igarcia_b12@sagitario.cic.ipn.mx">igarcia_b12@sagitario.cic.ipn.mx</a>.</font></p>  	    <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="justify"><font face="verdana" size="2">Article received on 04/02/2014.    ]]></body>
<body><![CDATA[<br> 	Accepted on 17/03/2014.</font></p>  	    <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="justify"><font face="verdana" size="2"><b>Abstract</b></font></p>  	    <p align="justify"><font face="verdana" size="2">Paraphrase recognition consists in detecting if an expression restated as another expression contains the same information. Traditionally, for solving this problem, several lexical, syntactic and semantic based techniques are used. For measuring word overlapping, most of the works use n&#45;grams; however syntactic n&#45;grams have been scantily explored. We propose using syntactic dependency and constituent n&#45;grams combined with common NLP techniques such as <i>stemming, synonym detection, similarity measures,</i> and <i>linear combination</i> and a similarity matrix built in turn from syntactic n&#45;grams. We measure and compare the performance of our system by using the Microsoft Research Paraphrase Corpus. An in&#45;depth research is presented in order to present the strengths and weaknesses of each approach, as well as a common error analysis section. Our main motivation was to determine which syntactic approach had a better performance for this task: syntactic dependency n&#45;grams, or syntactic constituent n&#45;grams. We compare too both approaches with traditional n&#45;grams and state&#45;of&#45;the&#45;art systems.</font></p>  	    <p align="justify"><font face="verdana" size="2"><b>Keywords:</b> Paraphrase recognition, Microsoft Research paraphrase corpus, similarity measures, syntactic n&#45;grams, constituent analysis, dependency analysis.</font></p>  	    <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="justify"><font face="verdana" size="2"><a href="/pdf/cys/v18n3/v18n3a9.pdf" target="_blank">DESCARGAR ART&Iacute;CULO EN FORMATO PDF</a></font></p>  	    <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="justify"><font face="verdana" size="2"><b>Acknowledgements</b></font></p>  	    <p align="justify"><font face="verdana" size="2">Work done under support of CONACyT&#45;SNI, SIP&#45;IPN, COFAA&#45;IPN, and PIFI&#45;IPN.</font></p>  	    ]]></body>
<body><![CDATA[<p align="justify"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="justify"><font face="verdana" size="2"><b>References</b></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>1. Blacoe, W. &amp; Lapata, M. (2012).</b> A Comparison of Vector&#45;based Representations for Semantic Composition. In <i>Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning,</i> EMNLP&#45;CoNLL '12. ACL, Stroudsburg, PA, USA, 546&#45;556.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2068990&pid=S1405-5546201400030000900001&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>2. Das, D. &amp; Smith, N. A. (2009).</b> Paraphrase Identification As Probabilistic Quasi&#45;synchronous Recognition. In <i>Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Language Processing of the AFNLP,</i> volume 1 of <i>ACL '09.</i> ACL, Stroudsburg, PA, USA. ISBN 978&#45;1&#45;93243245&#45;9, 468&#45;476.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2068992&pid=S1405-5546201400030000900002&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>3. Dolan, B., Quirk, C., &amp; Brockett, C. (2004).</b> Unsupervised Construction of Large Paraphrase Corpora: Exploiting Massively Parallel News Sources. In <i>Proceedings of the 20th International Conference on Computational Linguistics,</i> COLING '04. ACL, Stroudsburg, PA, USA.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2068994&pid=S1405-5546201400030000900003&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>4. Fernando, S. &amp; Stevenson, M. (2008).</b> A Semantic Similarity Approach to Paraphrase Detection. In <i>Proceedings of the Computational Linguistics UK (CLUK2008) 11th Annual Research Colloquium.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2068996&pid=S1405-5546201400030000900004&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></i></font></p>  	    ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2"><b>5. Finch, A., Hwang, Y., &amp; Sumita, E. (2005).</b> Using Machine Translation Evaluation Techniques to Determine Sentence&#45;level Semantic Equivalence. In <i>Proceedings of the Third International Workshop on Paraphrasing (IWP2005).</i> Jeju Island, South Korea, 17&#45;24.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2068998&pid=S1405-5546201400030000900005&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>6. Heilman, M. &amp; Smith, N. A. (2010).</b> Tree Edit Models for Recognizing Textual Entailments, Paraphrases, and Answers to Questions. In <i>Human Language Technologies: The 2010 Annual Conference of the North American Chapter of the ACL,</i> HLT '10. ACL, Stroudsburg, PA, USA. ISBN 1&#45;932432&#45;65&#45;5, 1011&#45;1019.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069000&pid=S1405-5546201400030000900006&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>7. Islam, A. &amp; Inkpen, D. (2007).</b> Semantic Similarity of Short Texts. In <i>Proceedings of the International Conference on Recent Advances in Natural Language Processing (RANLP 2007).</i> John Benjamins Publishing, Borovets, Bulgaria, 291&#45;297.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069002&pid=S1405-5546201400030000900007&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>8. Kozareva, Z. &amp; Montoyo, A. (2006).</b> Paraphrase Identification on the Basis of Supervised Machine Learning Techniques. In <i>Advances in Natural Language Processing, 5th International Conference on NLP,</i> FinTAL '06. Springer&#45;Verlag, Berlin, Heidelberg. ISBN 3&#45;540&#45;37334&#45;9, 978&#45;3&#45;540&#45;37334&#45;6, 524&#45;533.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069004&pid=S1405-5546201400030000900008&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>9. Lin, D. (1998).</b> An Information&#45;Theoretic Definition of Similarity. In <i>Proceedings of the Fifteenth International Conference on Machine Learning,</i> ICML '98. Morgan Kaufmann Publishers Inc., San Francisco, CA, USA. ISBN 1&#45;55860&#45;556&#45;8, 296&#45;304.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069006&pid=S1405-5546201400030000900009&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2"><b>10. Lin, D. (1998).</b> Dependency&#45;based Evaluation of MINIPAR. In <i>Proceedings of the Workshop on the Evaluation of Parsing Systems.</i> Springer Netherlands, Granada, Spain.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069008&pid=S1405-5546201400030000900010&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>11. Lintean, M. &amp; Rus, V. (2011</b> ). Dissimilarity Kernels for Paraphrase Identification. In <i>Proceedings of the Twenty&#45;Fourth International Florida Artificial Intelligence Research SocietyConference.</i> 263&#45;268.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069010&pid=S1405-5546201400030000900011&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>12. Madnani, N., Tetreault, J., &amp; Chodorow, M. (2012).</b> Re&#45;examining Machine Translation Metrics for Paraphrase Identification. In <i>Proceedings of the 2012 Conference of the North American Chapter of the ACL: Human Language Technologies,</i> NAACL HLT '12. ACL, Stroudsburg, PA, USA. ISBN 978&#45;1937284&#45;20&#45;6, 182&#45;190.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069012&pid=S1405-5546201400030000900012&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>13. Malakasiotis, P. (2009).</b> Paraphrase Recognition Using Machine Learning to Combine Similarity Measures. In <i>Proceedings of the ACL&#45;IJCNLP 2009 Student Research Workshop,</i> ACLstudent '09. ACL, Stroudsburg, PA, USA, 27&#45;35.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069014&pid=S1405-5546201400030000900013&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>14. Mihalcea, R., Corley, C., &amp; Strapparava, C. (2006).</b> Corpus&#45;based and Knowledge&#45;based Measures of Text Semantic Similarity. In <i>Proceedings of the 21st National Conference on Artificial Intelligence,</i> volume 1 of <i>AAAI'06.</i> AAAI Press. ISBN 978&#45;157735&#45;281&#45;5, 775&#45;780.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069016&pid=S1405-5546201400030000900014&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2"><b>15. Qiu, L., Kan, M.&#45;Y., &amp; Chua, T.&#45;S. (2006).</b> Paraphrase Recognition via Dissimilarity Significance Classification. In <i>Proceedings of the 2006 Conference on Empirical Methods in Natural Language Processing,</i> EMNLP '06. ACL, Stroudsburg, PA, USA. ISBN 1&#45;932432&#45;73&#45;6, 18&#45;26.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069018&pid=S1405-5546201400030000900015&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>16. Rus, V., McCarthy, P. M., &amp; Lintean, M. C. (2008).</b> Paraphrase Identification with Lexico&#45;Syntactic Graph Subsumption. In <i>Proceedings of the 21st International FLAIRS Conference.</i> Coconut Grove, FL., 201&#45;206.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069020&pid=S1405-5546201400030000900016&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>17. Segura&#45;Olivares, A., Garc&iacute;a, A., &amp; Calvo, H. (2013).</b> Feature Analysis for Paraphrase Recognition and Textual Entailment. In <i>Research in Computing Science,</i> volume 70 of <i>Advances in Computational Linguistics (CICLing&#45;2013).</i> Kathmandu, Nepal, 119&#45;144.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069022&pid=S1405-5546201400030000900017&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>18. Sidorov, G. (2013).</b> <i>Construcci&oacute;n no lineal de n&#45;gramas en la ling&uuml;&iacute;stica computacional: n&#45;gramas sint&aacute;cticos, filtrados y generalizados.</i> Sociedad Mexicana de Inteligencia Artificial. ISBN 978&#45;60795367&#45;9&#45;4.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069024&pid=S1405-5546201400030000900018&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>19. Sidorov, G. (2013).</b> Non&#45;continuous Syntactic N&#45;grams. <i>Polibits,</i> 48, 67&#45;75.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069026&pid=S1405-5546201400030000900019&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2"><b>20. Sidorov, G. (2013).</b> Syntactic Dependency Based N&#45;grams in Rule Based Automatic English as Second Language Grammar Correction. <i>International Journal of Computational Linguistics and Applications,</i> 4(2), 169&#45;188.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069028&pid=S1405-5546201400030000900020&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>21. Sidorov, G., Gelbukh, A., G&oacute;mez&#45;Adorno, H., &amp; Pinto, D. (2014).</b> Soft Similarity and Soft Cosine Measure: Similarity of Features in Vector Space Model. <i>Computaci&oacute;n y Sistemas,</i> 18(3).    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069030&pid=S1405-5546201400030000900021&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>22. Sidorov, G., Velasquez, F., Stamatatos, E., Gelbukh, A., &amp; Chanona&#45;Hern&aacute;ndez, L. (2012).</b> Syntactic Dependency&#45;Based N&#45;grams as Classification Features. In <i>Lecture Notes in Artificial Intelligence,</i> volume 7630. Springer Berlin Heidelberg. ISBN 978&#45;3&#45;642&#45;37797&#45;6, 1&#45;11.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069032&pid=S1405-5546201400030000900022&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>23. Sidorov, G., Velasquez, F., Stamatatos, E., Gel&#45;bukh, A., &amp; Chanona&#45;Hern&aacute;ndez, L. (2014).</b> Syntactic N&#45;grams as Machine Learning Features for Natural Language Processing. <i>Expert Systems with Applications,</i> 41(3), 853&#45;860.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069034&pid=S1405-5546201400030000900023&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>24. Socher, R., Huang, E. H., Pennington, J., Y. Ng, A., &amp; Manning, C. D. (2011a).</b> Dynamic Pooling and Unfolding Recursive Autoencoders for Paraphrase Detection. In <i>Advances in Neural Information Processing Systems.</i> MIT Press.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069036&pid=S1405-5546201400030000900024&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2"><b>25. Swanson, R. &amp; Gordon, A. S. (2006).</b> A Comparison of Alternative Parse Tree Paths for Labeling Semantic Roles. In <i>Proceedings of the COLING/ACL on Main Conference Poster Sessions,</i> COLING&#45;ACL '06. ACL, Stroudsburg, PA, USA, 811&#45;818.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069038&pid=S1405-5546201400030000900025&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <p align="justify"><font face="verdana" size="2"><b>26. Ul&#45;Qayyum, Z. &amp; Altaf, W. (2012).</b> Paraphrase Identification using Semantic Heuristic Features. <i>Research Journal of Applied Sciences, Engineering and Technology,</i> 4894&#45;4904.</font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>27. Wan, S., Dras, M., Dale, R., &amp; Paris, C. (2006).</b> Using Dependency&#45;Based Features to Take the "Para&#45;farce" out of Paraphrase. In <i>Proceedings of the Australasian Language Technology Workshop.</i> Sydney, Australia, 131&#45;138.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069041&pid=S1405-5546201400030000900026&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>28. Weeds, J., Weir, D., &amp; Keller, B. (2005).</b> The Distributional Similarity of Sub&#45;parses. In <i>Proceedings of the ACL Workshop on Empirical Modeling of Semantic Equivalence and Entailment,</i> EMSEE '05. ACL, Stroudsburg, PA, USA, 7&#45;12.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069043&pid=S1405-5546201400030000900027&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>29. Zhang, Y. &amp; Patrick, J. (2005).</b> Paraphrase Identification by Text Canonicalization. In <i>Proceedings of the Australasian Language Technology Workshop 2005.</i> Sydney, Australia, 160&#45;166.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2069045&pid=S1405-5546201400030000900028&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>      ]]></body><back>
<ref-list>
<ref id="B1">
<label>1</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Blacoe]]></surname>
<given-names><![CDATA[W.]]></given-names>
</name>
<name>
<surname><![CDATA[Lapata]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[A Comparison of Vector-based Representations for Semantic Composition]]></article-title>
<source><![CDATA[Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning, EMNLP-CoNLL '12]]></source>
<year>2012</year>
<page-range>546-556</page-range><publisher-loc><![CDATA[Stroudsburg^ePA PA]]></publisher-loc>
<publisher-name><![CDATA[ACL]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B2">
<label>2</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Das]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
<name>
<surname><![CDATA[Smith]]></surname>
<given-names><![CDATA[N. A.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Paraphrase Identification As Probabilistic Quasi-synchronous Recognition]]></article-title>
<source><![CDATA[Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Language Processing of the AFNLP, volume 1 of ACL '09]]></source>
<year>2009</year>
<page-range>468-476</page-range><publisher-loc><![CDATA[Stroudsburg^ePA PA]]></publisher-loc>
<publisher-name><![CDATA[ACL]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B3">
<label>3</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Dolan]]></surname>
<given-names><![CDATA[B.]]></given-names>
</name>
<name>
<surname><![CDATA[Quirk]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
<name>
<surname><![CDATA[Brockett]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Unsupervised Construction of Large Paraphrase Corpora: Exploiting Massively Parallel News Sources]]></article-title>
<source><![CDATA[Proceedings of the 20th International Conference on Computational Linguistics, COLING '04]]></source>
<year>2004</year>
<publisher-loc><![CDATA[Stroudsburg^ePA PA]]></publisher-loc>
<publisher-name><![CDATA[ACL]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B4">
<label>4</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Fernando]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Stevenson]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[A Semantic Similarity Approach to Paraphrase Detection]]></article-title>
<source><![CDATA[Proceedings of the Computational Linguistics UK (CLUK2008) 11th Annual Research Colloquium]]></source>
<year>2008</year>
</nlm-citation>
</ref>
<ref id="B5">
<label>5</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Finch]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Hwang]]></surname>
<given-names><![CDATA[Y.]]></given-names>
</name>
<name>
<surname><![CDATA[Sumita]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Using Machine Translation Evaluation Techniques to Determine Sentence-level Semantic Equivalence]]></article-title>
<source><![CDATA[Proceedings of the Third International Workshop on Paraphrasing (IWP2005)]]></source>
<year>2005</year>
<page-range>17-24</page-range><publisher-loc><![CDATA[^eJeju Island Jeju Island]]></publisher-loc>
</nlm-citation>
</ref>
<ref id="B6">
<label>6</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Heilman]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Smith]]></surname>
<given-names><![CDATA[N. A.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Tree Edit Models for Recognizing Textual Entailments, Paraphrases, and Answers to Questions]]></article-title>
<source><![CDATA[Human Language Technologies: The 2010 Annual Conference of the North American Chapter of the ACL, HLT '10]]></source>
<year>2010</year>
<page-range>1-932432-65-5</page-range><page-range>1011-1019</page-range><publisher-loc><![CDATA[Stroudsburg^ePA PA]]></publisher-loc>
<publisher-name><![CDATA[ACL]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B7">
<label>7</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Islam]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Inkpen]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Semantic Similarity of Short Texts]]></article-title>
<source><![CDATA[Proceedings of the International Conference on Recent Advances in Natural Language Processing (RANLP 2007)]]></source>
<year>2007</year>
<page-range>291-297</page-range><publisher-loc><![CDATA[Borovets ]]></publisher-loc>
<publisher-name><![CDATA[John Benjamins Publishing]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B8">
<label>8</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Kozareva]]></surname>
<given-names><![CDATA[Z.]]></given-names>
</name>
<name>
<surname><![CDATA[Montoyo]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Paraphrase Identification on the Basis of Supervised Machine Learning Techniques]]></article-title>
<source><![CDATA[Advances in Natural Language Processing, 5th International Conference on NLP, FinTAL '06]]></source>
<year>2006</year>
<page-range>524-533</page-range><publisher-loc><![CDATA[BerlinHeidelberg ]]></publisher-loc>
<publisher-name><![CDATA[Springer-Verlag]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B9">
<label>9</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Lin]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[An Information-Theoretic Definition of Similarity]]></article-title>
<source><![CDATA[Proceedings of the Fifteenth International Conference on Machine Learning, ICML '98]]></source>
<year>1998</year>
<page-range>296-304</page-range><publisher-loc><![CDATA[San Francisco^eCA CA]]></publisher-loc>
<publisher-name><![CDATA[Morgan Kaufmann Publishers Inc.]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B10">
<label>10</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Lin]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Dependency-based Evaluation of MINIPAR]]></article-title>
<source><![CDATA[Proceedings of the Workshop on the Evaluation of Parsing Systems]]></source>
<year>1998</year>
<publisher-loc><![CDATA[Granada ]]></publisher-loc>
<publisher-name><![CDATA[Springer]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B11">
<label>11</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Lintean]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Rus]]></surname>
<given-names><![CDATA[V.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Dissimilarity Kernels for Paraphrase Identification]]></article-title>
<source><![CDATA[Proceedings of the Twenty-Fourth International Florida Artificial Intelligence Research SocietyConference]]></source>
<year>2011</year>
<page-range>263-268</page-range></nlm-citation>
</ref>
<ref id="B12">
<label>12</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Madnani]]></surname>
<given-names><![CDATA[N.]]></given-names>
</name>
<name>
<surname><![CDATA[Tetreault]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
<name>
<surname><![CDATA[Chodorow]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Re-examining Machine Translation Metrics for Paraphrase Identification]]></article-title>
<source><![CDATA[Proceedings of the 2012 Conference of the North American Chapter of the ACL: Human Language Technologies, NAACL HLT '12]]></source>
<year>2012</year>
<page-range>182-190</page-range><publisher-loc><![CDATA[Stroudsburg^ePA PA]]></publisher-loc>
<publisher-name><![CDATA[ACL]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B13">
<label>13</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Malakasiotis]]></surname>
<given-names><![CDATA[P.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Paraphrase Recognition Using Machine Learning to Combine Similarity Measures]]></article-title>
<source><![CDATA[Proceedings of the ACL-IJCNLP 2009 Student Research Workshop, ACLstudent '09]]></source>
<year>2009</year>
<page-range>27-35</page-range><publisher-loc><![CDATA[Stroudsburg^ePA PA]]></publisher-loc>
<publisher-name><![CDATA[ACL]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B14">
<label>14</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Mihalcea]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
<name>
<surname><![CDATA[Corley]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
<name>
<surname><![CDATA[Strapparava]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Corpus-based and Knowledge-based Measures of Text Semantic Similarity]]></article-title>
<source><![CDATA[Proceedings of the 21st National Conference on Artificial Intelligence, volume 1 of AAAI'06]]></source>
<year>2006</year>
<page-range>775-780</page-range><publisher-name><![CDATA[AAAI Press]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B15">
<label>15</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Qiu]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
<name>
<surname><![CDATA[Kan]]></surname>
<given-names><![CDATA[M.-Y.]]></given-names>
</name>
<name>
<surname><![CDATA[Chua]]></surname>
<given-names><![CDATA[T.-S.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Paraphrase Recognition via Dissimilarity Significance Classification]]></article-title>
<source><![CDATA[Proceedings of the 2006 Conference on Empirical Methods in Natural Language Processing, EMNLP '06]]></source>
<year>2006</year>
<page-range>18-26</page-range><publisher-loc><![CDATA[Stroudsburg^ePA PA]]></publisher-loc>
<publisher-name><![CDATA[ACL]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B16">
<label>16</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Rus]]></surname>
<given-names><![CDATA[V.]]></given-names>
</name>
<name>
<surname><![CDATA[McCarthy]]></surname>
<given-names><![CDATA[P. M.]]></given-names>
</name>
<name>
<surname><![CDATA[Lintean]]></surname>
<given-names><![CDATA[M. C.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Paraphrase Identification with Lexico-Syntactic Graph Subsumption]]></article-title>
<source><![CDATA[Proceedings of the 21st International FLAIRS Conference]]></source>
<year>2008</year>
<page-range>201-206</page-range><publisher-loc><![CDATA[^eFL FL]]></publisher-loc>
</nlm-citation>
</ref>
<ref id="B17">
<label>17</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Segura-Olivares]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[García]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Calvo]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Feature Analysis for Paraphrase Recognition and Textual Entailment]]></article-title>
<source><![CDATA[Research in Computing Science, volume 70 of Advances in Computational Linguistics (CICLing-2013)]]></source>
<year>2013</year>
<page-range>119-144</page-range><publisher-loc><![CDATA[Kathmandu ]]></publisher-loc>
</nlm-citation>
</ref>
<ref id="B18">
<label>18</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Sidorov]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
</person-group>
<source><![CDATA[Construcción no lineal de n-gramas en la lingüística computacional: n-gramas sintácticos, filtrados y generalizados]]></source>
<year>2013</year>
<publisher-name><![CDATA[Sociedad Mexicana de Inteligencia Artificial]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B19">
<label>19</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Sidorov]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Non-continuous Syntactic N-grams]]></article-title>
<source><![CDATA[Polibits]]></source>
<year>2013</year>
<volume>48</volume>
<page-range>67-75</page-range></nlm-citation>
</ref>
<ref id="B20">
<label>20</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Sidorov]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Syntactic Dependency Based N-grams in Rule Based Automatic English as Second Language Grammar Correction]]></article-title>
<source><![CDATA[International Journal of Computational Linguistics and Applications]]></source>
<year>2013</year>
<volume>4</volume>
<numero>2</numero>
<issue>2</issue>
<page-range>169-188</page-range></nlm-citation>
</ref>
<ref id="B21">
<label>21</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Sidorov]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
<name>
<surname><![CDATA[Gelbukh]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Gómez-Adorno]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
<name>
<surname><![CDATA[Pinto]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Soft Similarity and Soft Cosine Measure: Similarity of Features in Vector Space Model]]></article-title>
<source><![CDATA[Computación y Sistemas]]></source>
<year>2014</year>
<volume>18</volume>
<numero>3</numero>
<issue>3</issue>
</nlm-citation>
</ref>
<ref id="B22">
<label>22</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Sidorov]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
<name>
<surname><![CDATA[Velasquez]]></surname>
<given-names><![CDATA[F.]]></given-names>
</name>
<name>
<surname><![CDATA[Stamatatos]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
<name>
<surname><![CDATA[Gelbukh]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Chanona-Hernández]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Syntactic Dependency-Based N-grams as Classification Features]]></article-title>
<source><![CDATA[Lecture Notes in Artificial Intelligence]]></source>
<year>2012</year>
<volume>7630</volume>
<page-range>1-11</page-range><publisher-loc><![CDATA[BerlinHeidelberg ]]></publisher-loc>
<publisher-name><![CDATA[Springer]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B23">
<label>23</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Sidorov]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
<name>
<surname><![CDATA[Velasquez]]></surname>
<given-names><![CDATA[F.]]></given-names>
</name>
<name>
<surname><![CDATA[Stamatatos]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
<name>
<surname><![CDATA[Gel-bukh]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Chanona-Hernández]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Syntactic N-grams as Machine Learning Features for Natural Language Processing]]></article-title>
<source><![CDATA[Expert Systems with Applications]]></source>
<year>2014</year>
<volume>41</volume>
<numero>3</numero>
<issue>3</issue>
<page-range>853-860</page-range></nlm-citation>
</ref>
<ref id="B24">
<label>24</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Socher]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
<name>
<surname><![CDATA[Huang]]></surname>
<given-names><![CDATA[E. H.]]></given-names>
</name>
<name>
<surname><![CDATA[Pennington]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
<name>
<surname><![CDATA[Y. Ng]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Manning]]></surname>
<given-names><![CDATA[C. D.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Dynamic Pooling and Unfolding Recursive Autoencoders for Paraphrase Detection]]></article-title>
<source><![CDATA[Advances in Neural Information Processing Systems]]></source>
<year>2011</year>
<publisher-name><![CDATA[MIT Press]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B25">
<label>25</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Swanson]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
<name>
<surname><![CDATA[Gordon]]></surname>
<given-names><![CDATA[A. S.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[A Comparison of Alternative Parse Tree Paths for Labeling Semantic Roles]]></article-title>
<source><![CDATA[Proceedings of the COLING/ACL on Main Conference Poster Sessions, COLING-ACL '06]]></source>
<year>2006</year>
<page-range>811-818</page-range><publisher-loc><![CDATA[Stroudsburg^ePA PA]]></publisher-loc>
<publisher-name><![CDATA[ACL]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B26">
<label>27</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Wan]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Dras]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Dale]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
<name>
<surname><![CDATA[Paris]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Using Dependency-Based Features to Take the "Para-farce" out of Paraphrase]]></article-title>
<source><![CDATA[Proceedings of the Australasian Language Technology Workshop]]></source>
<year>2006</year>
<page-range>131-138</page-range><publisher-loc><![CDATA[Sydney ]]></publisher-loc>
</nlm-citation>
</ref>
<ref id="B27">
<label>28</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Weeds]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
<name>
<surname><![CDATA[Weir]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
<name>
<surname><![CDATA[Keller]]></surname>
<given-names><![CDATA[B.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[The Distributional Similarity of Sub-parses]]></article-title>
<source><![CDATA[Proceedings of the ACL Workshop on Empirical Modeling of Semantic Equivalence and Entailment, EMSEE '05]]></source>
<year>2005</year>
<page-range>7-12</page-range><publisher-loc><![CDATA[Stroudsburg^ePA PA]]></publisher-loc>
<publisher-name><![CDATA[ACL]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B28">
<label>29</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Zhang]]></surname>
<given-names><![CDATA[Y.]]></given-names>
</name>
<name>
<surname><![CDATA[Patrick]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Paraphrase Identification by Text Canonicalization]]></article-title>
<source><![CDATA[Proceedings of the Australasian Language Technology Workshop 2005]]></source>
<year>2005</year>
<page-range>160-166</page-range><publisher-loc><![CDATA[Sydney ]]></publisher-loc>
</nlm-citation>
</ref>
</ref-list>
</back>
</article>
