Back to all Bounties
Earn 4,500 ($45.00)
due 2 years ago
Completed
GPT/OpenAI intent classification
spear-fisher
Details
Applications
3
Discussion
This Bounty has been completed!
@spear-fisher's review of @GeorgeProsper
5.0
Communication 5/5, Quality 5/5, Timeliness 5/5Bounty Description
Problem Description
We want to classify the user input in a chatbot based on a given set of intents and inputs. User will describe a problem and we have return an intent for automatic classification of the issue
Acceptance Criteria
User describes, "I am facing issue with X at Y" or "spotted ...... at "
OpenAI api returns the intent or multiple intents with weights.
Technical Details
We have a basic set of intents and classifications in place. Issue right now is that API returns multiple intents instead of 1. We need to add weightage to the intents so we can pick the most suitable one.