djocz / Quora-Question-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quora-Question-Project

Early 2017, Quora released their first datasets [Link] to public. The dataset is related to the problem of identifying duplicate questions. About Quora: Quora is a place to gain and share knowledge—about anything. It’s a platform to ask questions and connect with people who contribute unique insights and quality answers. This empowers people to learn from each other and to better understand the world. Over 100 million people visit Quora every month, so it's no surprise that many people ask similarly worded questions. Multiple questions with the same intent can cause seekers to spend more time finding the best answer to their question, and make writers feel they need to answer multiple versions of the same question. Quora values canonical questions because they provide a better experience to active seekers and writers, and offer more value to both of these groups in the long term. Currently, Quora uses a Random Forest model to identify duplicate questions. In this task, the Greyatom cohort were challenged to build advanced machine learning models to tackle this NLP problem. Doing so will make it easier to find high quality answers to questions resulting in an improved experience for Quora writers, seekers, and readers.

Metric: ​log_loss, Accuracy

  • optimize your models for log loss. The lower the log loss the better the model

Some links which might help:

DataSet: https://data.quora.com/First-Quora-Dataset-Release-Question-Pairs

About


Languages

Language:Jupyter Notebook 89.0%Language:Python 11.0%