All Projects → alvations → stasis

alvations / stasis

Licence: other
Semantic Textual Similarity in Python

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
perl
6916 projects
shell
77523 projects

Projects that are alternatives of or similar to stasis

STS-CNN-STSbenchmark-Semantic-Similarity-Semantic-Textual-Similarity-CNN-HCTI-Tensorflow-Keras
A simple implementation of paper "HCTI at SemEval-2017 Task 1: Use convolutional neural network to evaluate semantic textual similarity."
Stars: ✭ 26 (-67.9%)
Mutual labels:  semantic-textual-similarity
MP-CNN-Variants
Variants of Multi-Perspective Convolutional Neural Networks
Stars: ✭ 22 (-72.84%)
Mutual labels:  semantic-textual-similarity
SA-DL
Sentiment Analysis with Deep Learning models. Implemented with Tensorflow and Keras.
Stars: ✭ 35 (-56.79%)
Mutual labels:  semeval
CREST
A Causal Relation Schema for Text
Stars: ✭ 19 (-76.54%)
Mutual labels:  semeval
MemNet ABSA
No description or website provided.
Stars: ✭ 20 (-75.31%)
Mutual labels:  semeval
SentimentAnalysis
Sentiment Analysis: Deep Bi-LSTM+attention model
Stars: ✭ 32 (-60.49%)
Mutual labels:  semeval
ntua-slp-semeval2018
Deep-learning models of NTUA-SLP team submitted in SemEval 2018 tasks 1, 2 and 3.
Stars: ✭ 79 (-2.47%)
Mutual labels:  semeval
semeval2018-task12
SemEval-2018 Task 12: The Argument Reasoning Comprehension Task
Stars: ✭ 31 (-61.73%)
Mutual labels:  semeval
datastories-semeval2017-task6
Deep-learning model presented in "DataStories at SemEval-2017 Task 6: Siamese LSTM with Attention for Humorous Text Comparison".
Stars: ✭ 20 (-75.31%)
Mutual labels:  semeval
Relation-Classification
Relation Classification - SEMEVAL 2010 task 8 dataset
Stars: ✭ 46 (-43.21%)
Mutual labels:  semeval
Semantic-Textual-Similarity
语义相似度
Stars: ✭ 34 (-58.02%)
Mutual labels:  semantic-textual-similarity
sensim
Sentence Similarity Estimator (SenSim)
Stars: ✭ 15 (-81.48%)
Mutual labels:  semantic-textual-similarity

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].