<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.aclweb.org/aclwiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Scottyih</id>
	<title>ACL Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.aclweb.org/aclwiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Scottyih"/>
	<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/Special:Contributions/Scottyih"/>
	<updated>2026-04-12T13:49:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=11039</id>
		<title>Question Answering (State of the art)</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=11039"/>
		<updated>2015-05-11T22:15:14Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Answer Sentence Selection ==&lt;br /&gt;
&lt;br /&gt;
The task of answer sentence selection is designed for the open-domain question answering setting. Given a question and a set of candidate sentences, the task is to choose the correct sentence that contains the exact answer and can sufficiently support the answer choice. &lt;br /&gt;
&lt;br /&gt;
* [http://cs.stanford.edu/people/mengqiu/data/qg-emnlp07-data.tgz QA Answer Sentence Selection Dataset]: labeled sentences using TREC QA track data, provided by [http://cs.stanford.edu/people/mengqiu/ Mengqiu Wang] and first used in [http://www.aclweb.org/anthology/D/D07/D07-1003.pdf Wang et al. (2007)].  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Algorithm&lt;br /&gt;
! Reference&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_average_precision MAP]&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_reciprocal_rank MRR]&lt;br /&gt;
|-&lt;br /&gt;
| Punyakanok (2004)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.419&lt;br /&gt;
| 0.494&lt;br /&gt;
|-&lt;br /&gt;
| Cui (2005)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.427&lt;br /&gt;
| 0.526&lt;br /&gt;
|-&lt;br /&gt;
| Wang (2007)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.603&lt;br /&gt;
| 0.685&lt;br /&gt;
|-&lt;br /&gt;
| H&amp;amp;S (2010)&lt;br /&gt;
| Heilman and Smith (2010)&lt;br /&gt;
| 0.609&lt;br /&gt;
| 0.692&lt;br /&gt;
|-&lt;br /&gt;
| W&amp;amp;M (2010)&lt;br /&gt;
| Wang and Manning (2010)&lt;br /&gt;
| 0.595&lt;br /&gt;
| 0.695&lt;br /&gt;
|-&lt;br /&gt;
| Yao (2013)&lt;br /&gt;
| Yao et al. (2013)&lt;br /&gt;
| 0.631&lt;br /&gt;
| 0.748&lt;br /&gt;
|-&lt;br /&gt;
| S&amp;amp;M (2013)&lt;br /&gt;
| Severyn and Moschitti (2013)&lt;br /&gt;
| 0.678&lt;br /&gt;
| 0.736&lt;br /&gt;
|-&lt;br /&gt;
| Shnarch (2013) - Backward &lt;br /&gt;
| Shnarch (2013)&lt;br /&gt;
| 0.686&lt;br /&gt;
| 0.754&lt;br /&gt;
|-&lt;br /&gt;
| Yih (2013) - LCLR&lt;br /&gt;
| Yih et al. (2013)&lt;br /&gt;
| 0.709&lt;br /&gt;
| 0.770&lt;br /&gt;
|-&lt;br /&gt;
| Yu (2014) - TRAIN-ALL bigram+count&lt;br /&gt;
| Yu et al. (2014)&lt;br /&gt;
| 0.711&lt;br /&gt;
| 0.785&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Vasin Punyakanok, Dan Roth, and Wen-Tau Yih. 2004. [http://cogcomp.cs.illinois.edu/papers/PunyakanokRoYi04a.pdf Mapping dependencies trees: An application to question answering]. In Proceedings of the 8th International Symposium on Artificial Intelligence and Mathematics, Fort Lauderdale, FL, USA.&lt;br /&gt;
* Hang Cui, Renxu Sun, Keya Li, Min-Yen Kan, and Tat-Seng Chua. 2005. [http://ws.csie.ncku.edu.tw/login/upload/2005/paper/Question%20answering%20Question%20answering%20passage%20retrieval%20using%20dependency%20relations.pdf Question answering passage retrieval using dependency relations]. In Proceedings of the 28th ACM-SIGIR International Conference on Research and Development in Information Retrieval, Salvador, Brazil.&lt;br /&gt;
* Wang, Mengqiu and Smith, Noah A. and Mitamura, Teruko. 2007. [http://www.aclweb.org/anthology/D/D07/D07-1003.pdf What is the Jeopardy Model? A Quasi-Synchronous Grammar for QA]. In EMNLP-CoNLL 2007.&lt;br /&gt;
* Heilman, Michael and Smith, Noah A. 2010. [http://www.aclweb.org/anthology/N10-1145 Tree Edit Models for Recognizing Textual Entailments, Paraphrases, and Answers to Questions]. In NAACL-HLT 2010.&lt;br /&gt;
* Wang, Mengqiu and Manning, Christopher. 2010. [http://aclweb.org/anthology//C/C10/C10-1131.pdf Probabilistic Tree-Edit Models with Structured Latent Variables for Textual Entailment and Question Answering]. In COLING 2010.&lt;br /&gt;
* E. Shnarch. 2013. Probabilistic Models for Lexical Inference. Ph.D. thesis, Bar Ilan University.&lt;br /&gt;
* Yao, Xuchen and Van Durme, Benjamin and Callison-Burch, Chris and Clark, Peter. 2013. [http://www.aclweb.org/anthology/N13-1106.pdf Answer Extraction as Sequence Tagging with Tree Edit Distance]. In NAACL-HLT 2013.&lt;br /&gt;
* Yih, Wen-tau and Chang, Ming-Wei and Meek, Christopher and Pastusiak, Andrzej. 2013. [http://research.microsoft.com/pubs/192357/QA-SentSel-Updated-PostACL.pdf Question Answering Using Enhanced Lexical Semantic Models]. In ACL 2013.&lt;br /&gt;
* Severyn, Aliaksei and Moschitti, Alessandro. 2013. [http://www.aclweb.org/anthology/D13-1044.pdf Automatic Feature Engineering for Answer Selection and Extraction]. In EMNLP 2013.&lt;br /&gt;
* Lei Yu, Karl Moritz Hermann, Phil Blunsom, and Stephen Pulman. 2014 [http://arxiv.org/pdf/1412.1632v1.pdf Deep Learning for Answer Sentence Selection]. In NIPS deep learning workshop.&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=State_of_the_art&amp;diff=10535</id>
		<title>State of the art</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=State_of_the_art&amp;diff=10535"/>
		<updated>2014-01-21T22:34:49Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this section of the ACL wiki is to be a repository of &#039;&#039;k&#039;&#039;-best state-of-the-art results (i.e., methods and software) for various core natural language processing tasks. &lt;br /&gt;
&lt;br /&gt;
As a side effect, this should hopefully evolve into a knowledge base of standard evaluation methods and datasets for various tasks, as well as encourage more effort into reproducibility of results. This will help newcomers to a field appreciate what has been done so far and what the main tasks are, and will help keep active researchers informed on fields other than their specific research. The next time you need a system for PP attachment, or wonder what is the current state of word sense disambiguation, this will be the place to visit. &lt;br /&gt;
&lt;br /&gt;
Please contribute! (This is also a good place for you to display your results!)&lt;br /&gt;
&lt;br /&gt;
As a historical point of reference, you may want to refer to the [http://web.archive.org/web/20100325144600/http://cslu.cse.ogi.edu/HLTsurvey/ Survey of the State of the Art in Human Language Technology] ([http://www.lt-world.org/hlt_survey/master.pdf also available as PDF]), edited by R. Cole, J. Mariani, H. Uszkoreit, G. B. Varile, A. Zaenen, A. Zampolli, V. Zue, 1996.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
* [[Anaphora Resolution (State of the art)|Anaphora Resolution]] (stub)&lt;br /&gt;
* [[Automatic Summarization (State of the art)|Automatic Summarization]]&lt;br /&gt;
* [[Chunking (State of the art)|Chunking]] (stub)&lt;br /&gt;
* [[Dependency Parsing (State of the art)|Dependency Parsing]] (stub)&lt;br /&gt;
* [[Document Classification (State of the art)|Document Classification]] (stub)&lt;br /&gt;
* [[Language Identification (State of the art)|Language Identification]] (stub)&lt;br /&gt;
* [[Named Entity Recognition (State of the art)|Named Entity Recognition]]&lt;br /&gt;
* [[Noun-Modifier Semantic Relations (State of the art)|Noun-Modifier Semantic Relations]]&lt;br /&gt;
* [[NP Chunking (State of the art)|NP Chunking]] &lt;br /&gt;
* [[Paraphrase Identification (State of the art)|Paraphrase Identification]]&lt;br /&gt;
* [[Parsing (State of the art)|Parsing]] &lt;br /&gt;
* [[POS Induction (State of the art) |POS Induction]]&lt;br /&gt;
* [[POS Tagging (State of the art) |POS Tagging]]&lt;br /&gt;
* [[PP Attachment (State of the art)|PP Attachment]] (stub)&lt;br /&gt;
* [[Question Answering (State of the art)|Question Answering]]&lt;br /&gt;
* [[Semantic Role Labeling (State of the art)|Semantic Role Labeling]] (stub)&lt;br /&gt;
* [[Sentiment Analysis (State of the art)|Sentiment Analysis]] (stub)&lt;br /&gt;
* [[Similarity (State of the art)|Similarity]] -- [[ESL Synonym Questions (State of the art)|ESL]], [[SAT Analogy Questions (State of the art)|SAT]], [[TOEFL Synonym Questions (State of the art)|TOEFL]], [[RG-65 Test Collection (State of the art)|RG-65 Test Collection]], [[WordSimilarity-353 Test Collection (State of the art)|WordSimilarity-353]], [[SemEval-2012 Task 2 (State of the art)|SemEval-2012 Task 2]]&lt;br /&gt;
* [[Speech Recognition (State of the art)|Speech Recognition]] (article request)&lt;br /&gt;
* [[Temporal Expression Recognition and Normalisation (State of the art)|Temporal Expression Recognition and Normalisation]]&lt;br /&gt;
* [[Cleaneval (State of the art)| Web Corpus Cleaning]] (stub)&lt;br /&gt;
* [[Word Segmentation (State of the art)|Word Segmentation]] (stub)&lt;br /&gt;
* [[Word Sense Disambiguation (State of the art)|Word Sense Disambiguation]] (stub)&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=10534</id>
		<title>Question Answering (State of the art)</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=10534"/>
		<updated>2014-01-21T22:34:03Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Answer Sentence Selection ==&lt;br /&gt;
&lt;br /&gt;
The task of answer sentence selection is designed for the open-domain question answering setting. Given a question and a set of candidate sentences, the task is to choose the correct sentence that contains the exact answer and can sufficiently support the answer choice. &lt;br /&gt;
&lt;br /&gt;
* [http://cs.stanford.edu/people/mengqiu/data/qg-emnlp07-data.tgz QA Answer Sentence Selection Dataset]: labeled sentences using TREC QA track data, provided by [http://cs.stanford.edu/people/mengqiu/ Mengqiu Wang] and first used in [http://www.aclweb.org/anthology/D/D07/D07-1003.pdf Wang et al. (2007)].  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Algorithm&lt;br /&gt;
! Reference&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_average_precision MAP]&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_reciprocal_rank MRR]&lt;br /&gt;
|-&lt;br /&gt;
| Punyakanok (2004)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.419&lt;br /&gt;
| 0.494&lt;br /&gt;
|-&lt;br /&gt;
| Cui (2005)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.427&lt;br /&gt;
| 0.526&lt;br /&gt;
|-&lt;br /&gt;
| Wang (2007)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.603&lt;br /&gt;
| 0.685&lt;br /&gt;
|-&lt;br /&gt;
| H&amp;amp;S (2010)&lt;br /&gt;
| Heilman and Smith (2010)&lt;br /&gt;
| 0.609&lt;br /&gt;
| 0.692&lt;br /&gt;
|-&lt;br /&gt;
| W&amp;amp;M (2010)&lt;br /&gt;
| Wang and Manning (2010)&lt;br /&gt;
| 0.595&lt;br /&gt;
| 0.695&lt;br /&gt;
|-&lt;br /&gt;
| Yao (2013)&lt;br /&gt;
| Yao et al. (2013)&lt;br /&gt;
| 0.631&lt;br /&gt;
| 0.748&lt;br /&gt;
|-&lt;br /&gt;
| S&amp;amp;M (2013)&lt;br /&gt;
| Severyn and Moschitti (2013)&lt;br /&gt;
| 0.678&lt;br /&gt;
| 0.736&lt;br /&gt;
|-&lt;br /&gt;
| Shnarch (2013) - Backward &lt;br /&gt;
| Shnarch (2013)&lt;br /&gt;
| 0.686&lt;br /&gt;
| 0.754&lt;br /&gt;
|-&lt;br /&gt;
| Yih (2013) - LCLR&lt;br /&gt;
| Yih et al. (2013)&lt;br /&gt;
| 0.709&lt;br /&gt;
| 0.770&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Vasin Punyakanok, Dan Roth, and Wen-Tau Yih. 2004. [http://cogcomp.cs.illinois.edu/papers/PunyakanokRoYi04a.pdf Mapping dependencies trees: An application to question answering]. In Proceedings of the 8th International Symposium on Artificial Intelligence and Mathematics, Fort Lauderdale, FL, USA.&lt;br /&gt;
* Hang Cui, Renxu Sun, Keya Li, Min-Yen Kan, and Tat-Seng Chua. 2005. [http://ws.csie.ncku.edu.tw/login/upload/2005/paper/Question%20answering%20Question%20answering%20passage%20retrieval%20using%20dependency%20relations.pdf Question answering passage retrieval using dependency relations]. In Proceedings of the 28th ACM-SIGIR International Conference on Research and Development in Information Retrieval, Salvador, Brazil.&lt;br /&gt;
* Wang, Mengqiu and Smith, Noah A. and Mitamura, Teruko. 2007. [http://www.aclweb.org/anthology/D/D07/D07-1003.pdf What is the Jeopardy Model? A Quasi-Synchronous Grammar for QA]. In EMNLP-CoNLL 2007.&lt;br /&gt;
* Heilman, Michael and Smith, Noah A. 2010. [http://www.aclweb.org/anthology/N10-1145 Tree Edit Models for Recognizing Textual Entailments, Paraphrases, and Answers to Questions]. In NAACL-HLT 2010.&lt;br /&gt;
* Wang, Mengqiu and Manning, Christopher. 2010. [http://aclweb.org/anthology//C/C10/C10-1131.pdf Probabilistic Tree-Edit Models with Structured Latent Variables for Textual Entailment and Question Answering]. In COLING 2010.&lt;br /&gt;
* E. Shnarch. 2013. Probabilistic Models for Lexical Inference. Ph.D. thesis, Bar Ilan University.&lt;br /&gt;
* Yao, Xuchen and Van Durme, Benjamin and Callison-Burch, Chris and Clark, Peter. 2013. [http://www.aclweb.org/anthology/N13-1106.pdf Answer Extraction as Sequence Tagging with Tree Edit Distance]. In NAACL-HLT 2013.&lt;br /&gt;
* Yih, Wen-tau and Chang, Ming-Wei and Meek, Christopher and Pastusiak, Andrzej. 2013. [http://research.microsoft.com/pubs/192357/QA-SentSel-Updated-PostACL.pdf Question Answering Using Enhanced Lexical Semantic Models]. In ACL 2013.&lt;br /&gt;
* Severyn, Aliaksei and Moschitti, Alessandro. 2013. [http://www.aclweb.org/anthology/D13-1044.pdf Automatic Feature Engineering for Answer Selection and Extraction]. In EMNLP 2013.&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=10533</id>
		<title>Question Answering (State of the art)</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=10533"/>
		<updated>2014-01-21T22:33:20Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: /* Answer Sentence Selection */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Answer Sentence Selection ==&lt;br /&gt;
&lt;br /&gt;
The task of answer sentence selection is designed for the open-domain question answering setting. Given a question and a set of candidate sentences, the task is to choose the correct sentence that contains the exact answer and can sufficiently support the answer choice. &lt;br /&gt;
&lt;br /&gt;
* [http://cs.stanford.edu/people/mengqiu/data/qg-emnlp07-data.tgz QA Answer Sentence Selection Dataset]: labeled sentences using TREC QA track data, provided by [http://cs.stanford.edu/people/mengqiu/ Mengqiu Wang] and first used in [http://www.aclweb.org/anthology/D/D07/D07-1003.pdf Wang et al. (2007)].  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Algorithm&lt;br /&gt;
! Reference&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_average_precision MAP]&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_reciprocal_rank MRR]&lt;br /&gt;
|-&lt;br /&gt;
| Punyakanok (2004)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.419&lt;br /&gt;
| 0.494&lt;br /&gt;
|-&lt;br /&gt;
| Cui (2005)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.427&lt;br /&gt;
| 0.526&lt;br /&gt;
|-&lt;br /&gt;
| Wang (2007)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.603&lt;br /&gt;
| 0.685&lt;br /&gt;
|-&lt;br /&gt;
| H&amp;amp;S (2010)&lt;br /&gt;
| Heilman and Smith (2010)&lt;br /&gt;
| 0.609&lt;br /&gt;
| 0.692&lt;br /&gt;
|-&lt;br /&gt;
| W&amp;amp;M (2010)&lt;br /&gt;
| Wang and Manning (2010)&lt;br /&gt;
| 0.595&lt;br /&gt;
| 0.695&lt;br /&gt;
|-&lt;br /&gt;
| Yao (2013)&lt;br /&gt;
| Yao et al. (2013)&lt;br /&gt;
| 0.631&lt;br /&gt;
| 0.748&lt;br /&gt;
|-&lt;br /&gt;
| S&amp;amp;M (2013)&lt;br /&gt;
| Severyn and Moschitti (2013)&lt;br /&gt;
| 0.678&lt;br /&gt;
| 0.736&lt;br /&gt;
|-&lt;br /&gt;
| Shnarch (2013) - Backward &lt;br /&gt;
| Shnarch (2013)&lt;br /&gt;
| 0.686&lt;br /&gt;
| 0.754&lt;br /&gt;
|-&lt;br /&gt;
| Yih (2013) - LCLR&lt;br /&gt;
| Yih et al. (2013)&lt;br /&gt;
| 0.709&lt;br /&gt;
| 0.770&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Vasin Punyakanok, Dan Roth, and Wen-Tau Yih. 2004. [http://cogcomp.cs.illinois.edu/papers/PunyakanokRoYi04a.pdf Mapping dependencies trees: An application to question answering]. In Proceedings of the 8th International Symposium on Artificial Intelligence and Mathematics, Fort Lauderdale, FL, USA.&lt;br /&gt;
* Hang Cui, Renxu Sun, Keya Li, Min-Yen Kan, and Tat-Seng Chua. 2005. [http://ws.csie.ncku.edu.tw/login/upload/2005/paper/Question%20answering%20Question%20answering%20passage%20retrieval%20using%20dependency%20relations.pdf Question answering passage retrieval using dependency relations]. In Proceedings of the 28th ACM-SIGIR International Conference on Research and Development in Information Retrieval, Salvador, Brazil.&lt;br /&gt;
* Wang, Mengqiu and Smith, Noah A. and Mitamura, Teruko. 2007. [http://www.aclweb.org/anthology/D/D07/D07-1003.pdf What is the Jeopardy Model? A Quasi-Synchronous Grammar for QA]. In EMNLP-CoNLL 2007.&lt;br /&gt;
* Heilman, Michael and Smith, Noah A. 2010. [http://www.aclweb.org/anthology/N10-1145 Tree Edit Models for Recognizing Textual Entailments, Paraphrases, and Answers to Questions]. In NAACL-HLT 2010.&lt;br /&gt;
* Wang, Mengqiu and Manning, Christopher. 2010. [http://aclweb.org/anthology//C/C10/C10-1131.pdf Probabilistic Tree-Edit Models with Structured Latent Variables for Textual Entailment and Question Answering]. In COLING 2010.&lt;br /&gt;
* E. Shnarch. 2013. Probabilistic Models for Lexical Inference. Ph.D. thesis, Bar Ilan University.&lt;br /&gt;
* Yao, Xuchen and Van Durme, Benjamin and Callison-Burch, Chris and Clark, Peter. 2013. [http://www.aclweb.org/anthology/N13-1106.pdf Answer Extraction as Sequence Tagging with Tree Edit Distance]. In NAACL-HLT 2013.&lt;br /&gt;
* Yih, Wen-tau and Chang, Ming-Wei and Meek, Christopher and Pastusiak, Andrzej. 2013. [http://research.microsoft.com/pubs/192357/QA-SentSel-Updated-PostACL.pdf Question Answering Using Enhanced Lexical Semantic Models]. In ACL 2013.&lt;br /&gt;
* Severyn, Aliaksei and Moschitti, Alessandro. 2013. [http://www.aclweb.org/anthology/D13-1044.pdf Automatic Feature Engineering for Answer Selection and Extraction]. In EMNLP 2013.&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=10532</id>
		<title>Question Answering (State of the art)</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=10532"/>
		<updated>2014-01-21T22:32:49Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: /* Answer Sentence Selection */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Answer Sentence Selection ==&lt;br /&gt;
&lt;br /&gt;
The task of answer sentence selection is designed for the open-domain question answering setting. Given a question and a set of candidate sentences, the task is to choose the correct sentence that contains the exact answer and can sufficiently support the answer choice. &lt;br /&gt;
&lt;br /&gt;
* [http://cs.stanford.edu/people/mengqiu/data/qg-emnlp07-data.tgz QA Answer Sentence Selection Dataset]: labeled sentences using TREC QA track data, provided by [http://cs.stanford.edu/people/mengqiu/ Mengqiu Wang] and first used in Wang et al. (2007).  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Algorithm&lt;br /&gt;
! Reference&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_average_precision MAP]&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_reciprocal_rank MRR]&lt;br /&gt;
|-&lt;br /&gt;
| Punyakanok (2004)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.419&lt;br /&gt;
| 0.494&lt;br /&gt;
|-&lt;br /&gt;
| Cui (2005)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.427&lt;br /&gt;
| 0.526&lt;br /&gt;
|-&lt;br /&gt;
| Wang (2007)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.603&lt;br /&gt;
| 0.685&lt;br /&gt;
|-&lt;br /&gt;
| H&amp;amp;S (2010)&lt;br /&gt;
| Heilman and Smith (2010)&lt;br /&gt;
| 0.609&lt;br /&gt;
| 0.692&lt;br /&gt;
|-&lt;br /&gt;
| W&amp;amp;M (2010)&lt;br /&gt;
| Wang and Manning (2010)&lt;br /&gt;
| 0.595&lt;br /&gt;
| 0.695&lt;br /&gt;
|-&lt;br /&gt;
| Yao (2013)&lt;br /&gt;
| Yao et al. (2013)&lt;br /&gt;
| 0.631&lt;br /&gt;
| 0.748&lt;br /&gt;
|-&lt;br /&gt;
| S&amp;amp;M (2013)&lt;br /&gt;
| Severyn and Moschitti (2013)&lt;br /&gt;
| 0.678&lt;br /&gt;
| 0.736&lt;br /&gt;
|-&lt;br /&gt;
| Shnarch (2013) - Backward &lt;br /&gt;
| Shnarch (2013)&lt;br /&gt;
| 0.686&lt;br /&gt;
| 0.754&lt;br /&gt;
|-&lt;br /&gt;
| Yih (2013) - LCLR&lt;br /&gt;
| Yih et al. (2013)&lt;br /&gt;
| 0.709&lt;br /&gt;
| 0.770&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Vasin Punyakanok, Dan Roth, and Wen-Tau Yih. 2004. [http://cogcomp.cs.illinois.edu/papers/PunyakanokRoYi04a.pdf Mapping dependencies trees: An application to question answering]. In Proceedings of the 8th International Symposium on Artificial Intelligence and Mathematics, Fort Lauderdale, FL, USA.&lt;br /&gt;
* Hang Cui, Renxu Sun, Keya Li, Min-Yen Kan, and Tat-Seng Chua. 2005. [http://ws.csie.ncku.edu.tw/login/upload/2005/paper/Question%20answering%20Question%20answering%20passage%20retrieval%20using%20dependency%20relations.pdf Question answering passage retrieval using dependency relations]. In Proceedings of the 28th ACM-SIGIR International Conference on Research and Development in Information Retrieval, Salvador, Brazil.&lt;br /&gt;
* Wang, Mengqiu and Smith, Noah A. and Mitamura, Teruko. 2007. [http://www.aclweb.org/anthology/D/D07/D07-1003.pdf What is the Jeopardy Model? A Quasi-Synchronous Grammar for QA]. In EMNLP-CoNLL 2007.&lt;br /&gt;
* Heilman, Michael and Smith, Noah A. 2010. [http://www.aclweb.org/anthology/N10-1145 Tree Edit Models for Recognizing Textual Entailments, Paraphrases, and Answers to Questions]. In NAACL-HLT 2010.&lt;br /&gt;
* Wang, Mengqiu and Manning, Christopher. 2010. [http://aclweb.org/anthology//C/C10/C10-1131.pdf Probabilistic Tree-Edit Models with Structured Latent Variables for Textual Entailment and Question Answering]. In COLING 2010.&lt;br /&gt;
* E. Shnarch. 2013. Probabilistic Models for Lexical Inference. Ph.D. thesis, Bar Ilan University.&lt;br /&gt;
* Yao, Xuchen and Van Durme, Benjamin and Callison-Burch, Chris and Clark, Peter. 2013. [http://www.aclweb.org/anthology/N13-1106.pdf Answer Extraction as Sequence Tagging with Tree Edit Distance]. In NAACL-HLT 2013.&lt;br /&gt;
* Yih, Wen-tau and Chang, Ming-Wei and Meek, Christopher and Pastusiak, Andrzej. 2013. [http://research.microsoft.com/pubs/192357/QA-SentSel-Updated-PostACL.pdf Question Answering Using Enhanced Lexical Semantic Models]. In ACL 2013.&lt;br /&gt;
* Severyn, Aliaksei and Moschitti, Alessandro. 2013. [http://www.aclweb.org/anthology/D13-1044.pdf Automatic Feature Engineering for Answer Selection and Extraction]. In EMNLP 2013.&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=10531</id>
		<title>Question Answering (State of the art)</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=10531"/>
		<updated>2014-01-21T22:26:49Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: /* Answer Sentence Selection */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Answer Sentence Selection ==&lt;br /&gt;
&lt;br /&gt;
The task of answer sentence selection is designed for the open-domain question answering setting. Given a question and a set of candidate sentences, the task is to choose the correct sentence that contains the exact answer and can sufficiently support the answer choice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Algorithm&lt;br /&gt;
! Reference&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_average_precision MAP]&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_reciprocal_rank MRR]&lt;br /&gt;
|-&lt;br /&gt;
| Punyakanok (2004)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.419&lt;br /&gt;
| 0.494&lt;br /&gt;
|-&lt;br /&gt;
| Cui (2005)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.427&lt;br /&gt;
| 0.526&lt;br /&gt;
|-&lt;br /&gt;
| Wang (2007)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.603&lt;br /&gt;
| 0.685&lt;br /&gt;
|-&lt;br /&gt;
| H&amp;amp;S (2010)&lt;br /&gt;
| Heilman and Smith (2010)&lt;br /&gt;
| 0.609&lt;br /&gt;
| 0.692&lt;br /&gt;
|-&lt;br /&gt;
| W&amp;amp;M (2010)&lt;br /&gt;
| Wang and Manning (2010)&lt;br /&gt;
| 0.595&lt;br /&gt;
| 0.695&lt;br /&gt;
|-&lt;br /&gt;
| Yao (2013)&lt;br /&gt;
| Yao et al. (2013)&lt;br /&gt;
| 0.631&lt;br /&gt;
| 0.748&lt;br /&gt;
|-&lt;br /&gt;
| S&amp;amp;M (2013)&lt;br /&gt;
| Severyn and Moschitti (2013)&lt;br /&gt;
| 0.678&lt;br /&gt;
| 0.736&lt;br /&gt;
|-&lt;br /&gt;
| Shnarch (2013) - Backward &lt;br /&gt;
| Shnarch (2013)&lt;br /&gt;
| 0.686&lt;br /&gt;
| 0.754&lt;br /&gt;
|-&lt;br /&gt;
| Yih (2013) - LCLR&lt;br /&gt;
| Yih et al. (2013)&lt;br /&gt;
| 0.709&lt;br /&gt;
| 0.770&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Vasin Punyakanok, Dan Roth, and Wen-Tau Yih. 2004. [http://cogcomp.cs.illinois.edu/papers/PunyakanokRoYi04a.pdf Mapping dependencies trees: An application to question answering]. In Proceedings of the 8th International Symposium on Artificial Intelligence and Mathematics, Fort Lauderdale, FL, USA.&lt;br /&gt;
* Hang Cui, Renxu Sun, Keya Li, Min-Yen Kan, and Tat-Seng Chua. 2005. [http://ws.csie.ncku.edu.tw/login/upload/2005/paper/Question%20answering%20Question%20answering%20passage%20retrieval%20using%20dependency%20relations.pdf Question answering passage retrieval using dependency relations]. In Proceedings of the 28th ACM-SIGIR International Conference on Research and Development in Information Retrieval, Salvador, Brazil.&lt;br /&gt;
* Wang, Mengqiu and Smith, Noah A. and Mitamura, Teruko. 2007. [http://www.aclweb.org/anthology/D/D07/D07-1003.pdf What is the Jeopardy Model? A Quasi-Synchronous Grammar for QA]. In EMNLP-CoNLL 2007.&lt;br /&gt;
* Heilman, Michael and Smith, Noah A. 2010. [http://www.aclweb.org/anthology/N10-1145 Tree Edit Models for Recognizing Textual Entailments, Paraphrases, and Answers to Questions]. In NAACL-HLT 2010.&lt;br /&gt;
* Wang, Mengqiu and Manning, Christopher. 2010. [http://aclweb.org/anthology//C/C10/C10-1131.pdf Probabilistic Tree-Edit Models with Structured Latent Variables for Textual Entailment and Question Answering]. In COLING 2010.&lt;br /&gt;
* E. Shnarch. 2013. Probabilistic Models for Lexical Inference. Ph.D. thesis, Bar Ilan University.&lt;br /&gt;
* Yao, Xuchen and Van Durme, Benjamin and Callison-Burch, Chris and Clark, Peter. 2013. [http://www.aclweb.org/anthology/N13-1106.pdf Answer Extraction as Sequence Tagging with Tree Edit Distance]. In NAACL-HLT 2013.&lt;br /&gt;
* Yih, Wen-tau and Chang, Ming-Wei and Meek, Christopher and Pastusiak, Andrzej. 2013. [http://research.microsoft.com/pubs/192357/QA-SentSel-Updated-PostACL.pdf Question Answering Using Enhanced Lexical Semantic Models]. In ACL 2013.&lt;br /&gt;
* Severyn, Aliaksei and Moschitti, Alessandro. 2013. [http://www.aclweb.org/anthology/D13-1044.pdf Automatic Feature Engineering for Answer Selection and Extraction]. In EMNLP 2013.&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=10530</id>
		<title>Question Answering (State of the art)</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=10530"/>
		<updated>2014-01-21T22:23:48Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Answer Sentence Selection ==&lt;br /&gt;
&lt;br /&gt;
The task of answer sentence selection is designed for the open-domain question answering setting. Given a question and a set of candidate sentences, the task is to choose the correct sentence that contains the exact answer and can sufficiently support the answer choice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Algorithm&lt;br /&gt;
! Reference&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_average_precision MAP]&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_reciprocal_rank MRR]&lt;br /&gt;
|-&lt;br /&gt;
| Punyakanok (2004)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.419&lt;br /&gt;
| 0.494&lt;br /&gt;
|-&lt;br /&gt;
| Cui (2005)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.427&lt;br /&gt;
| 0.526&lt;br /&gt;
|-&lt;br /&gt;
| Wang (2007)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.603&lt;br /&gt;
| 0.685&lt;br /&gt;
|-&lt;br /&gt;
| H&amp;amp;S (2010)&lt;br /&gt;
| Heilman and Smith (2010)&lt;br /&gt;
| 0.609&lt;br /&gt;
| 0.692&lt;br /&gt;
|-&lt;br /&gt;
| W&amp;amp;M (2010)&lt;br /&gt;
| Wang and Manning (2010)&lt;br /&gt;
| 0.595&lt;br /&gt;
| 0.695&lt;br /&gt;
|-&lt;br /&gt;
| Yao (2013)&lt;br /&gt;
| Yao et al. (2013)&lt;br /&gt;
| 0.631&lt;br /&gt;
| 0.748&lt;br /&gt;
|-&lt;br /&gt;
| Shnarch (2013) - Backward &lt;br /&gt;
| Shnarch (2013)&lt;br /&gt;
| 0.686&lt;br /&gt;
| 0.754&lt;br /&gt;
|-&lt;br /&gt;
| Yih (2013) - LCLR&lt;br /&gt;
| Yih et al. (2013)&lt;br /&gt;
| 0.709&lt;br /&gt;
| 0.770&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Vasin Punyakanok, Dan Roth, and Wen-Tau Yih. 2004. [http://cogcomp.cs.illinois.edu/papers/PunyakanokRoYi04a.pdf Mapping dependencies trees: An application to question answering]. In Proceedings of the 8th International Symposium on Artificial Intelligence and Mathematics, Fort Lauderdale, FL, USA.&lt;br /&gt;
* Hang Cui, Renxu Sun, Keya Li, Min-Yen Kan, and Tat-Seng Chua. 2005. [http://ws.csie.ncku.edu.tw/login/upload/2005/paper/Question%20answering%20Question%20answering%20passage%20retrieval%20using%20dependency%20relations.pdf Question answering passage retrieval using dependency relations]. In Proceedings of the 28th ACM-SIGIR International Conference on Research and Development in Information Retrieval, Salvador, Brazil.&lt;br /&gt;
* Wang, Mengqiu and Smith, Noah A. and Mitamura, Teruko. 2007. [http://www.aclweb.org/anthology/D/D07/D07-1003.pdf What is the Jeopardy Model? A Quasi-Synchronous Grammar for QA]. In EMNLP-CoNLL 2007.&lt;br /&gt;
* Heilman, Michael and Smith, Noah A. 2010. [http://www.aclweb.org/anthology/N10-1145 Tree Edit Models for Recognizing Textual Entailments, Paraphrases, and Answers to Questions]. In NAACL-HLT 2010.&lt;br /&gt;
* Wang, Mengqiu and Manning, Christopher. 2010. [http://aclweb.org/anthology//C/C10/C10-1131.pdf Probabilistic Tree-Edit Models with Structured Latent Variables for Textual Entailment and Question Answering]. In COLING 2010.&lt;br /&gt;
* E. Shnarch. 2013. Probabilistic Models for Lexical Inference. Ph.D. thesis, Bar Ilan University.&lt;br /&gt;
* Yao, Xuchen and Van Durme, Benjamin and Callison-Burch, Chris and Clark, Peter. 2013. [http://www.aclweb.org/anthology/N13-1106.pdf Answer Extraction as Sequence Tagging with Tree Edit Distance]. In NAACL-HLT 2013.&lt;br /&gt;
* Yih, Wen-tau and Chang, Ming-Wei and Meek, Christopher and Pastusiak, Andrzej. 2013. [http://research.microsoft.com/pubs/192357/QA-SentSel-Updated-PostACL.pdf Question Answering Using Enhanced Lexical Semantic Models]. In ACL 2013.&lt;br /&gt;
* Severyn, Aliaksei and Moschitti, Alessandro. 2013. [http://www.aclweb.org/anthology/D13-1044.pdf Automatic Feature Engineering for Answer Selection and Extraction]. In EMNLP 2013.&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=10528</id>
		<title>Question Answering (State of the art)</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=10528"/>
		<updated>2014-01-21T22:19:37Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Answer Sentence Selection ==&lt;br /&gt;
&lt;br /&gt;
The task of answer sentence selection is designed for the open-domain question answering setting. Given a question and a set of candidate sentences, the task is to choose the correct sentence that contains the exact answer and can sufficiently support the answer choice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Algorithm&lt;br /&gt;
! Reference&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_average_precision MAP]&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_reciprocal_rank MRR]&lt;br /&gt;
|-&lt;br /&gt;
| Punyakanok (2004)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.419&lt;br /&gt;
| 0.494&lt;br /&gt;
|-&lt;br /&gt;
| Cui (2005)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.427&lt;br /&gt;
| 0.526&lt;br /&gt;
|-&lt;br /&gt;
| Wang (2007)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.603&lt;br /&gt;
| 0.685&lt;br /&gt;
|-&lt;br /&gt;
| H&amp;amp;S (2010)&lt;br /&gt;
| Heilman and Smith (2010)&lt;br /&gt;
| 0.609&lt;br /&gt;
| 0.692&lt;br /&gt;
|-&lt;br /&gt;
| W&amp;amp;M (2010)&lt;br /&gt;
| Wang and Manning (2010)&lt;br /&gt;
| 0.595&lt;br /&gt;
| 0.695&lt;br /&gt;
|-&lt;br /&gt;
| Yao (2013)&lt;br /&gt;
| Yao et al. (2013)&lt;br /&gt;
| 0.631&lt;br /&gt;
| 0.748&lt;br /&gt;
|-&lt;br /&gt;
| Shnarch (2013) - Backward &lt;br /&gt;
| Shnarch (2013)&lt;br /&gt;
| 0.686&lt;br /&gt;
| 0.754&lt;br /&gt;
|-&lt;br /&gt;
| Yih (2013) - LCLR&lt;br /&gt;
| Yih et al. (2013)&lt;br /&gt;
| 0.709&lt;br /&gt;
| 0.770&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Vasin Punyakanok, Dan Roth, and Wen-Tau Yih. 2004. [http://cogcomp.cs.illinois.edu/papers/PunyakanokRoYi04a.pdf Mapping dependencies trees: An application to question answering]. In Proceedings of the 8th International Symposium on Artificial Intelligence and Mathematics, Fort Lauderdale, FL, USA.&lt;br /&gt;
* Hang Cui, Renxu Sun, Keya Li, Min-Yen Kan, and Tat-Seng Chua. 2005. [http://ws.csie.ncku.edu.tw/login/upload/2005/paper/Question%20answering%20Question%20answering%20passage%20retrieval%20using%20dependency%20relations.pdf Question answering passage retrieval using dependency relations]. In Proceedings of the 28th ACM-SIGIR International Conference on Research and Development in Information Retrieval, Salvador, Brazil.&lt;br /&gt;
* Wang, Mengqiu and Smith, Noah A. and Mitamura, Teruko. 2007. [http://www.aclweb.org/anthology/D/D07/D07-1003.pdf What is the Jeopardy Model? A Quasi-Synchronous Grammar for QA]. In EMNLP-CoNLL 2007.&lt;br /&gt;
* Heilman, Michael and Smith, Noah A. 2010. [http://www.aclweb.org/anthology/N10-1145 Tree Edit Models for Recognizing Textual Entailments, Paraphrases, and Answers to Questions]. In NAACL-HLT 2010.&lt;br /&gt;
* E. Shnarch. Probabilistic Models for Lexical Inference. Ph.D. thesis, Bar Ilan University. 2013.&lt;br /&gt;
* Yao, Xuchen and Van Durme, Benjamin and Callison-Burch, Chris and Clark, Peter.  [http://www.aclweb.org/anthology/N13-1106 Answer Extraction as Sequence Tagging with Tree Edit Distance]. In NAACL-HLT 2013.&lt;br /&gt;
* Yih, Wen-tau and Chang, Ming-Wei and Meek, Christopher and Pastusiak, Andrzej.  [http://research.microsoft.com/pubs/192357/QA-SentSel-Updated-PostACL.pdf Question Answering Using Enhanced Lexical Semantic Models]. In ACL 2013.&lt;br /&gt;
* Severyn, Aliaksei and Moschitti, Alessandro.  [http://www.aclweb.org/anthology/D13-1044 Automatic Feature Engineering for Answer Selection and Extraction]. In EMNLP 2013.&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=10526</id>
		<title>Question Answering (State of the art)</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=10526"/>
		<updated>2014-01-21T22:15:21Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: /* Answer Sentence Selection */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Answer Sentence Selection ==&lt;br /&gt;
&lt;br /&gt;
The task of answer sentence selection is designed for the open-domain question answering setting. Given a question and a set of candidate sentences, the task is to choose the correct sentence that contains the exact answer and can sufficiently support the answer choice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Algorithm&lt;br /&gt;
! Reference&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_average_precision MAP]&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_reciprocal_rank MRR]&lt;br /&gt;
|-&lt;br /&gt;
| Punyakanok (2004)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.419&lt;br /&gt;
| 0.494&lt;br /&gt;
|-&lt;br /&gt;
| Cui (2005)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.427&lt;br /&gt;
| 0.526&lt;br /&gt;
|-&lt;br /&gt;
| Wang (2007)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.603&lt;br /&gt;
| 0.685&lt;br /&gt;
|-&lt;br /&gt;
| H&amp;amp;S (2010)&lt;br /&gt;
| Heilman and Smith (2010)&lt;br /&gt;
| 0.609&lt;br /&gt;
| 0.692&lt;br /&gt;
|-&lt;br /&gt;
| W&amp;amp;M (2010)&lt;br /&gt;
| Wang and Manning (2010)&lt;br /&gt;
| 0.595&lt;br /&gt;
| 0.695&lt;br /&gt;
|-&lt;br /&gt;
| Yao (2013)&lt;br /&gt;
| Yao et al. (2013)&lt;br /&gt;
| 0.631&lt;br /&gt;
| 0.748&lt;br /&gt;
|-&lt;br /&gt;
| Shnarch (2013) - Backward &lt;br /&gt;
| Shnarch (2013)&lt;br /&gt;
| 0.686&lt;br /&gt;
| 0.754&lt;br /&gt;
|-&lt;br /&gt;
| Yih (2013) - LCLR&lt;br /&gt;
| Yih et al. (2013)&lt;br /&gt;
| 0.709&lt;br /&gt;
| 0.770&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Wang, Mengqiu and Smith, Noah A. and Mitamura, Teruko.  [http://www.aclweb.org/anthology/D/D07/D07-1003 What is the Jeopardy Model? A Quasi-Synchronous Grammar for QA]. In EMNLP-CoNLL 2007.&lt;br /&gt;
* Heilman, Michael and Smith, Noah A.  [http://www.aclweb.org/anthology/N10-1145 Tree Edit Models for Recognizing Textual Entailments, Paraphrases, and Answers to Questions]. In NAACL-HLT 2010.&lt;br /&gt;
* E. Shnarch. Probabilistic Models for Lexical Inference. Ph.D. thesis, Bar Ilan University. 2013.&lt;br /&gt;
* Yao, Xuchen and Van Durme, Benjamin and Callison-Burch, Chris and Clark, Peter.  [http://www.aclweb.org/anthology/N13-1106 Answer Extraction as Sequence Tagging with Tree Edit Distance]. In NAACL-HLT 2013.&lt;br /&gt;
* Yih, Wen-tau and Chang, Ming-Wei and Meek, Christopher and Pastusiak, Andrzej.  [http://research.microsoft.com/pubs/192357/QA-SentSel-Updated-PostACL.pdf Question Answering Using Enhanced Lexical Semantic Models]. In ACL 2013.&lt;br /&gt;
* Severyn, Aliaksei and Moschitti, Alessandro.  [http://www.aclweb.org/anthology/D13-1044 Automatic Feature Engineering for Answer Selection and Extraction]. In EMNLP 2013.&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=10523</id>
		<title>Question Answering (State of the art)</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=10523"/>
		<updated>2014-01-21T22:09:53Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Answer Sentence Selection ==&lt;br /&gt;
&lt;br /&gt;
The task of answer sentence selection is designed for the open-domain question answering setting. Given a question and a set of candidate sentences, the task is to choose the correct sentence that contains the exact answer and can sufficiently support the answer choice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Algorithm&lt;br /&gt;
! Reference&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_average_precision MAP]&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_reciprocal_rank MRR]&lt;br /&gt;
|-&lt;br /&gt;
| Wang (2007)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.603&lt;br /&gt;
| 0.685&lt;br /&gt;
|-&lt;br /&gt;
| H&amp;amp;S (2010)&lt;br /&gt;
| Heilman and Smith (2010)&lt;br /&gt;
| 0.609&lt;br /&gt;
| 0.692&lt;br /&gt;
|-&lt;br /&gt;
| W&amp;amp;M (2010)&lt;br /&gt;
| Wang and Manning (2010)&lt;br /&gt;
| 0.595&lt;br /&gt;
| 0.695&lt;br /&gt;
|-&lt;br /&gt;
| Yao (2013)&lt;br /&gt;
| Yao et al. (2013)&lt;br /&gt;
| 0.631&lt;br /&gt;
| 0.748&lt;br /&gt;
|-&lt;br /&gt;
| Shnarch (2013) - Backward &lt;br /&gt;
| Shnarch (2013)&lt;br /&gt;
| 0.686&lt;br /&gt;
| 0.754&lt;br /&gt;
|-&lt;br /&gt;
| Yih (2013) - LCLR&lt;br /&gt;
| Yih et al. (2013)&lt;br /&gt;
| 0.709&lt;br /&gt;
| 0.770&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Wang, Mengqiu and Smith, Noah A. and Mitamura, Teruko.  [http://www.aclweb.org/anthology/D/D07/D07-1003 What is the Jeopardy Model? A Quasi-Synchronous Grammar for QA]. In EMNLP-CoNLL 2007.&lt;br /&gt;
* Heilman, Michael and Smith, Noah A.  [http://www.aclweb.org/anthology/N10-1145 Tree Edit Models for Recognizing Textual Entailments, Paraphrases, and Answers to Questions]. In NAACL-HLT 2010.&lt;br /&gt;
* E. Shnarch. Probabilistic Models for Lexical Inference. Ph.D. thesis, Bar Ilan University. 2013.&lt;br /&gt;
* Yao, Xuchen and Van Durme, Benjamin and Callison-Burch, Chris and Clark, Peter.  [http://www.aclweb.org/anthology/N13-1106 Answer Extraction as Sequence Tagging with Tree Edit Distance]. In NAACL-HLT 2013.&lt;br /&gt;
* Yih, Wen-tau and Chang, Ming-Wei and Meek, Christopher and Pastusiak, Andrzej.  [http://research.microsoft.com/pubs/192357/QA-SentSel-Updated-PostACL.pdf Question Answering Using Enhanced Lexical Semantic Models]. In ACL 2013.&lt;br /&gt;
* Severyn, Aliaksei and Moschitti, Alessandro.  [http://www.aclweb.org/anthology/D13-1044 Automatic Feature Engineering for Answer Selection and Extraction]. In EMNLP 2013.&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=10522</id>
		<title>Question Answering (State of the art)</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Question_Answering_(State_of_the_art)&amp;diff=10522"/>
		<updated>2014-01-21T21:55:17Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: Created page with &amp;quot;== Answer Sentence Selection ==  The task of answer sentence selection is designed for the open-domain question answering setting. Given a question and a set of candidate sent...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Answer Sentence Selection ==&lt;br /&gt;
&lt;br /&gt;
The task of answer sentence selection is designed for the open-domain question answering setting. Given a question and a set of candidate sentences, the task is to choose the correct sentence that contains the exact answer and can sufficiently support the answer choice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Algorithm&lt;br /&gt;
! Reference&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_average_precision MAP]&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Mean_reciprocal_rank MRR]&lt;br /&gt;
|-&lt;br /&gt;
| Wang (2007)&lt;br /&gt;
| Wang et al. (2007)&lt;br /&gt;
| 0.603&lt;br /&gt;
| 0.685&lt;br /&gt;
|-&lt;br /&gt;
| H&amp;amp;S (2010)&lt;br /&gt;
| Heilman and Smith (2010)&lt;br /&gt;
| 0.609&lt;br /&gt;
| 0.692&lt;br /&gt;
|-&lt;br /&gt;
| W&amp;amp;M (2010)&lt;br /&gt;
| Wang and Manning (2010)&lt;br /&gt;
| 0.595&lt;br /&gt;
| 0.695&lt;br /&gt;
|-&lt;br /&gt;
| Yao (2013)&lt;br /&gt;
| Yao et al. (2013)&lt;br /&gt;
| 0.631&lt;br /&gt;
| 0.748&lt;br /&gt;
|-&lt;br /&gt;
| Shnarch (2013) - Backward &lt;br /&gt;
| Shnarch (2013)&lt;br /&gt;
| 0.686&lt;br /&gt;
| 0.754&lt;br /&gt;
|-&lt;br /&gt;
| Yih (2013) - LCLR&lt;br /&gt;
| Yih et al. (2013)&lt;br /&gt;
| 0.709&lt;br /&gt;
| 0.770&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Wang, Mengqiu and Smith, Noah A. and Mitamura, Teruko.  [http://www.aclweb.org/anthology/D/D07/D07-1003 What is the Jeopardy Model? A Quasi-Synchronous Grammar for QA]. In EMNLP-CoNLL 2007.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=State_of_the_art&amp;diff=10520</id>
		<title>State of the art</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=State_of_the_art&amp;diff=10520"/>
		<updated>2014-01-21T21:32:30Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this section of the ACL wiki is to be a repository of &#039;&#039;k&#039;&#039;-best state-of-the-art results (i.e., methods and software) for various core natural language processing tasks. &lt;br /&gt;
&lt;br /&gt;
As a side effect, this should hopefully evolve into a knowledge base of standard evaluation methods and datasets for various tasks, as well as encourage more effort into reproducibility of results. This will help newcomers to a field appreciate what has been done so far and what the main tasks are, and will help keep active researchers informed on fields other than their specific research. The next time you need a system for PP attachment, or wonder what is the current state of word sense disambiguation, this will be the place to visit. &lt;br /&gt;
&lt;br /&gt;
Please contribute! (This is also a good place for you to display your results!)&lt;br /&gt;
&lt;br /&gt;
As a historical point of reference, you may want to refer to the [http://web.archive.org/web/20100325144600/http://cslu.cse.ogi.edu/HLTsurvey/ Survey of the State of the Art in Human Language Technology] ([http://www.lt-world.org/hlt_survey/master.pdf also available as PDF]), edited by R. Cole, J. Mariani, H. Uszkoreit, G. B. Varile, A. Zaenen, A. Zampolli, V. Zue, 1996.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
* [[Anaphora Resolution (State of the art)|Anaphora Resolution]] (stub)&lt;br /&gt;
* [[Automatic Summarization (State of the art)|Automatic Summarization]]&lt;br /&gt;
* [[Chunking (State of the art)|Chunking]] (stub)&lt;br /&gt;
* [[Dependency Parsing (State of the art)|Dependency Parsing]] (stub)&lt;br /&gt;
* [[Document Classification (State of the art)|Document Classification]] (stub)&lt;br /&gt;
* [[Language Identification (State of the art)|Language Identification]] (stub)&lt;br /&gt;
* [[Named Entity Recognition (State of the art)|Named Entity Recognition]]&lt;br /&gt;
* [[Noun-Modifier Semantic Relations (State of the art)|Noun-Modifier Semantic Relations]]&lt;br /&gt;
* [[NP Chunking (State of the art)|NP Chunking]] &lt;br /&gt;
* [[Paraphrase Identification (State of the art)|Paraphrase Identification]]&lt;br /&gt;
* [[Parsing (State of the art)|Parsing]] &lt;br /&gt;
* [[POS Induction (State of the art) |POS Induction]]&lt;br /&gt;
* [[POS Tagging (State of the art) |POS Tagging]]&lt;br /&gt;
* [[PP Attachment (State of the art)|PP Attachment]] (stub)&lt;br /&gt;
* [[Question Answering (State of the art)|Question Answering]] (stub)&lt;br /&gt;
* [[Semantic Role Labeling (State of the art)|Semantic Role Labeling]] (stub)&lt;br /&gt;
* [[Sentiment Analysis (State of the art)|Sentiment Analysis]] (stub)&lt;br /&gt;
* [[Similarity (State of the art)|Similarity]] -- [[ESL Synonym Questions (State of the art)|ESL]], [[SAT Analogy Questions (State of the art)|SAT]], [[TOEFL Synonym Questions (State of the art)|TOEFL]], [[RG-65 Test Collection (State of the art)|RG-65 Test Collection]], [[WordSimilarity-353 Test Collection (State of the art)|WordSimilarity-353]], [[SemEval-2012 Task 2 (State of the art)|SemEval-2012 Task 2]]&lt;br /&gt;
* [[Speech Recognition (State of the art)|Speech Recognition]] (article request)&lt;br /&gt;
* [[Temporal Expression Recognition and Normalisation (State of the art)|Temporal Expression Recognition and Normalisation]]&lt;br /&gt;
* [[Cleaneval (State of the art)| Web Corpus Cleaning]] (stub)&lt;br /&gt;
* [[Word Segmentation (State of the art)|Word Segmentation]] (stub)&lt;br /&gt;
* [[Word Sense Disambiguation (State of the art)|Word Sense Disambiguation]] (stub)&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Syntactic_Analogies_(State_of_the_art)&amp;diff=10516</id>
		<title>Syntactic Analogies (State of the art)</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Syntactic_Analogies_(State_of_the_art)&amp;diff=10516"/>
		<updated>2014-01-15T20:01:19Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: Created page with &amp;quot;* [http://research.microsoft.com/en-us/um/people/gzweig/Pubs/myz_naacl13_test_set.tgz Microsoft Research Syntactic Analogies Dataset] * A test set of analogy questions of the ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [http://research.microsoft.com/en-us/um/people/gzweig/Pubs/myz_naacl13_test_set.tgz Microsoft Research Syntactic Analogies Dataset]&lt;br /&gt;
* A test set of analogy questions of the form &amp;quot;a is to b as c is to&amp;quot; testing &lt;br /&gt;
** base/comparative/superlative forms of adjectives&lt;br /&gt;
** singular/plural forms of common nouns&lt;br /&gt;
** possessive/non-possessive forms of common nouns&lt;br /&gt;
** base, past and 3rd person present tense forms of verbs&lt;br /&gt;
* Originally proposed in [http://aclweb.org/anthology//N/N13/N13-1090.pdf  Mikolov et al. (2013)]&lt;br /&gt;
* see also: [[Similarity (State of the art)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Table of results == &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Listed in order of increasing accuracy&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Algorithm&lt;br /&gt;
! Reference&lt;br /&gt;
! Accuracy (%)&lt;br /&gt;
|-&lt;br /&gt;
| CW-100&lt;br /&gt;
| Mikolov et al. (2013)&lt;br /&gt;
| 5.0&lt;br /&gt;
|-&lt;br /&gt;
| HLBL-100&lt;br /&gt;
| Mikolov et al. (2013)&lt;br /&gt;
| 18.7&lt;br /&gt;
|-&lt;br /&gt;
| RNN-1600&lt;br /&gt;
| Mikolov et al. (2013)&lt;br /&gt;
| 39.6&lt;br /&gt;
|-&lt;br /&gt;
| vLBL+NCE5&lt;br /&gt;
| Mnih and Kavukcuoglu (2013)&lt;br /&gt;
| 60.8&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Listed alphabetically.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tomas Mikolov, Wen-tau Yih, and Geoffrey Zweig. (2013). [http://aclweb.org/anthology//N/N13/N13-1090.pdf Linguistic regularities in continuous space word representations]. In &#039;&#039;Proceedings of the 2013 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL 2013)&#039;&#039;, Atlanta, Georgia.&lt;br /&gt;
&lt;br /&gt;
Mnih, A. and Kavukcuoglu, K. (2013). [http://machinelearning.wustl.edu/mlpapers/paper_files/NIPS2013_5165.pdf Learning word embeddings efficiently with noise-contrastive estimation]. In Advances in Neural Information Processing Systems (pp. 2265-2273).&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Similarity_(State_of_the_art)&amp;diff=10515</id>
		<title>Similarity (State of the art)</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Similarity_(State_of_the_art)&amp;diff=10515"/>
		<updated>2014-01-15T19:39:12Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: /* Relational similarity */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* see also: [[State of the art]]&lt;br /&gt;
&lt;br /&gt;
== Attributional similarity ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;attributional similarity:&#039;&#039;&#039; the degree to which two words are synonymous&lt;br /&gt;
* state-of-the-art results for:&lt;br /&gt;
** [[TOEFL Synonym Questions (State of the art)|TOEFL Synonym Questions]]&lt;br /&gt;
** [[ESL Synonym Questions (State of the art)|ESL Synonym Questions]]&lt;br /&gt;
** [[RG-65 Test Collection (State of the art)|RG-65 Test Collection]]&lt;br /&gt;
** [[WordSimilarity-353 Test Collection (State of the art)|WordSimilarity-353 Test Collection]]&lt;br /&gt;
&lt;br /&gt;
== Relational similarity ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;relational similarity:&#039;&#039;&#039; the degree to which two relations are analogous&lt;br /&gt;
* state-of-the-art results for:&lt;br /&gt;
** [[SAT Analogy Questions (State of the art)|SAT Analogy Questions]]&lt;br /&gt;
** [[SemEval-2012 Task 2 (State of the art)|SemEval-2012 Task 2: Measuring Degrees of Relational Similarity]]&lt;br /&gt;
** [[Syntactic Analogies|Microsoft Research Syntactic Analogies Dataset]]&lt;br /&gt;
&lt;br /&gt;
== Sentence similarity ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;sentence similarity:&#039;&#039;&#039; sentence paraphrase, paraphrase identification, paraphrase recognition&lt;br /&gt;
* state-of-the-art results for:&lt;br /&gt;
** [[Paraphrase Identification (State of the art)|Microsoft Research Paraphrase Corpus]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* SemEval-2012 Task 2: [https://sites.google.com/site/semeval2012task2/ Measuring Degrees of Relational Similarity]&lt;br /&gt;
* SemEval-2012 Task 6: [http://www.cs.york.ac.uk/semeval-2012/task6/ Semantic Textual Similarity]&lt;br /&gt;
* *SEM 2013 Shared Task: [http://ixa2.si.ehu.es/sts/ Semantic Textual Similarity]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=RG-65_Test_Collection_(State_of_the_art)&amp;diff=10514</id>
		<title>RG-65 Test Collection (State of the art)</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=RG-65_Test_Collection_(State_of_the_art)&amp;diff=10514"/>
		<updated>2014-01-15T19:27:34Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: /* Table of results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* state of the art in Rubenstein &amp;amp; Goodenough (RG-65) dataset&lt;br /&gt;
* 65 word pairs; &lt;br /&gt;
* Similarity of each pair is scored according to a scale from 0 to 4 (the higher the &amp;quot;similarity of meaning,&amp;quot; the higher the number);&lt;br /&gt;
* The similarity values in the dataset are the means of judgments made by 51 subjects [Rubenstein and Goodenough, 1965].&lt;br /&gt;
* see also: [[Similarity (State of the art)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Table of results ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Listed in order of decreasing [http://en.wikipedia.org/wiki/Spearman_rank_correlation Spearman&#039;s rho].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Algorithm&lt;br /&gt;
! Reference for algorithm&lt;br /&gt;
! Reference for reported results&lt;br /&gt;
! Type&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Spearman%27s_rank_correlation_coefficient Spearman correlation] (ρ)&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Pearson_product-moment_correlation_coefficient Pearson correlation] (r)&lt;br /&gt;
|-&lt;br /&gt;
| Y&amp;amp;Q&lt;br /&gt;
| Yih and Qazvinian (2012)&lt;br /&gt;
| Yih and Qazvinian (2012)&lt;br /&gt;
| Hybrid&lt;br /&gt;
| 0.890&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| ADW&lt;br /&gt;
| Pilehvar et al. (2013)&lt;br /&gt;
| Pilehvar et al. (2013)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.868&lt;br /&gt;
| 0.810&lt;br /&gt;
|-&lt;br /&gt;
| PPR&lt;br /&gt;
| Hughes and Ramage (2007)&lt;br /&gt;
| Hughes and Ramage (2007)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.838&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| SSA&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.833&lt;br /&gt;
| 0.861&lt;br /&gt;
|-&lt;br /&gt;
| PPR&lt;br /&gt;
| Agirre et al. (2009)&lt;br /&gt;
| Agirre et al. (2009)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.830&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| H&amp;amp;S&lt;br /&gt;
| Hirst and St-Onge (1998)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.813&lt;br /&gt;
| 0.732&lt;br /&gt;
|-&lt;br /&gt;
| Roget&lt;br /&gt;
| Jarmasz (2003)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.804&lt;br /&gt;
| 0.818&lt;br /&gt;
|-&lt;br /&gt;
| J&amp;amp;C&lt;br /&gt;
| Jiang and Conrath (1997)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.804&lt;br /&gt;
| 0.731&lt;br /&gt;
|-&lt;br /&gt;
| WNE&lt;br /&gt;
| Jarmasz (2003)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.801&lt;br /&gt;
| 0.787&lt;br /&gt;
|-&lt;br /&gt;
| L&amp;amp;C&lt;br /&gt;
| Leacock and Chodorow (1998)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.797&lt;br /&gt;
| 0.852&lt;br /&gt;
|-&lt;br /&gt;
| Lin&lt;br /&gt;
| Lin (1998)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.788&lt;br /&gt;
| 0.834&lt;br /&gt;
|-&lt;br /&gt;
| ESA*&lt;br /&gt;
| Gabrilovich and Markovitch (2007)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based &lt;br /&gt;
| 0.749&lt;br /&gt;
| 0.716&lt;br /&gt;
|-&lt;br /&gt;
| SOCPMI*&lt;br /&gt;
| Islam and Inkpen (2006)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.741&lt;br /&gt;
| 0.729&lt;br /&gt;
|-&lt;br /&gt;
| Resnik&lt;br /&gt;
| Resnik (1995)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.731&lt;br /&gt;
| 0.800&lt;br /&gt;
|-&lt;br /&gt;
| WLM&lt;br /&gt;
| Milne and Witten (2008)&lt;br /&gt;
| Milne and Witten (2008)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.640&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| LSA*&lt;br /&gt;
| Landauer et al. (1997)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.609&lt;br /&gt;
| 0.644&lt;br /&gt;
|-&lt;br /&gt;
| WikiRelate&lt;br /&gt;
| Strube and Ponzetto (2006)&lt;br /&gt;
| Strube and Ponzetto (2006)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| -&lt;br /&gt;
| 0.530&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: values reported by (Hassan and Mihalcea, 2011) are &amp;quot;based on the collected raw data from the respective authors&amp;quot;, and those highlighted by (*) are re-implementations.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Listed alphabetically.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Agirre, Eneko, Enrique Alfonseca, Keith Hall, Jana Kravalova, Marius Pasca, Aitor Soroa: [http://www.aclweb.org/anthology/N09-1003 A Study on Similarity and Relatedness Using Distributional and WordNet-based Approaches]. HLT-NAACL 2009: 19-27&lt;br /&gt;
&lt;br /&gt;
Gabrilovich, Evgeniy, and Shaul Markovitch, [http://www.cs.technion.ac.il/~gabr/papers/ijcai-2007-sim.pdf Computing Semantic Relatedness using Wikipedia-based Explicit Semantic Analysis], Proceedings of The 20th International Joint Conference on Artificial Intelligence (IJCAI), Hyderabad, India, 2007.&lt;br /&gt;
&lt;br /&gt;
Hassan, Samer, and Rada Mihalcea: [http://www.cse.unt.edu/~rada/papers/hassan.aaai11.pdf‎ Semantic Relatedness Using Salient Semantic Analysis]. AAAI 2011&lt;br /&gt;
&lt;br /&gt;
Hirst, Graeme and David St-Onge. Lexical chains as representations of context for the detection and correction of malapropisms. In Christiane Fellbaum, editor, WordNet: An Electronic Lexical Database. The MIT Press, Cambridge, MA, pages 305–332, 1998.&lt;br /&gt;
&lt;br /&gt;
Hughes, Thad, Daniel Ramage, Lexical Semantic Relatedness with Random Graph Walks. EMNLP-CoNLL 2007: 581-589.&lt;br /&gt;
&lt;br /&gt;
Islam, A., and Inkpen, D. 2006. [http://www.site.uottawa.ca/~mdislam/publications/LREC_06_242.pdf Second order co-occurrence pmi for determining the semantic similarity of words]. Proceedings of the International Conference on Language Resources and Evaluation (LREC 2006) 1033–1038.&lt;br /&gt;
&lt;br /&gt;
Jarmasz, M. 2003. [http://www.arxiv.org/pdf/1204.0140 Roget’s thesaurus as a Lexical Resource for Natural Language Processing]. Ph.D. Dissertation, Ottawa Carleton Institute for Computer Science, School of Information Technology and Engineering, University of Ottawa.&lt;br /&gt;
&lt;br /&gt;
Jiang, Jay J. and David W. Conrath. Semantic similarity based on corpus statistics and lexical taxonomy. In Proceedings of International Conference on Research in Computational Linguistics (ROCLING X), Taiwan, pages 19–33, 1997.&lt;br /&gt;
&lt;br /&gt;
Landauer, T. K.; L, T. K.; Laham, D.; Rehder, B.; and Schreiner, M. E. 1997. How well can passage meaning be derived without using word order? a comparison of latent semantic analysis and humans.&lt;br /&gt;
&lt;br /&gt;
Leacock, Claudia and Martin Chodorow. Combining local context and WordNet similarity for word sense identification. In Christiane Fellbaum, editor, WordNet: An Electronic Lexical Database. The MIT Press, Cambridge, MA, pages 265–283, 1998.&lt;br /&gt;
&lt;br /&gt;
Lin, Dekang. An information-theoretic definition of similarity. In Proceedings of the 15th International Conference on Machine Learning, Madison,WI, pages 296–304, 1998.&lt;br /&gt;
&lt;br /&gt;
Milne, David, and Ian H. Witten, An Effective, Low-Cost Measure of Semantic Relatedness Obtained from Wikipedia Links, In Proceedings of AAAI 2008.&lt;br /&gt;
&lt;br /&gt;
Pilehvar, M.T., D. Jurgens and R. Navigli. [http://wwwusers.di.uniroma1.it/~navigli/pubs/ACL_2013_Pilehvar_Jurgens_Navigli.pdf Align, Disambiguate and Walk: A Unified Approach for Measuring Semantic Similarity]. In Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (ACL 2013), Sofia, Bulgaria, August 4-9, 2013, pp. 1341-1351.&lt;br /&gt;
&lt;br /&gt;
Resnik, Philip. Using information content to evaluate semantic similarity. In Proceedings of the 14th International Joint Conference on Artificial Intelligence, pages 448–453, Montreal, Canada, 1995.&lt;br /&gt;
&lt;br /&gt;
Rubenstein, Herbert,  and John B. Goodenough. Contextual correlates of synonymy. Communications of the ACM, 8(10):627–633, 1965.&lt;br /&gt;
&lt;br /&gt;
Strube, Michael, Simone Paolo Ponzetto: WikiRelate! Computing Semantic Relatedness Using Wikipedia. AAAI 2006: 1419-1424&lt;br /&gt;
&lt;br /&gt;
Yih, W. and Qazvinian, V. (2012). [http://aclweb.org/anthology/N/N12/N12-1077.pdf Measuring Word Relatedness Using Heterogeneous Vector Space Models]. Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL-HLT 2012).&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=RG-65_Test_Collection_(State_of_the_art)&amp;diff=10513</id>
		<title>RG-65 Test Collection (State of the art)</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=RG-65_Test_Collection_(State_of_the_art)&amp;diff=10513"/>
		<updated>2014-01-15T19:25:24Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* state of the art in Rubenstein &amp;amp; Goodenough (RG-65) dataset&lt;br /&gt;
* 65 word pairs; &lt;br /&gt;
* Similarity of each pair is scored according to a scale from 0 to 4 (the higher the &amp;quot;similarity of meaning,&amp;quot; the higher the number);&lt;br /&gt;
* The similarity values in the dataset are the means of judgments made by 51 subjects [Rubenstein and Goodenough, 1965].&lt;br /&gt;
* see also: [[Similarity (State of the art)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Table of results ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Listed in order of decreasing [http://en.wikipedia.org/wiki/Spearman_rank_correlation Spearman&#039;s rho].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Algorithm&lt;br /&gt;
! Reference for algorithm&lt;br /&gt;
! Reference for reported results&lt;br /&gt;
! Type&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Spearman%27s_rank_correlation_coefficient Spearman correlation] (ρ)&lt;br /&gt;
! [http://en.wikipedia.org/wiki/Pearson_product-moment_correlation_coefficient Pearson correlation] (r)&lt;br /&gt;
|-&lt;br /&gt;
| ADW&lt;br /&gt;
| Pilehvar et al. (2013)&lt;br /&gt;
| Pilehvar et al. (2013)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.868&lt;br /&gt;
| 0.810&lt;br /&gt;
|-&lt;br /&gt;
| PPR&lt;br /&gt;
| Hughes and Ramage (2007)&lt;br /&gt;
| Hughes and Ramage (2007)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.838&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| SSA&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.833&lt;br /&gt;
| 0.861&lt;br /&gt;
|-&lt;br /&gt;
| PPR&lt;br /&gt;
| Agirre et al. (2009)&lt;br /&gt;
| Agirre et al. (2009)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.830&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| H&amp;amp;S&lt;br /&gt;
| Hirst and St-Onge (1998)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.813&lt;br /&gt;
| 0.732&lt;br /&gt;
|-&lt;br /&gt;
| Roget&lt;br /&gt;
| Jarmasz (2003)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.804&lt;br /&gt;
| 0.818&lt;br /&gt;
|-&lt;br /&gt;
| J&amp;amp;C&lt;br /&gt;
| Jiang and Conrath (1997)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.804&lt;br /&gt;
| 0.731&lt;br /&gt;
|-&lt;br /&gt;
| WNE&lt;br /&gt;
| Jarmasz (2003)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.801&lt;br /&gt;
| 0.787&lt;br /&gt;
|-&lt;br /&gt;
| L&amp;amp;C&lt;br /&gt;
| Leacock and Chodorow (1998)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.797&lt;br /&gt;
| 0.852&lt;br /&gt;
|-&lt;br /&gt;
| Lin&lt;br /&gt;
| Lin (1998)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.788&lt;br /&gt;
| 0.834&lt;br /&gt;
|-&lt;br /&gt;
| ESA*&lt;br /&gt;
| Gabrilovich and Markovitch (2007)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based &lt;br /&gt;
| 0.749&lt;br /&gt;
| 0.716&lt;br /&gt;
|-&lt;br /&gt;
| SOCPMI*&lt;br /&gt;
| Islam and Inkpen (2006)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.741&lt;br /&gt;
| 0.729&lt;br /&gt;
|-&lt;br /&gt;
| Resnik&lt;br /&gt;
| Resnik (1995)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.731&lt;br /&gt;
| 0.800&lt;br /&gt;
|-&lt;br /&gt;
| WLM&lt;br /&gt;
| Milne and Witten (2008)&lt;br /&gt;
| Milne and Witten (2008)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.640&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| LSA*&lt;br /&gt;
| Landauer et al. (1997)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.609&lt;br /&gt;
| 0.644&lt;br /&gt;
|-&lt;br /&gt;
| WikiRelate&lt;br /&gt;
| Strube and Ponzetto (2006)&lt;br /&gt;
| Strube and Ponzetto (2006)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| -&lt;br /&gt;
| 0.530&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: values reported by (Hassan and Mihalcea, 2011) are &amp;quot;based on the collected raw data from the respective authors&amp;quot;, and those highlighted by (*) are re-implementations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Listed alphabetically.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Agirre, Eneko, Enrique Alfonseca, Keith Hall, Jana Kravalova, Marius Pasca, Aitor Soroa: [http://www.aclweb.org/anthology/N09-1003 A Study on Similarity and Relatedness Using Distributional and WordNet-based Approaches]. HLT-NAACL 2009: 19-27&lt;br /&gt;
&lt;br /&gt;
Gabrilovich, Evgeniy, and Shaul Markovitch, [http://www.cs.technion.ac.il/~gabr/papers/ijcai-2007-sim.pdf Computing Semantic Relatedness using Wikipedia-based Explicit Semantic Analysis], Proceedings of The 20th International Joint Conference on Artificial Intelligence (IJCAI), Hyderabad, India, 2007.&lt;br /&gt;
&lt;br /&gt;
Hassan, Samer, and Rada Mihalcea: [http://www.cse.unt.edu/~rada/papers/hassan.aaai11.pdf‎ Semantic Relatedness Using Salient Semantic Analysis]. AAAI 2011&lt;br /&gt;
&lt;br /&gt;
Hirst, Graeme and David St-Onge. Lexical chains as representations of context for the detection and correction of malapropisms. In Christiane Fellbaum, editor, WordNet: An Electronic Lexical Database. The MIT Press, Cambridge, MA, pages 305–332, 1998.&lt;br /&gt;
&lt;br /&gt;
Hughes, Thad, Daniel Ramage, Lexical Semantic Relatedness with Random Graph Walks. EMNLP-CoNLL 2007: 581-589.&lt;br /&gt;
&lt;br /&gt;
Islam, A., and Inkpen, D. 2006. [http://www.site.uottawa.ca/~mdislam/publications/LREC_06_242.pdf Second order co-occurrence pmi for determining the semantic similarity of words]. Proceedings of the International Conference on Language Resources and Evaluation (LREC 2006) 1033–1038.&lt;br /&gt;
&lt;br /&gt;
Jarmasz, M. 2003. [http://www.arxiv.org/pdf/1204.0140 Roget’s thesaurus as a Lexical Resource for Natural Language Processing]. Ph.D. Dissertation, Ottawa Carleton Institute for Computer Science, School of Information Technology and Engineering, University of Ottawa.&lt;br /&gt;
&lt;br /&gt;
Jiang, Jay J. and David W. Conrath. Semantic similarity based on corpus statistics and lexical taxonomy. In Proceedings of International Conference on Research in Computational Linguistics (ROCLING X), Taiwan, pages 19–33, 1997.&lt;br /&gt;
&lt;br /&gt;
Landauer, T. K.; L, T. K.; Laham, D.; Rehder, B.; and Schreiner, M. E. 1997. How well can passage meaning be derived without using word order? a comparison of latent semantic analysis and humans.&lt;br /&gt;
&lt;br /&gt;
Leacock, Claudia and Martin Chodorow. Combining local context and WordNet similarity for word sense identification. In Christiane Fellbaum, editor, WordNet: An Electronic Lexical Database. The MIT Press, Cambridge, MA, pages 265–283, 1998.&lt;br /&gt;
&lt;br /&gt;
Lin, Dekang. An information-theoretic definition of similarity. In Proceedings of the 15th International Conference on Machine Learning, Madison,WI, pages 296–304, 1998.&lt;br /&gt;
&lt;br /&gt;
Milne, David, and Ian H. Witten, An Effective, Low-Cost Measure of Semantic Relatedness Obtained from Wikipedia Links, In Proceedings of AAAI 2008.&lt;br /&gt;
&lt;br /&gt;
Pilehvar, M.T., D. Jurgens and R. Navigli. [http://wwwusers.di.uniroma1.it/~navigli/pubs/ACL_2013_Pilehvar_Jurgens_Navigli.pdf Align, Disambiguate and Walk: A Unified Approach for Measuring Semantic Similarity]. In Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (ACL 2013), Sofia, Bulgaria, August 4-9, 2013, pp. 1341-1351.&lt;br /&gt;
&lt;br /&gt;
Resnik, Philip. Using information content to evaluate semantic similarity. In Proceedings of the 14th International Joint Conference on Artificial Intelligence, pages 448–453, Montreal, Canada, 1995.&lt;br /&gt;
&lt;br /&gt;
Rubenstein, Herbert,  and John B. Goodenough. Contextual correlates of synonymy. Communications of the ACM, 8(10):627–633, 1965.&lt;br /&gt;
&lt;br /&gt;
Strube, Michael, Simone Paolo Ponzetto: WikiRelate! Computing Semantic Relatedness Using Wikipedia. AAAI 2006: 1419-1424&lt;br /&gt;
&lt;br /&gt;
Yih, W. and Qazvinian, V. (2012). [http://aclweb.org/anthology/N/N12/N12-1077.pdf Measuring Word Relatedness Using Heterogeneous Vector Space Models]. Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL-HLT 2012).&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=WordSimilarity-353_Test_Collection_(State_of_the_art)&amp;diff=10512</id>
		<title>WordSimilarity-353 Test Collection (State of the art)</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=WordSimilarity-353_Test_Collection_(State_of_the_art)&amp;diff=10512"/>
		<updated>2014-01-15T19:22:14Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: /* Table of results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* [http://www.cs.technion.ac.il/~gabr/resources/data/wordsim353/ WordSimilarity-353 Test Collection]&lt;br /&gt;
* contains two sets of English word pairs along with human-assigned similarity judgements&lt;br /&gt;
* first set (set1) contains 153 word pairs along with their similarity scores assigned by 13 subjects&lt;br /&gt;
* second set (set2) contains 200 word pairs with similarity assessed by 16 subjects&lt;br /&gt;
* WordSimilarity-353 dataset is available [http://www.cs.technion.ac.il/~gabr/resources/data/wordsim353/ here]&lt;br /&gt;
* performance is measured by [http://en.wikipedia.org/wiki/Spearman_rank_correlation Spearman&#039;s rank correlation coefficient]&lt;br /&gt;
* introduced by [http://www.cs.technion.ac.il/~gabr/papers/tois_context.pdf Finkelstein et al. (2002)]&lt;br /&gt;
* subsequently used by many other researchers&lt;br /&gt;
* see also: [[Similarity (State of the art)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Table of results ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Listed in order of increasing [http://en.wikipedia.org/wiki/Spearman_rank_correlation Spearman&#039;s rho].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;1&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! Algorithm&lt;br /&gt;
! Reference for algorithm&lt;br /&gt;
! Reference for reported results&lt;br /&gt;
! Type&lt;br /&gt;
! Spearman&#039;s rho&lt;br /&gt;
! Pearson&#039;s r&lt;br /&gt;
|-&lt;br /&gt;
| L&amp;amp;C&lt;br /&gt;
| Leacock and Chodorow (1998)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.302&lt;br /&gt;
| 0.356&lt;br /&gt;
|-&lt;br /&gt;
| WNE&lt;br /&gt;
| Jarmasz (2003)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.305&lt;br /&gt;
| 0.271&lt;br /&gt;
|-&lt;br /&gt;
| J&amp;amp;C&lt;br /&gt;
| Jiang and Conrath 1997&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.318&lt;br /&gt;
| 0.354&lt;br /&gt;
|-&lt;br /&gt;
| L&amp;amp;C&lt;br /&gt;
| Leacock and Chodorow (1998)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.348&lt;br /&gt;
| 0.341&lt;br /&gt;
|-&lt;br /&gt;
| H&amp;amp;S&lt;br /&gt;
| Hirst and St-Onge (1998)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.302&lt;br /&gt;
| 0.356&lt;br /&gt;
|-&lt;br /&gt;
| Lin&lt;br /&gt;
| Lin (1998)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.348&lt;br /&gt;
| 0.357&lt;br /&gt;
|-&lt;br /&gt;
| Resnik&lt;br /&gt;
| Resnik (1995)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.353&lt;br /&gt;
| 0.365&lt;br /&gt;
|-&lt;br /&gt;
| ROGET&lt;br /&gt;
| Jarmasz (2003)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.415&lt;br /&gt;
| 0.536&lt;br /&gt;
|-&lt;br /&gt;
| C&amp;amp;W&lt;br /&gt;
| Collobert and Weston (2008)&lt;br /&gt;
| Collobert and Weston (2008)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.5&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| WikiRelate&lt;br /&gt;
| Strube and Ponzetto (2006)&lt;br /&gt;
| Strube and Ponzetto (2006)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| N/A&lt;br /&gt;
| 0.48&lt;br /&gt;
|-&lt;br /&gt;
| LSA&lt;br /&gt;
| Landauer et al. (1997)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.581&lt;br /&gt;
| 0.492&lt;br /&gt;
|-&lt;br /&gt;
| LSA&lt;br /&gt;
| Landauer et al. (1997)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.581&lt;br /&gt;
| 0.563&lt;br /&gt;
|-&lt;br /&gt;
| simVB+simWN&lt;br /&gt;
| Finkelstein et al. (2002)&lt;br /&gt;
| Finkelstein et al. (2002)&lt;br /&gt;
| Hybrid&lt;br /&gt;
| N/A&lt;br /&gt;
| 0.55&lt;br /&gt;
|-&lt;br /&gt;
| SSA&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.622&lt;br /&gt;
| 0.629&lt;br /&gt;
|-&lt;br /&gt;
| HSMN+csmRNN&lt;br /&gt;
| Luong et al. (2013)&lt;br /&gt;
| Luong et al. (2013)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.65&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| Multi-prototype&lt;br /&gt;
| Huang et al. (2012)&lt;br /&gt;
| Huang et al. (2012)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.71&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| Multi-lingual SSA&lt;br /&gt;
| Hassan et al. (2011)&lt;br /&gt;
| Hassan et al. (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.713&lt;br /&gt;
| 0.674&lt;br /&gt;
|-&lt;br /&gt;
| ESA&lt;br /&gt;
| Gabrilovich and Markovitch (2007)&lt;br /&gt;
| Gabrilovich and Markovitch (2007)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.748&lt;br /&gt;
| 0.503&lt;br /&gt;
|-&lt;br /&gt;
| TSA&lt;br /&gt;
| Radinsky et al. (2011)&lt;br /&gt;
| Radinsky et al. (2011)&lt;br /&gt;
| Hybrid&lt;br /&gt;
| 0.80&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| CLEAR&lt;br /&gt;
| Halawi et al. (2012)&lt;br /&gt;
| Halawi et al. (2012)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.81&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| Y&amp;amp;Q&lt;br /&gt;
| Yih and Qazvinian (2012)&lt;br /&gt;
| Yih and Qazvinian (2012)&lt;br /&gt;
| Hybrid&lt;br /&gt;
| 0.81&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
Finkelstein, Lev, Evgeniy Gabrilovich, Yossi Matias, Ehud Rivlin, Zach Solan, Gadi Wolfman, and Eytan Ruppin. (2002) [http://www.cs.technion.ac.il/~gabr/papers/tois_context.pdf Placing Search in Context: The Concept Revisited]. ACM Transactions on Information Systems, 20(1):116-131.&lt;br /&gt;
&lt;br /&gt;
Gabrilovich, Evgeniy, and Shaul Markovitch, [http://www.cs.technion.ac.il/~gabr/papers/ijcai-2007-sim.pdf Computing Semantic Relatedness using Wikipedia-based Explicit Semantic Analysis], Proceedings of The 20th International Joint Conference on Artificial Intelligence (IJCAI), Hyderabad, India, 2007.&lt;br /&gt;
&lt;br /&gt;
Hassan, Samer, and Rada Mihalcea: [http://www.cse.unt.edu/~rada/papers/hassan.aaai11.pdf‎ Semantic Relatedness Using Salient Semantic Analysis]. AAAI 2011&lt;br /&gt;
&lt;br /&gt;
Hirst, Graeme and David St-Onge. Lexical chains as representations of context for the detection and correction of malapropisms. In Christiane Fellbaum, editor, WordNet: An Electronic Lexical Database. The MIT Press, Cambridge, MA, pages 305–332, 1998.&lt;br /&gt;
&lt;br /&gt;
Islam, A., and Inkpen, D. 2006. [http://www.site.uottawa.ca/~mdislam/publications/LREC_06_242.pdf Second order co-occurrence pmi for determining the semantic similarity of words]. Proceedings of the International Conference on Language Resources and Evaluation (LREC 2006) 1033–1038.&lt;br /&gt;
&lt;br /&gt;
Jarmasz, M. 2003. [http://www.arxiv.org/pdf/1204.0140 Roget’s thesaurus as a Lexical Resource for Natural Language Processing]. Ph.D. Dissertation, Ottawa Carleton Institute for Computer Science, School of Information Technology and Engineering, University of Ottawa.&lt;br /&gt;
&lt;br /&gt;
Jiang, Jay J. and David W. Conrath. Semantic similarity based on corpus statistics and lexical taxonomy. In Proceedings of International Conference on Research in Computational Linguistics (ROCLING X), Taiwan, pages 19–33, 1997.&lt;br /&gt;
&lt;br /&gt;
Landauer, T. K.; L, T. K.; Laham, D.; Rehder, B.; and Schreiner, M. E. 1997. How well can passage meaning be derived without using word order? a comparison of latent semantic analysis and humans.&lt;br /&gt;
&lt;br /&gt;
Leacock, Claudia and Martin Chodorow. Combining local context and WordNet similarity for word sense identification. In Christiane Fellbaum, editor, WordNet: An Electronic Lexical Database. The MIT Press, Cambridge, MA, pages 265–283, 1998.&lt;br /&gt;
&lt;br /&gt;
Lin, Dekang. An information-theoretic definition of similarity. In Proceedings of the 15th International Conference on Machine Learning, Madison,WI, pages 296–304, 1998.&lt;br /&gt;
&lt;br /&gt;
Pilehvar, M.T., D. Jurgens and R. Navigli. [http://wwwusers.di.uniroma1.it/~navigli/pubs/ACL_2013_Pilehvar_Jurgens_Navigli.pdf Align, Disambiguate and Walk: A Unified Approach for Measuring Semantic Similarity]. In Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (ACL 2013), Sofia, Bulgaria, August 4-9, 2013, pp. 1341-1351.&lt;br /&gt;
&lt;br /&gt;
Resnik, Philip. Using information content to evaluate semantic similarity. In Proceedings of the 14th International Joint Conference on Artificial Intelligence, pages 448–453, Montreal, Canada, 1995.&lt;br /&gt;
&lt;br /&gt;
Halawi, Guy, Gideon Dror, Evgeniy Gabrilovich, and Yehuda Koren. (2012). [http://gabrilovich.com/publications/papers/Halawi2012LSL.pdf Large-scale learning of word relatedness with constraints]. In Proceedings of the 18th ACM SIGKDD international conference on Knowledge discovery and data mining, pp. 1406-1414. ACM.&lt;br /&gt;
&lt;br /&gt;
Luong, Minh-Thang, Richard Socher, and Christopher D. Manning. (2013). [http://nlp.stanford.edu/~lmthang/data/papers/conll13_morpho.pdf Better word representations with recursive neural networks for morphology]. CoNLL-2013: 104.&lt;br /&gt;
&lt;br /&gt;
Radinsky, Kira, Eugene Agichtein, Evgeniy Gabrilovich, and Shaul Markovitch. (2011). [http://gabrilovich.com/publications/papers/Radinsky2011WTS.pdf A word at a time: computing word relatedness using temporal semantic analysis]. In Proceedings of the 20th international conference on World wide web, pp. 337-346. ACM.&lt;br /&gt;
&lt;br /&gt;
Strube, Michael and Simone Paolo Ponzetto. (2006). [http://www.aaai.org/Papers/AAAI/2006/AAAI06-223.pdf WikiRelate! Computing Semantic Relatedness Using Wikipedia]. Proceedings of The 21st National Conference on Artificial Intelligence (AAAI), Boston, MA.&lt;br /&gt;
&lt;br /&gt;
Yih, W. and Qazvinian, V. (2012). [http://aclweb.org/anthology/N/N12/N12-1077.pdf Measuring Word Relatedness Using Heterogeneous Vector Space Models]. Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL-HLT 2012).&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=WordSimilarity-353_Test_Collection_(State_of_the_art)&amp;diff=10511</id>
		<title>WordSimilarity-353 Test Collection (State of the art)</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=WordSimilarity-353_Test_Collection_(State_of_the_art)&amp;diff=10511"/>
		<updated>2014-01-15T19:19:49Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* [http://www.cs.technion.ac.il/~gabr/resources/data/wordsim353/ WordSimilarity-353 Test Collection]&lt;br /&gt;
* contains two sets of English word pairs along with human-assigned similarity judgements&lt;br /&gt;
* first set (set1) contains 153 word pairs along with their similarity scores assigned by 13 subjects&lt;br /&gt;
* second set (set2) contains 200 word pairs with similarity assessed by 16 subjects&lt;br /&gt;
* WordSimilarity-353 dataset is available [http://www.cs.technion.ac.il/~gabr/resources/data/wordsim353/ here]&lt;br /&gt;
* performance is measured by [http://en.wikipedia.org/wiki/Spearman_rank_correlation Spearman&#039;s rank correlation coefficient]&lt;br /&gt;
* introduced by [http://www.cs.technion.ac.il/~gabr/papers/tois_context.pdf Finkelstein et al. (2002)]&lt;br /&gt;
* subsequently used by many other researchers&lt;br /&gt;
* see also: [[Similarity (State of the art)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Table of results ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Listed in order of increasing [http://en.wikipedia.org/wiki/Spearman_rank_correlation Spearman&#039;s rho].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;1&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! Algorithm&lt;br /&gt;
! Reference for algorithm&lt;br /&gt;
! Reference for reported results&lt;br /&gt;
! Type&lt;br /&gt;
! Spearman&#039;s rho&lt;br /&gt;
! Pearson&#039;s r&lt;br /&gt;
|-&lt;br /&gt;
| L&amp;amp;C&lt;br /&gt;
| Leacock and Chodorow (1998)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.302&lt;br /&gt;
| 0.356&lt;br /&gt;
|-&lt;br /&gt;
| WNE&lt;br /&gt;
| Jarmasz (2003)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.305&lt;br /&gt;
| 0.271&lt;br /&gt;
|-&lt;br /&gt;
| J&amp;amp;C&lt;br /&gt;
| Jiang and Conrath 1997&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.318&lt;br /&gt;
| 0.354&lt;br /&gt;
|-&lt;br /&gt;
| L&amp;amp;C&lt;br /&gt;
| Leacock and Chodorow (1998)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.348&lt;br /&gt;
| 0.341&lt;br /&gt;
|-&lt;br /&gt;
| H&amp;amp;S&lt;br /&gt;
| Hirst and St-Onge (1998)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.302&lt;br /&gt;
| 0.356&lt;br /&gt;
|-&lt;br /&gt;
| Lin&lt;br /&gt;
| Lin (1998)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.348&lt;br /&gt;
| 0.357&lt;br /&gt;
|-&lt;br /&gt;
| Resnik&lt;br /&gt;
| Resnik (1995)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.353&lt;br /&gt;
| 0.365&lt;br /&gt;
|-&lt;br /&gt;
| ROGET&lt;br /&gt;
| Jarmasz (2003)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.415&lt;br /&gt;
| 0.536&lt;br /&gt;
|-&lt;br /&gt;
| C&amp;amp;W&lt;br /&gt;
| Collobert and Weston (2008)&lt;br /&gt;
| Collobert and Weston (2008)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.5&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| WikiRelate&lt;br /&gt;
| Strube and Ponzetto (2006)&lt;br /&gt;
| Strube and Ponzetto (2006)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| N/A&lt;br /&gt;
| 0.48&lt;br /&gt;
|-&lt;br /&gt;
| LSA&lt;br /&gt;
| Landauer et al. (1997)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.581&lt;br /&gt;
| 0.492&lt;br /&gt;
|-&lt;br /&gt;
| LSA&lt;br /&gt;
| Landauer et al. (1997)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.581&lt;br /&gt;
| 0.563&lt;br /&gt;
|-&lt;br /&gt;
| simVB+simWN&lt;br /&gt;
| Finkelstein et al. (2002)&lt;br /&gt;
| Finkelstein et al. (2002)&lt;br /&gt;
| Hybrid&lt;br /&gt;
| N/A&lt;br /&gt;
| 0.55&lt;br /&gt;
|-&lt;br /&gt;
| SSA&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.622&lt;br /&gt;
| 0.629&lt;br /&gt;
|-&lt;br /&gt;
| HSMN+csmRNN&lt;br /&gt;
| Luong et al. (2013)&lt;br /&gt;
| Luong et al. (2013)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.65&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| Multi-prototype&lt;br /&gt;
| Huang et al. (2012)&lt;br /&gt;
| Huang et al. (2012)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.71&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| Multi-lingual SSA&lt;br /&gt;
| Hassan et al. (2011)&lt;br /&gt;
| Hassan et al. (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.713&lt;br /&gt;
| 0.674&lt;br /&gt;
|-&lt;br /&gt;
| ESA&lt;br /&gt;
| Gabrilovich and Markovitch (2007)&lt;br /&gt;
| Gabrilovich and Markovitch (2007)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.748&lt;br /&gt;
| 0.503&lt;br /&gt;
|-&lt;br /&gt;
| TSA&lt;br /&gt;
| Radinsky et al. (2011)&lt;br /&gt;
| Radinsky et al. (2011)&lt;br /&gt;
| Hybrid&lt;br /&gt;
| 0.80&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| CLEAR&lt;br /&gt;
| Halawi et al. (2012)&lt;br /&gt;
| Halawi et al. (2012)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.81&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
Finkelstein, Lev, Evgeniy Gabrilovich, Yossi Matias, Ehud Rivlin, Zach Solan, Gadi Wolfman, and Eytan Ruppin. (2002) [http://www.cs.technion.ac.il/~gabr/papers/tois_context.pdf Placing Search in Context: The Concept Revisited]. ACM Transactions on Information Systems, 20(1):116-131.&lt;br /&gt;
&lt;br /&gt;
Gabrilovich, Evgeniy, and Shaul Markovitch, [http://www.cs.technion.ac.il/~gabr/papers/ijcai-2007-sim.pdf Computing Semantic Relatedness using Wikipedia-based Explicit Semantic Analysis], Proceedings of The 20th International Joint Conference on Artificial Intelligence (IJCAI), Hyderabad, India, 2007.&lt;br /&gt;
&lt;br /&gt;
Hassan, Samer, and Rada Mihalcea: [http://www.cse.unt.edu/~rada/papers/hassan.aaai11.pdf‎ Semantic Relatedness Using Salient Semantic Analysis]. AAAI 2011&lt;br /&gt;
&lt;br /&gt;
Hirst, Graeme and David St-Onge. Lexical chains as representations of context for the detection and correction of malapropisms. In Christiane Fellbaum, editor, WordNet: An Electronic Lexical Database. The MIT Press, Cambridge, MA, pages 305–332, 1998.&lt;br /&gt;
&lt;br /&gt;
Islam, A., and Inkpen, D. 2006. [http://www.site.uottawa.ca/~mdislam/publications/LREC_06_242.pdf Second order co-occurrence pmi for determining the semantic similarity of words]. Proceedings of the International Conference on Language Resources and Evaluation (LREC 2006) 1033–1038.&lt;br /&gt;
&lt;br /&gt;
Jarmasz, M. 2003. [http://www.arxiv.org/pdf/1204.0140 Roget’s thesaurus as a Lexical Resource for Natural Language Processing]. Ph.D. Dissertation, Ottawa Carleton Institute for Computer Science, School of Information Technology and Engineering, University of Ottawa.&lt;br /&gt;
&lt;br /&gt;
Jiang, Jay J. and David W. Conrath. Semantic similarity based on corpus statistics and lexical taxonomy. In Proceedings of International Conference on Research in Computational Linguistics (ROCLING X), Taiwan, pages 19–33, 1997.&lt;br /&gt;
&lt;br /&gt;
Landauer, T. K.; L, T. K.; Laham, D.; Rehder, B.; and Schreiner, M. E. 1997. How well can passage meaning be derived without using word order? a comparison of latent semantic analysis and humans.&lt;br /&gt;
&lt;br /&gt;
Leacock, Claudia and Martin Chodorow. Combining local context and WordNet similarity for word sense identification. In Christiane Fellbaum, editor, WordNet: An Electronic Lexical Database. The MIT Press, Cambridge, MA, pages 265–283, 1998.&lt;br /&gt;
&lt;br /&gt;
Lin, Dekang. An information-theoretic definition of similarity. In Proceedings of the 15th International Conference on Machine Learning, Madison,WI, pages 296–304, 1998.&lt;br /&gt;
&lt;br /&gt;
Pilehvar, M.T., D. Jurgens and R. Navigli. [http://wwwusers.di.uniroma1.it/~navigli/pubs/ACL_2013_Pilehvar_Jurgens_Navigli.pdf Align, Disambiguate and Walk: A Unified Approach for Measuring Semantic Similarity]. In Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (ACL 2013), Sofia, Bulgaria, August 4-9, 2013, pp. 1341-1351.&lt;br /&gt;
&lt;br /&gt;
Resnik, Philip. Using information content to evaluate semantic similarity. In Proceedings of the 14th International Joint Conference on Artificial Intelligence, pages 448–453, Montreal, Canada, 1995.&lt;br /&gt;
&lt;br /&gt;
Halawi, Guy, Gideon Dror, Evgeniy Gabrilovich, and Yehuda Koren. (2012). [http://gabrilovich.com/publications/papers/Halawi2012LSL.pdf Large-scale learning of word relatedness with constraints]. In Proceedings of the 18th ACM SIGKDD international conference on Knowledge discovery and data mining, pp. 1406-1414. ACM.&lt;br /&gt;
&lt;br /&gt;
Luong, Minh-Thang, Richard Socher, and Christopher D. Manning. (2013). [http://nlp.stanford.edu/~lmthang/data/papers/conll13_morpho.pdf Better word representations with recursive neural networks for morphology]. CoNLL-2013: 104.&lt;br /&gt;
&lt;br /&gt;
Radinsky, Kira, Eugene Agichtein, Evgeniy Gabrilovich, and Shaul Markovitch. (2011). [http://gabrilovich.com/publications/papers/Radinsky2011WTS.pdf A word at a time: computing word relatedness using temporal semantic analysis]. In Proceedings of the 20th international conference on World wide web, pp. 337-346. ACM.&lt;br /&gt;
&lt;br /&gt;
Strube, Michael and Simone Paolo Ponzetto. (2006). [http://www.aaai.org/Papers/AAAI/2006/AAAI06-223.pdf WikiRelate! Computing Semantic Relatedness Using Wikipedia]. Proceedings of The 21st National Conference on Artificial Intelligence (AAAI), Boston, MA.&lt;br /&gt;
&lt;br /&gt;
Yih, W. and Qazvinian, V. (2012). [http://aclweb.org/anthology/N/N12/N12-1077.pdf Measuring Word Relatedness Using Heterogeneous Vector Space Models]. Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL-HLT 2012).&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=WordSimilarity-353_Test_Collection_(State_of_the_art)&amp;diff=10510</id>
		<title>WordSimilarity-353 Test Collection (State of the art)</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=WordSimilarity-353_Test_Collection_(State_of_the_art)&amp;diff=10510"/>
		<updated>2014-01-15T19:19:20Z</updated>

		<summary type="html">&lt;p&gt;Scottyih: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* [http://www.cs.technion.ac.il/~gabr/resources/data/wordsim353/ WordSimilarity-353 Test Collection]&lt;br /&gt;
* contains two sets of English word pairs along with human-assigned similarity judgements&lt;br /&gt;
* first set (set1) contains 153 word pairs along with their similarity scores assigned by 13 subjects&lt;br /&gt;
* second set (set2) contains 200 word pairs with similarity assessed by 16 subjects&lt;br /&gt;
* WordSimilarity-353 dataset is available [http://www.cs.technion.ac.il/~gabr/resources/data/wordsim353/ here]&lt;br /&gt;
* performance is measured by [http://en.wikipedia.org/wiki/Spearman_rank_correlation Spearman&#039;s rank correlation coefficient]&lt;br /&gt;
* introduced by [http://www.cs.technion.ac.il/~gabr/papers/tois_context.pdf Finkelstein et al. (2002)]&lt;br /&gt;
* subsequently used by many other researchers&lt;br /&gt;
* see also: [[Similarity (State of the art)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Table of results ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Listed in order of increasing [http://en.wikipedia.org/wiki/Spearman_rank_correlation Spearman&#039;s rho].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;1&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! Algorithm&lt;br /&gt;
! Reference for algorithm&lt;br /&gt;
! Reference for reported results&lt;br /&gt;
! Type&lt;br /&gt;
! Spearman&#039;s rho&lt;br /&gt;
! Pearson&#039;s r&lt;br /&gt;
|-&lt;br /&gt;
| L&amp;amp;C&lt;br /&gt;
| Leacock and Chodorow (1998)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.302&lt;br /&gt;
| 0.356&lt;br /&gt;
|-&lt;br /&gt;
| WNE&lt;br /&gt;
| Jarmasz (2003)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.305&lt;br /&gt;
| 0.271&lt;br /&gt;
|-&lt;br /&gt;
| J&amp;amp;C&lt;br /&gt;
| Jiang and Conrath 1997&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.318&lt;br /&gt;
| 0.354&lt;br /&gt;
|-&lt;br /&gt;
| L&amp;amp;C&lt;br /&gt;
| Leacock and Chodorow (1998)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.348&lt;br /&gt;
| 0.341&lt;br /&gt;
|-&lt;br /&gt;
| H&amp;amp;S&lt;br /&gt;
| Hirst and St-Onge (1998)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.302&lt;br /&gt;
| 0.356&lt;br /&gt;
|-&lt;br /&gt;
| Lin&lt;br /&gt;
| Lin (1998)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.348&lt;br /&gt;
| 0.357&lt;br /&gt;
|-&lt;br /&gt;
| Resnik&lt;br /&gt;
| Resnik (1995)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.353&lt;br /&gt;
| 0.365&lt;br /&gt;
|-&lt;br /&gt;
| ROGET&lt;br /&gt;
| Jarmasz (2003)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.415&lt;br /&gt;
| 0.536&lt;br /&gt;
|-&lt;br /&gt;
| C&amp;amp;W&lt;br /&gt;
| Collobert and Weston (2008)&lt;br /&gt;
| Collobert and Weston (2008)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.5&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| WikiRelate&lt;br /&gt;
| Strube and Ponzetto (2006)&lt;br /&gt;
| Strube and Ponzetto (2006)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| N/A&lt;br /&gt;
| 0.48&lt;br /&gt;
|-&lt;br /&gt;
| LSA&lt;br /&gt;
| Landauer et al. (1997)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.581&lt;br /&gt;
| 0.492&lt;br /&gt;
|-&lt;br /&gt;
| LSA&lt;br /&gt;
| Landauer et al. (1997)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.581&lt;br /&gt;
| 0.563&lt;br /&gt;
|-&lt;br /&gt;
| simVB+simWN&lt;br /&gt;
| Finkelstein et al. (2002)&lt;br /&gt;
| Finkelstein et al. (2002)&lt;br /&gt;
| Hybrid&lt;br /&gt;
| N/A&lt;br /&gt;
| 0.55&lt;br /&gt;
|-&lt;br /&gt;
| SSA&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Hassan and Mihalcea (2011)&lt;br /&gt;
| Knowledge-based&lt;br /&gt;
| 0.622&lt;br /&gt;
| 0.629&lt;br /&gt;
|-&lt;br /&gt;
| HSMN+csmRNN&lt;br /&gt;
| Luong et al. (2013)&lt;br /&gt;
| Luong et al. (2013)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.65&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| Multi-prototype&lt;br /&gt;
| Huang et al. (2012)&lt;br /&gt;
| Huang et al. (2012)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.71&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| Multi-lingual SSA&lt;br /&gt;
| Hassan et al. (2011)&lt;br /&gt;
| Hassan et al. (2011)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.713&lt;br /&gt;
| 0.674&lt;br /&gt;
|-&lt;br /&gt;
| ESA&lt;br /&gt;
| Gabrilovich and Markovitch (2007)&lt;br /&gt;
| Gabrilovich and Markovitch (2007)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.748&lt;br /&gt;
| 0.503&lt;br /&gt;
|-&lt;br /&gt;
| TSA&lt;br /&gt;
| Radinsky et al. (2011)&lt;br /&gt;
| Radinsky et al. (2011)&lt;br /&gt;
| Hybrid&lt;br /&gt;
| 0.80&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| CLEAR&lt;br /&gt;
| Halawi et al. (2012)&lt;br /&gt;
| Halawi et al. (2012)&lt;br /&gt;
| Corpus-based&lt;br /&gt;
| 0.81&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
Finkelstein, Lev, Evgeniy Gabrilovich, Yossi Matias, Ehud Rivlin, Zach Solan, Gadi Wolfman, and Eytan Ruppin. (2002) [http://www.cs.technion.ac.il/~gabr/papers/tois_context.pdf Placing Search in Context: The Concept Revisited]. ACM Transactions on Information Systems, 20(1):116-131.&lt;br /&gt;
&lt;br /&gt;
Gabrilovich, Evgeniy, and Shaul Markovitch, [http://www.cs.technion.ac.il/~gabr/papers/ijcai-2007-sim.pdf Computing Semantic Relatedness using Wikipedia-based Explicit Semantic Analysis], Proceedings of The 20th International Joint Conference on Artificial Intelligence (IJCAI), Hyderabad, India, 2007.&lt;br /&gt;
&lt;br /&gt;
Hassan, Samer, and Rada Mihalcea: [http://www.cse.unt.edu/~rada/papers/hassan.aaai11.pdf‎ Semantic Relatedness Using Salient Semantic Analysis]. AAAI 2011&lt;br /&gt;
&lt;br /&gt;
Hirst, Graeme and David St-Onge. Lexical chains as representations of context for the detection and correction of malapropisms. In Christiane Fellbaum, editor, WordNet: An Electronic Lexical Database. The MIT Press, Cambridge, MA, pages 305–332, 1998.&lt;br /&gt;
&lt;br /&gt;
Islam, A., and Inkpen, D. 2006. [http://www.site.uottawa.ca/~mdislam/publications/LREC_06_242.pdf Second order co-occurrence pmi for determining the semantic similarity of words]. Proceedings of the International Conference on Language Resources and Evaluation (LREC 2006) 1033–1038.&lt;br /&gt;
&lt;br /&gt;
Jarmasz, M. 2003. [http://www.arxiv.org/pdf/1204.0140 Roget’s thesaurus as a Lexical Resource for Natural Language Processing]. Ph.D. Dissertation, Ottawa Carleton Institute for Computer Science, School of Information Technology and Engineering, University of Ottawa.&lt;br /&gt;
&lt;br /&gt;
Jiang, Jay J. and David W. Conrath. Semantic similarity based on corpus statistics and lexical taxonomy. In Proceedings of International Conference on Research in Computational Linguistics (ROCLING X), Taiwan, pages 19–33, 1997.&lt;br /&gt;
&lt;br /&gt;
Landauer, T. K.; L, T. K.; Laham, D.; Rehder, B.; and Schreiner, M. E. 1997. How well can passage meaning be derived without using word order? a comparison of latent semantic analysis and humans.&lt;br /&gt;
&lt;br /&gt;
Leacock, Claudia and Martin Chodorow. Combining local context and WordNet similarity for word sense identification. In Christiane Fellbaum, editor, WordNet: An Electronic Lexical Database. The MIT Press, Cambridge, MA, pages 265–283, 1998.&lt;br /&gt;
&lt;br /&gt;
Lin, Dekang. An information-theoretic definition of similarity. In Proceedings of the 15th International Conference on Machine Learning, Madison,WI, pages 296–304, 1998.&lt;br /&gt;
&lt;br /&gt;
Pilehvar, M.T., D. Jurgens and R. Navigli. [http://wwwusers.di.uniroma1.it/~navigli/pubs/ACL_2013_Pilehvar_Jurgens_Navigli.pdf Align, Disambiguate and Walk: A Unified Approach for Measuring Semantic Similarity]. In Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (ACL 2013), Sofia, Bulgaria, August 4-9, 2013, pp. 1341-1351.&lt;br /&gt;
&lt;br /&gt;
Resnik, Philip. Using information content to evaluate semantic similarity. In Proceedings of the 14th International Joint Conference on Artificial Intelligence, pages 448–453, Montreal, Canada, 1995.&lt;br /&gt;
&lt;br /&gt;
Halawi, Guy, Gideon Dror, Evgeniy Gabrilovich, and Yehuda Koren. (2012). [http://gabrilovich.com/publications/papers/Halawi2012LSL.pdf Large-scale learning of word relatedness with constraints]. In Proceedings of the 18th ACM SIGKDD international conference on Knowledge discovery and data mining, pp. 1406-1414. ACM.&lt;br /&gt;
&lt;br /&gt;
Luong, Minh-Thang, Richard Socher, and Christopher D. Manning. (2013). [http://nlp.stanford.edu/~lmthang/data/papers/conll13_morpho.pdf Better word representations with recursive neural networks for morphology]. CoNLL-2013: 104.&lt;br /&gt;
&lt;br /&gt;
Radinsky, Kira, Eugene Agichtein, Evgeniy Gabrilovich, and Shaul Markovitch. (2011). [http://gabrilovich.com/publications/papers/Radinsky2011WTS.pdf A word at a time: computing word relatedness using temporal semantic analysis]. In Proceedings of the 20th international conference on World wide web, pp. 337-346. ACM.&lt;br /&gt;
&lt;br /&gt;
Strube, Michael and Simone Paolo Ponzetto. (2006). [http://www.aaai.org/Papers/AAAI/2006/AAAI06-223.pdf WikiRelate! Computing Semantic Relatedness Using Wikipedia]. Proceedings of The 21st National Conference on Artificial Intelligence (AAAI), Boston, MA.&lt;br /&gt;
&lt;br /&gt;
Yih, W. and Qazvinian, V. (2012). [http://aclweb.org/anthology/N/N12/N12-1077.pdf Measuring Word Relatedness Using Heterogeneous Vector Space Models]. Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL-HLT).&lt;br /&gt;
&lt;br /&gt;
[[Category:State of the art]]&lt;/div&gt;</summary>
		<author><name>Scottyih</name></author>
	</entry>
</feed>