OpenAssistant Data Structures
Created on 2023-04-15T19:15:52-05:00
Models conversations as a standard dialogue tree between Assistant and Prompter (the user.)
"Work packages" are interactions with system users; basically sessions to be studied for data.
Conversation Tree: an entire conversation is modeled by transitions from node to node.
Grading responses by random walking through a tree and asking to thumbs up or thumbs down the conversation.