Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

0x22almostEvil
Copy link
Contributor

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:

  • Count Letters;
  • Write Backwards;
  • Write Character on a Position;
  • Repeat Word;
  • Write In Case;
  • Change Case on a Position;
  • Write Numbering;
  • Connect Characters;
  • Write a Word from Characters;
  • Count Syllables;

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": []}]
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant