iclr2016

Embedding models

Code for training universal paraphrastic sentence embeddings and models on semantic similarity tasks

Python code for training all models in the ICLR paper, "Towards Universal Paraphrastic Sentence Embeddings". These models achieve strong performance on semantic similarity tasks without any training or tuning on the training data for those tasks. They also can produce features that are at least as discriminative as skip-thought vectors for semantic similarity tasks at a minimum. Moreover, this code can achieve state-of-the-art results on entailment and sentiment tasks.

GitHub

193 stars
11 watching
53 forks
Language: Python
last commit: over 10 years ago

Related projects:

RepositoryDescriptionStars
jwieting/paragram-wordTrains word embeddings from a paraphrase database to represent semantic relationships between words.30
jwieting/acl2017A codebase for training and using models of sentence embeddings.33
jwieting/para-nmt-50mA collection of pre-trained models and code for training paraphrastic sentence embeddings from large machine translation datasets.102
xiaoqijiao/coling2018Provides training and testing code for a CNN-based sentence embedding model2
tbepler/protein-sequence-embedding-iclr2019Developing models to learn and represent protein sequences based on their structure259
johngiorgi/declutrA tool for training and evaluating sentence embeddings using deep contrastive learning380
oborchers/fast_sentence_embeddingsA Python library for efficiently computing sentence embeddings from large datasets618
wangyuxinwhy/uniemDevelops unified sentence embedding models for NLP tasks840
iarroyof/sentence_embeddingA method to convert word embeddings into sentence representations by applying entropy weights calculated from TFIDF transform.9
lajanugen/s2vAn implementation of a neural network model for learning efficient sentence representations from text data.205
jwieting/charagramA tool for training and using character n-gram based word and sentence embeddings in natural language processing.125
voidism/diffcseAn unsupervised contrastive learning framework for learning sentence embeddings sensitive to differences between original and edited sentences.292
princetonml/sifA Python implementation of a sentence embedding algorithm using the Smooth Inverse Frequency weighting scheme1,084
javeywang/pyramid-attention-networks-pytorchAn implementation of a deep learning model using PyTorch for semantic segmentation tasks.237
antoine77340/mixture-of-embedding-expertsAn open-source implementation of the Mixture-of-Embeddings-Experts model in Pytorch for video-text retrieval tasks.118