dalmia / Quora-Question-Pairs

The code for our submission in Kaggle's competition Quora Question Pairs which ranked in the top 25%.

Home Page:https://dalmia.github.io/Quora-Question-Pairs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quora-Question-Pairs

This repository contains the code for our submission in Kaggle's competition Quora Question Pairs in which we ranked in the top 25%. A detailed report for the project can be found here.

Data

train.csv contains ~ 400k question pairs along with the corresponding label (duplicate or not) and test.csv contains ~ 2300k question pairs. Both the files can be found here.

Model Architecture

We use a Siamese Neural Network architecture with Gated Recurrent Units in combination with traditional Machine Learning algorithms like Random Forest, SVM and Adaboost.

Architecture

Running the model

Firstly, place the train.csv, test.csv (see the Data section above) and the pre-trained GloVe embeddings in the input folder. You can download the embeddings from here. Then, simply run the bash script:

bash run_model.sh

Contributors

Dependencies

  • numpy
  • pandas
  • nltk
  • sklearn
  • TensorFlow

Install them using pip.

Note

  • If there is any issue running the code, please post it in the issue tracker.
  • If you like this repo and find it useful, please consider ★ starring it (on top right of the page) :)

About

The code for our submission in Kaggle's competition Quora Question Pairs which ranked in the top 25%.

https://dalmia.github.io/Quora-Question-Pairs/

License:GNU General Public License v3.0


Languages

Language:Python 98.9%Language:Shell 1.1%