datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
poc-mini-trade-game-dataset
Dataset Card for Mini Trade Game NPC Dataset
Dataset Summary
This dataset contains synthetic training examples for simulating NPC (Non-Player Character) merchant behavior in a trading game scenario. The dataset is designed to train language models to generate contextually appropriate trading responses based on item properties, relationship status, and player interactions.
All examples are in Traditional Chinese (zh-TW), with player inputs and NPC responses using… See the full description on the dataset page: https://huggingface.co/datasets/aotoki/poc-mini-trade-game-dataset.game-of-24
Game of 24 Dataset
Dataset Description
The Game of 24 is a mathematical reasoning puzzle where players must use four numbers and basic arithmetic operations (+, -, *, /) to obtain the result 24. Each number must be used exactly once.
This dataset contains 1,361 unique Game of 24 puzzles ranked by difficulty based on human performance from Amazon Mechanical Turk studies.
Example
Input: 4 5 6 10
Output: (5 * (10 - 4)) - 6 = 24
Step-by-step solution:
10 - 4 = 6… See the full description on the dataset page: https://huggingface.co/datasets/test-time-compute/game-of-24.game24
Bud Ecosystem mirror of test-time-compute/game-of-24 — a verbatim copy for offline, reproducible model evaluation. License unchanged (MIT (test-time-compute/game-of-24); Apache-2.0 (nlile/24-game)); all rights remain with the original authors.
Game of 24 Dataset
Dataset Description
The Game of 24 is a mathematical reasoning puzzle where players must use four numbers and basic arithmetic operations (+, -, *, /) to obtain the result 24. Each number must be used… See the full description on the dataset page: https://huggingface.co/datasets/budecosystem/game24.
