LAION-AI / Open-Assistant

OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
https://open-assistant.io
Apache License 2.0
37.04k stars 3.23k forks source link

Add words-operations-rewards-5k dataset #3565

Open echo0x22 opened 1 year ago

echo0x22 commented 1 year ago

English & Russian;

Dataset Card for words-operations-rewards-5k with 5K entries.

Dataset Summary

License: Apache-2.0. Contains JSONL. Use this for Reward Models.

Solved tasks:

Example:

{
  "message_tree_id": "00000000-0000-0000-0000-000000000004",
  "tree_state": "ready_for_export",
  "prompt": {
    "message_id": "00000000-0000-0000-0000-000000000004",
    "text": "Count the number of letters in the word «detailed»",
    "role": "prompter",
    "lang": "en",
      "replies": [
        { "message_id": "00000000-0000-0000-0000-000000000005",
           "text": "8", "role": "assistant", "lang": "en",
           "meta": {"rank": 1}, "replies": []},
        { "message_id": "00000000-0000-0000-0000-000000000006",
            "text": "7", "role": "assistant", "lang": "en",
            "meta": {"rank": 0}, "replies": []},
       {"message_id": "00000000-0000-0000-0000-000000000007",
           "text": "7 or 9", "role": "assistant", "lang": "en",
           "meta": {"rank": 0}, "replies": []}]
    }
}