Skip to content
    Back to all Bounties

    Earn 4,500 ($45.00)

    Time Remainingdue 2 years ago
    Completed

    GPT/OpenAI intent classification

    spear-fisher
    spear-fisher
    Posted 2 years ago
    This Bounty has been completed!
    @spear-fisher's review of @GeorgeProsper
    5.0
    Average Rating
    Communication 5/5, Quality 5/5, Timeliness 5/5

    Bounty 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.