likejazz/Siamese-LSTM
Siamese LSTM for evaluating semantic similarity between sentences of the Quora Question Pairs Dataset.
This project helps developers evaluate if two text questions are semantically identical, even if they're phrased differently. You input pairs of questions, and it outputs a score indicating how similar their meanings are. It's designed for machine learning engineers or data scientists working on natural language processing tasks.
256 stars. No commits in the last 6 months.
Use this if you need to determine if different questions are asking the same thing, like for a Q&A platform or customer support system.
Not ideal if you need to compare documents longer than sentences or are looking for exact keyword matching rather than semantic similarity.
Stars
256
Forks
70
Language
Python
License
—
Category
Last pushed
Mar 22, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/likejazz/Siamese-LSTM"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
shibing624/similarity
similarity: Text similarity calculation Toolkit for Java. 文本相似度计算工具包,java编写,可用于文本相似度计算、情感分析等任务,开箱即用。
eBay/Sequence-Semantic-Embedding
Tools and recipes to train deep learning models and build services for NLP tasks such as text...
RandolphVI/Text-Pairs-Relation-Classification
About Text Pairs (Sentence Level) Classification (Similarity Modeling) Based on Neural Network.
MartinoMensio/spacy-universal-sentence-encoder
Google USE (Universal Sentence Encoder) for spaCy
piotrmaciejbednarski/text-similarity-node
High-performance and memory efficient native C++ text similarity algorithms for Node.js