Skip to content

This repository aims to segregate questions with similar intent into the same group .This is useful for sites like Quora.Here I explore various techniques to predict whether any given pair of questions are similar ?

License

Notifications You must be signed in to change notification settings

vin136/Quora-Intent-segregation

Repository files navigation

Quora-Intent-segregation

This repository aims to segregate questions with similar intent into the same group .This is useful for sites like Quora.Here I explore various techniques to predict whether any given pair of questions are similar ?

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.


> Credits: Kaggle

Problem Statement

  • Identify which questions asked on Quora are duplicates of questions that have already been asked.
  • This could be useful to instantly provide answers to questions that have already been answered.
  • We are tasked with predicting whether a pair of questions are duplicates or not.

SOURCE/USEFUL LINKS:

This repo contains following notebooks alongside corresponding pdf versions:

1.Quora:Contains exploratory data analysis

2.Quora_Preprocessing:Contains some preprocessing done for ML pipeline.

2.ML_models: Extracted Features along side tfidf features of the data is run through various models ending with xgboost.

3.Quora_Mean_w2v:Here weighted w2v features of the data are used.

Bonus:A neural network model is also included....

About

This repository aims to segregate questions with similar intent into the same group .This is useful for sites like Quora.Here I explore various techniques to predict whether any given pair of questions are similar ?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published