× This Challenge was posted 9 months ago

Challenge Project

Open Assistant

A chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically

📂 Demo

Yannic Kilcher presented Open Assistant at the DINAcon 2023, sharing "A brief insight into the open source world in the field of artificial intelligence and where the data for it comes from."

Mastodon post

Recommended intro resources from the LAION team:

Open Assistant is now concluded as a project, so we can no longer use the interactive online chatbot. However, the source code and the model remains accessible through GitHub. We used HuggingChat (LLaMA 2) to generate some HACKnight challenges based on the Open Assistant's README.


{ hacknight challenges }

Beginner Challenge:

Create a simple chatbot that responds to basic user queries using pre-defined answers. The chatbot should be able to understand basic natural language inputs and respond accordingly.

Intermediate Challenge:

Implement a rating system for the chatbot's responses. Users should be able to rate the helpfulness of the chatbot's responses, and the ratings should be used to improve the chatbot's performance over time.

Advanced Challenge:

Implement a reinforcement learning algorithm to train the chatbot to generate better responses over time. The algorithm should use the ratings from the intermediate challenge as feedback to improve the chatbot's performance. Additionally, implement a mechanism to allow users to provide additional feedback, such as suggestions for alternative responses, to further improve the chatbot's performance.

NOTE: OpenAssistant is completed, and the project is now finished. Thank you to everyone who contributed! Check out our blog post for more information.

This content is a preview from an external site.
 
Contributed 9 months ago by loleg for HACKnight 2023
All attendees, sponsors, partners, volunteers and staff at our hackathon are required to agree with the Hack Code of Conduct. Organisers will enforce this code throughout the event. We expect cooperation from all participants to ensure a safe environment for everybody.

Creative Commons LicenceThe contents of this website, unless otherwise stated, are licensed under a Creative Commons Attribution 4.0 International License.