Datasets:
Update README.md
#5
by
jordiclive
- opened
README.md
CHANGED
@@ -120,17 +120,17 @@ pretty_name: OpenAssistant Conversations
|
|
120 |
|
121 |
- **Homepage:** https://www.open-assistant.io/
|
122 |
- **Repository:** https://github.com/LAION-AI/Open-Assistant
|
123 |
-
- **Paper:** https://
|
124 |
|
125 |
### Dataset Summary
|
126 |
|
127 |
In an effort to democratize research on large-scale alignment, we release OpenAssistant
|
128 |
Conversations (OASST1), a human-generated, human-annotated assistant-style conversation
|
129 |
-
corpus consisting of 161,443 messages
|
130 |
-
|
131 |
-
|
132 |
|
133 |
-
Please refer to our [paper](https://
|
134 |
|
135 |
### Dataset Structure
|
136 |
|
@@ -140,7 +140,7 @@ which can have multiple child messages as replies, and these child messages can
|
|
140 |
All messages have a role property: this can either be "assistant" or "prompter". The roles in
|
141 |
conversation threads from prompt to leaf node strictly alternate between "prompter" and "assistant".
|
142 |
|
143 |
-
This version of the dataset contains data collected on the [open-assistant.io](https://open-assistant.io/) website until April 12 2023.
|
144 |
|
145 |
### JSON Example: Message
|
146 |
|
@@ -232,11 +232,6 @@ For readability, only a subset of the message properties is shown here.
|
|
232 |
Please refer to [oasst-data](https://github.com/LAION-AI/Open-Assistant/tree/main/oasst-data) for
|
233 |
details about the data structure and Python code to read and write jsonl files containing oasst data objects.
|
234 |
|
235 |
-
If you would like to explore the dataset yourself you can find a
|
236 |
-
[`getting-started`](https://github.com/LAION-AI/Open-Assistant/blob/main/notebooks/openassistant-oasst1/getting-started.ipynb)
|
237 |
-
notebook in the `notebooks/openassistant-oasst1` folder of the [LAION-AI/Open-Assistant](https://github.com/LAION-AI/Open-Assistant)
|
238 |
-
github repository.
|
239 |
-
|
240 |
|
241 |
## Main Dataset Files
|
242 |
|
@@ -274,7 +269,7 @@ Besides low quality, a frequent reason for message deletion is a wrong language
|
|
274 |
```
|
275 |
2023-04-12_oasst_prompts.messages.jsonl.gz
|
276 |
```
|
277 |
-
These are all the kept initial prompt messages with positive review result
|
278 |
|
279 |
### Using the Huggingface Datasets
|
280 |
|
@@ -348,4 +343,4 @@ OpenAssistant Conversations incorporates 35 different languages with a distribut
|
|
348 |
|
349 |
- Discord [Open Assistant Discord Server](https://ykilcher.com/open-assistant-discord)
|
350 |
- GitHub: [LAION-AI/Open-Assistant](https://github.com/LAION-AI/Open-Assistant)
|
351 |
-
- E-Mail: [open-
|
|
|
120 |
|
121 |
- **Homepage:** https://www.open-assistant.io/
|
122 |
- **Repository:** https://github.com/LAION-AI/Open-Assistant
|
123 |
+
- **Paper:** https://www.ykilcher.com/OA_Paper_2023_04_15.pdf
|
124 |
|
125 |
### Dataset Summary
|
126 |
|
127 |
In an effort to democratize research on large-scale alignment, we release OpenAssistant
|
128 |
Conversations (OASST1), a human-generated, human-annotated assistant-style conversation
|
129 |
+
corpus consisting of 161,443 messages distributed across 66,497 conversation trees, in
|
130 |
+
35 different languages, annotated with 461,292 quality ratings. The corpus is a product
|
131 |
+
of a worldwide crowd-sourcing effort involving over 13,500 volunteers.
|
132 |
|
133 |
+
Please refer to our [paper](https://www.ykilcher.com/OA_Paper_2023_04_15.pdf) for further details.
|
134 |
|
135 |
### Dataset Structure
|
136 |
|
|
|
140 |
All messages have a role property: this can either be "assistant" or "prompter". The roles in
|
141 |
conversation threads from prompt to leaf node strictly alternate 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 |
|
|
|
232 |
Please refer to [oasst-data](https://github.com/LAION-AI/Open-Assistant/tree/main/oasst-data) for
|
233 |
details about the data structure and Python code to read and write jsonl files containing oasst data objects.
|
234 |
|
|
|
|
|
|
|
|
|
|
|
235 |
|
236 |
## Main Dataset Files
|
237 |
|
|
|
269 |
```
|
270 |
2023-04-12_oasst_prompts.messages.jsonl.gz
|
271 |
```
|
272 |
+
These are all the kept initial prompt messages with positive spam review result of trees in `ready_for_export` or `prompt_lottery_waiting` state.
|
273 |
|
274 |
### Using the Huggingface Datasets
|
275 |
|
|
|
343 |
|
344 |
- Discord [Open Assistant Discord Server](https://ykilcher.com/open-assistant-discord)
|
345 |
- GitHub: [LAION-AI/Open-Assistant](https://github.com/LAION-AI/Open-Assistant)
|
346 |
+
- E-Mail: [open-assistent@laion.ai](mailto:open-assistent@laion.ai) (yes, with e)
|