Found 1,215 repositories(showing 30)
Kaggle:Quora Question Pairs, 4th/3396 (https://www.kaggle.com/c/quora-question-pairs)
bradleypallen
A Keras model that addresses the Quora Question Pairs dyadic prediction task.
alibaba-edu
Source code of the ACL2019 paper "Simple and Effective Text Matching with Richer Alignment Features".
nelson-liu
Various models and code (Manhattan LSTM, Siamese LSTM + Matching Layer, BiMPM) for the paraphrase identification task, specifically with the Quora Question Pairs dataset.
alibaba-edu
A pytorch implementation of the ACL2019 paper "Simple and Effective Text Matching with Richer Alignment Features".
likejazz
Siamese LSTM for evaluating semantic similarity between sentences of the Quora Question Pairs Dataset.
tlatkowski
Implementation of Siamese Neural Networks built upon multihead attention mechanism for text semantic similarity task.
YuriyGuts
My solution to Kaggle Quora Question Pairs competition (Top 2%, Private LB log loss 0.13497).
Wrosinski
Kaggle Quora Questions Pairs Competition
zhaoyu18
Kaggle Quora 第21名解决方案
sjvasquez
Kaggle | Quora Question Pairs❓🥉
campusx-official
A NLP project to find weather given 2 questions are same are not semantically speaking.
howardyclo
This is our team's solution report, which achieves top 10% (305/3307) in this competition.
yuhsinliu1993
Kaggle Competition: Using deep learning to solve quora's question pairs problem
dev-chauhan
Paraphrase Generation model using pair-wise discriminator loss
daviddwlee84
The enhanced RCNN model used for sentence similarity classification
dharmendrach
BERT Model Fine-tuning on Quora Questions Pairs
UdiBhaskar
Quora Question pair similarity - Machine Learning Project
dalmia
The code for our submission in Kaggle's competition Quora Question Pairs which ranked in the top 25%.
ZhengZixiang
CHIP 2019平安医疗科技疾病问答迁移学习比赛baseline,rank7
rpanchal1996
A siamese LSTM to detect sentence/question pairs.
rupak-118
Using MaLSTM model (Siamese networks + LSTMs) for sentence similarity detection
hengluchang
Paraphrase question identification using Feature Fusion Network (FFN).
Quora Kaggle Competition : Natural Language Processing using word2vec embeddings, scikit-learn and xgboost for training
mavalliani
Methods used: Cosine Similarity with Glove, Smooth Inverse Frequency, Word Movers Difference, Sentence Embedding Models (Infersent and Google Sentence Encoder), ESIM with pre-trained FastText embedding. Best performing method on Quora Question pair dataset was an Ensemble method with 0.27 log-loss.
btaille
A Tensorflow BiLSTM-MaxPool Siamese Network for Quora question pairs.
july-ML6-final-project
七月在线集训营第6期NLP结业项目
wpm
Text pair classification
Jackthebighead
Three models are implemented for text similarity classification/STS problem on Quora Question Pairs dataset.
Deep1994
keras implementation for paper - Enhanced LSTM for Natural Language Inference, tested on Quora Question Pairs dataset.