Views
No views yet
[PRETEXT] and [TEXT] used to demarcate the context and target messages. Messages are formatted as {speaker}: {message}, where the speaker is one of tutor or student, and the message is a lowercased, anonymized version of the message. Context utterances are separated by newlines. Names are anonymized with Edu-ConvoKit, replacing student and tutor names with [student] and [tutor], respectively. Models are trained on text with the structure"[PRETEXT] {context} [TEXT] {target}"[PRETEXT] tutor: hello, [student], happy to work with you today.
student: hi
tutor: today we will work on the topic "adding numbers"
...
student: the answer is 2. [TEXT] tutor: that's correct! 2 points.