TeachYou Interactive Demo
PaperWebsiteSlidesGitHubThis page provides a demo of the Reflect-Respond pipeline. Try to teach AlgoBo how to write a binary search algorithm. You will see how it learns from the conversation and the intermediate results for each step in the pipeline. You can also edit the knowledge state directly and see how AlgoBo responds differently!
This demo requires the access to OpenAI API.
Model
AlgoBo's Knowledge State
{facts: [], code_implementation: []}
1. Extract useful knowledge from the conversation.
2. Update the knowledge state.
3. Retrieve knowledge relevant to the conversation.
4. Compose a responsed based on retrieved knowledge.
Hello! Can you explain binary search to me?