Skip to content

Semantic Textual Similarity in Python

Notifications You must be signed in to change notification settings

tempbrucefu/stasis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stasis - Python wrapper for Semantic Similarity datasets

Under the auspice of the EXPERT project (http://expert-itn.eu/), we have written a python wrapper to the STS datasets and we hope that it helps anyone with easy manipulation the datasets.

If you just need a tab-separated file, you can easily find the sts.csv available in the same repository. The repo also contains other (maybe) useful datasets that are manually compiled by the maintainer when they are free.

Disclaimer: The repository comes as it is. It should NOT be considered as the official SemEval's (Semantic Textual Similarity) STS data and it is not affiliated with the STS organizers. We've created this so that people can easily do something like pandas.read_csv('sts.csv') or graphlab.SFrame('sts.csv') and work with the dataframes with little hassle.

Datasets

Below is a list of datasets/wrappers you can find here

Contribute

Please feel free to add datasets/wrappers to the repository. Or post an issue to request for wrappers to the repository.

Cite

Please cite the respective references for the datasets when using them in your publication!

If you want to cite this repository, you can cite this paper where we created used the sts.csv in SemEval-2015

About

Semantic Textual Similarity in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 92.2%
  • Python 5.0%
  • Perl 1.9%
  • Shell 0.9%