Datasets:

Size Categories:
100K<n<1M
ArXiv:
Tags:
human-feedback
License:
andreaskoepf commited on
Commit
37d7903
1 Parent(s): 6ae7592

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -134,17 +134,14 @@ Please refer to our paper for further details.
134
 
135
  ### Dataset Structure
136
 
137
- This dataset contains demonstrations of human-assistant conversations which were collected
138
- on the [open-assistant.io](https://www.open-assistant.io/) website until April, 12 2023.
139
-
140
- Conversations are exported as conversation trees with messages as nodes.
141
- The root node of a conversation tree is called the initial prompt. Each message can have
142
- multiple replies. Nodes with more than one reply can have a `rank` field indicating the
143
- aggregated user preference (the most preferred message has rank 0).
144
 
145
  All messages have a role property which can either be "assistant" or "prompter". The roles in
146
  conversation threads from prompt to leaf node are stricly alternating between "prompter" and "assistant".
147
 
 
 
148
  ### JSON Example: Message
149
 
150
  For readability the following JSON examples are shown formatted with indentation on multiple lines.
 
134
 
135
  ### Dataset Structure
136
 
137
+ This dataset contains message trees which each have an inital prompt message as root which can have
138
+ multiple child messages as replies which itself again can have multiple replies.
 
 
 
 
 
139
 
140
  All messages have a role property which can either be "assistant" or "prompter". The roles in
141
  conversation threads from prompt to leaf node are stricly alternating between "prompter" and "assistant".
142
 
143
+ This version of the dataset contains data collected on the [open-assistant.io](https://www.open-assistant.io/) website until April, 12 2023.
144
+
145
  ### JSON Example: Message
146
 
147
  For readability the following JSON examples are shown formatted with indentation on multiple lines.