COLING2018

Sentence Embedder

Provides training and testing code for a CNN-based sentence embedding model

Python code for training and testing the model in the COLING 2018 paper: "Convolutional Neural Network for Universal Sentence Embeddings". This simple CNN model achieves strong performance on semantic similarity tasks in transfer learning setting, and it can also act as effective initialization for downstream tasks.

GitHub

2 stars
0 watching
2 forks
Language: Python
last commit: over 8 years ago

Related projects:

RepositoryDescriptionStars
jwieting/iclr2016Code for training universal paraphrastic sentence embeddings and models on semantic similarity tasks193
lajanugen/s2vAn implementation of a neural network model for learning efficient sentence representations from text data.205
zhegan27/convsentTrains an autoencoder to learn generic sentence representations using convolutional neural networks34
jwieting/acl2017A codebase for training and using models of sentence embeddings.33
wangyuxinwhy/uniemDevelops unified sentence embedding models for NLP tasks840
malllabiisc/wordgcnA deep learning model that generates word embeddings by predicting words based on their dependency context291
zhangxiann/skip-gramA Python implementation of a neural network model for learning word embeddings from text data6
jwieting/para-nmt-50mA collection of pre-trained models and code for training paraphrastic sentence embeddings from large machine translation datasets.102
johngiorgi/declutrA tool for training and evaluating sentence embeddings using deep contrastive learning380
bohanli/bert-flowAn implementation of a method to generate sentence embeddings from pre-trained language models using TensorFlow.530
jwieting/paragram-wordTrains word embeddings from a paraphrase database to represent semantic relationships between words.30
oborchers/fast_sentence_embeddingsA Python library for efficiently computing sentence embeddings from large datasets618
iarroyof/sentence_embeddingA method to convert word embeddings into sentence representations by applying entropy weights calculated from TFIDF transform.9
princetonml/sifA Python implementation of a sentence embedding algorithm using the Smooth Inverse Frequency weighting scheme1,084
vzhong/embeddingsProvides fast and efficient word embeddings for natural language processing.223