idanmoradarthas/Quora-Questions-Pairs-App
In this research I'd like to use BERT with the huggingface PyTorch library to fine-tune a model which will perform best in question pairs classification. The app is build using Streamlit.
This project helps quickly identify if two questions have the same meaning, even if phrased differently. You input a pair of questions, and it tells you whether they are duplicates. This is useful for anyone managing a large volume of questions, like community managers, content moderators, or customer support teams.
No commits in the last 6 months.
Use this if you need to efficiently sort through many user-submitted questions and group together those that are asking the same thing.
Not ideal if you need to categorize questions by topic or generate answers, as this tool only focuses on identifying duplicate inquiries.
Stars
7
Forks
3
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jul 23, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/idanmoradarthas/Quora-Questions-Pairs-App"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
5hirish/adam_qas
ADAM - A Question Answering System. Inspired from IBM Watson
husseinmozannar/SOQAL
Arabic Open Domain Question Answering System using Neural Reading Comprehension
SatyamSoni23/Smart-Question-Answering-System-on-Document
It's Smart-Question Answering System on short as well as long documents. It can automatically...
dharmendrach/bert_quora_question_pairs
BERT Model Fine-tuning on Quora Questions Pairs
nlpunibo/Question-Answering-SQUAD
Question Answering model based on DistilBERT, trained and evaluated on the SQUAD dataset