Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentiment Analysis #47

Open
5 tasks
hyperdriveguy opened this issue Aug 1, 2024 · 0 comments
Open
5 tasks

Sentiment Analysis #47

hyperdriveguy opened this issue Aug 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@hyperdriveguy
Copy link
Contributor

hyperdriveguy commented Aug 1, 2024

Having a chatbot that provides potentially decent solutions course materials is only part of making it useful as an educational tool. Sentiment analysis on students conversations in an effort to provide additional encouragement and "flag" the students that may be struggling is a way to target students who may benefit from tutoring and other 1 on 1 help.

Analyze the user's messages. If they are frustrated, have a relatively high chance to show configurable uplifting messages.

https://huggingface.co/bhadresh-savani/distilbert-base-uncased-emotion
Model for sentiment analysis

  • A way to manually flag/unflag students who need extra encouragement via an API endpoint
  • Show flagged students in the user manager
  • Sentiment analysis example using structured LLM output
  • Sentiment analysis example using a dedicated model
  • Functions for sentiment analysis model/structured LLM output to interact with user manager to flag or unflag users
@hyperdriveguy hyperdriveguy added the enhancement New feature or request label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant