##########################################################################################
# Stanford Rare Word (RW) Similarity Dataset 
# Minh-Thang Luong, Richard Socher, and Christopher D. Manning.
# Computer Science Department
# Stanford University
##########################################################################################


This dataset is available for download at http://nlp.stanford.edu/~lmthang/morphoNLM. It was collected and described in the following paper:
@inproceedings{Luong-etal:conll13:morpho,
        Address = {Sofia, Bulgaria}
        Author = {Luong, Minh-Thang  and  Socher, Richard and Manning, Christopher D.},
        Booktitle = {CoNLL},
        Title = {Better Word Representations with Recursive Neural Networks for Morphology}
        Year = {2013}}

==========================================================================
The dataset (rw.txt) consists of 2034 pairs, one per line. Each line consists of a pair of words, the average similarity rating and up to 10 individual ratings. Tokens are tab-delimited.

---------------------------------------------------------------------------
Last modified: Aug 06, 2013
