An open API service indexing awesome lists of open source software.

https://github.com/celestialtaha/infersent

Implementation of Facebook's InferSent in Keras as well as a slightly improved version.
https://github.com/celestialtaha/infersent

facebook infersent keras nlp sentence-representations supervised-embeddings supervised-learning

Last synced: 19 days ago
JSON representation

Implementation of Facebook's InferSent in Keras as well as a slightly improved version.

Awesome Lists containing this project

README

          

# InferSent

Facebook's InferSent Implemetation and Improvement using Keras framework

This is a Supervised algorithm of learning sentence representations, which has a hugely faster training time and comparable performance compared to unsupervised methods such as Skip-Thoughts and also capability of transferring to other non-sentiment based NLP tasks.

![image](https://github.com/tahasamavati/InferSent/blob/main/results.png)

Best Performing model is ESIM-FastText
There is no significant difference between using Glove or FastText Embeddings
The Proposed ESIM-FastText outperforms original model by 2.24%
---------------------------------------------------------------------------------
Taha Samavati - Analysis of final results