CoolFace
19 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01tasksource /Boardgame-QAhttps://arxiv.org/pdf/2306.07934.pdf text10K<n<100K8 likes807 downloads3y agoHugging Face02homerquan /boardgamebench-answer-only BoardGameBench Answer-Only Reasoning Dataset This dataset contains 1,282,766 board-game reasoning examples generated from BoardGameBench, a benchmark and data-generation project for evaluating language models on structured board-game decision making. Each row asks a model to inspect a legal board position and return the best move. The format is intentionally simple: id,prompt,answer The answer field is the target move label, such as C4, f6, 11,7, or e2-d3. This makes the dataset… See the full description on the dataset page: https://huggingface.co/datasets/homerquan/boardgamebench-answer-only.text-generation1M<n<10M0 likes155 downloads5mo agoHugging Face03homerquan /boardgamebench-answer-sft BoardGameBench Answer SFT Dataset This dataset contains 1,282,766 answer-only board-game reasoning examples generated from BoardGameBench, a benchmark and data-generation project for evaluating language models on structured board-game decision making. This is the supervised fine-tuning corpus used before the later DPO and GRPO stages for the nemotron-boardgame-answer-lora-b4-safe-final adapter. Each row asks a model to inspect a legal board position and return the best move. The… See the full description on the dataset page: https://huggingface.co/datasets/homerquan/boardgamebench-answer-sft.text-generation1M<n<10M0 likes85 downloads5mo agoHugging Face04reapxdev /boardgamegeek-scraper BoardGameGeek Scraper · Games, Ratings, Designers & Mechanics Scrape board games, release years, player counts, categories, mechanics, designers, artists, and publishers from BoardGameGeek. HTTP only, pay-per-event pricing. Rows in this dataset 437 Fields 21 Collector runs behind it 50 Most recent observation 2026-08-03 What this is Every row here was returned by a real run of a public collector. Nothing is generated from a template over a… See the full description on the dataset page: https://huggingface.co/datasets/reapxdev/boardgamegeek-scraper.imagen<1K0 likes65 downloads2mo agoHugging Face05nlp-and-reasoning /board_games Board Game Datasets This directory contains board-game position datasets, produced for generating verified Q&A about (1) interpreting a board position given its standard notation, and (2) advising a good next move. Each game lives in its own self-contained project (own extract.py, pyproject.toml, .venv) and produces one JSON file. Ground truth (legal moves, best move, evaluation) always comes from a real rules library / game engine — never guessed by an LLM. This is the… See the full description on the dataset page: https://huggingface.co/datasets/nlp-and-reasoning/board_games.textn<1K0 likes65 downloads24d agoHugging Face06sxiong /BoardgameQA-Hard BoardgameQA-Hard This dataset contains a curated train/test split of BoardgameQA, used in our paper Enhancing Language Model Reasoning with Structured Multi-Level Modeling (ICLR 2026). Each example asks whether a target fact can be proved, disproved, or is undetermined given a set of facts, defeasible rules, and rule preferences. Files train.jsonl — 37,000 examples test.jsonl — 500 examples test.jsonl is a fixed "hard" evaluation set drawn in equal parts (100… See the full description on the dataset page: https://huggingface.co/datasets/sxiong/BoardgameQA-Hard.texttext-classification10K<n<100K1 likes59 downloads3mo agoHugging Face07sxiong /BoardgameQA-trajectory BoardGameQA Trajectory Dataset Model-generated solution trajectories for BoardGameQA, a natural-language deductive reasoning benchmark built from board-game-style rule sets with conflicting/preferential rules. Each question asks whether a goal statement is yes (proved), no (disproved), or unknown. Each row is one model response to a single problem, including the hidden chain-of-thought (when available) and the final response. Dataset Summary Split Rows… See the full description on the dataset page: https://huggingface.co/datasets/sxiong/BoardgameQA-trajectory.textquestion-answering1K<n<10K1 likes45 downloads3mo agoHugging Face081-800-LLMs /Boardgame-QAtext10K<n<100K0 likes41 downloads1y agoHugging Face09mmpa /board_game_analysisimage0 likes38 downloads1y agoHugging Face10Chojins /chess_game_blue_boardThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "so100-blue", "total_episodes": 1, "total_frames": 368, "total_tasks": 1, "total_videos": 3, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:1" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/Chojins/chess_game_blue_board.tabularroboticsn<1K0 likes36 downloads1y agoHugging Face11homerquan /boardgamebench-answer-grpo BoardGameBench Answer GRPO Dataset This dataset contains 10,000 BoardGameBench prompt/reward examples generated for GRPO-style reinforcement learning on board-game move selection. The final nemotron-boardgame-answer-lora-b4-safe-final adapter used this reviewed GRPO corpus after SFT and DPO. For that final pilot run, training used the first 512 examples from grpo_train.jsonl; the full 10k reviewed set is published here for reproducibility and follow-up training. Format… See the full description on the dataset page: https://huggingface.co/datasets/homerquan/boardgamebench-answer-grpo.text-generation10K<n<100K0 likes28 downloads5mo agoHugging Face12gsethia08 /part4-put_away_set_up_board_gameThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "robot_type": "hand", "total_episodes": 559, "total_frames": 228143, "total_tasks": 4, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 200, "fps": 30, "splits": { "train": "0:559" }, "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/gsethia08/part4-put_away_set_up_board_game.tabularrobotics100K<n<1M0 likes26 downloads4mo agoHugging Face13Yu-yang /Board_gamestextn<1K0 likes24 downloads2y agoHugging Face14homerquan /boardgamebench-answer-dpo BoardGameBench Answer DPO Dataset This dataset contains the reviewed preference examples used for the DPO stage of the nemotron-boardgame-answer-lora-b4-safe-final adapter. It is a compact pilot set of 10 BoardGameBench preference rows. Each row presents the same board-game decision prompt with a preferred answer and a plausible rejected answer. The preferred answer is selected from engine-guided move comparisons and includes the exact move label. Format The main… See the full description on the dataset page: https://huggingface.co/datasets/homerquan/boardgamebench-answer-dpo.texttext-generationn<1K0 likes21 downloads5mo agoHugging Face15FaiyazAzam /hw1-text-ds-boardgames Dataset Card: [Boardgames-text] Purpose This dataset was created for educational purposes as part of a homework assignment.It is intended to practice building, augmenting, and publishing datasets on the Hugging Face Hub. Composition Number of samples: Original: N samples Augmented: M samples Features: [list features/columns here, e.g. CarModel, Year, Mileage... or text, complexity_label... or image, has_groot] Collection Source: Text (Board… See the full description on the dataset page: https://huggingface.co/datasets/FaiyazAzam/hw1-text-ds-boardgames.text1K<n<10K0 likes20 downloads1y agoHugging Face16lucasmoresco /autotrain-data-boardgame-rulebook-qa0 likes7 downloads4y agoHugging Face17LHLHLHE /boardgame_rules_qa_dataset_rutextquestion-answeringn<1K0 likes5 downloads5mo agoHugging Face18favcesar /boardgame0 likes3 downloads3y agoHugging Face19SmoothiesStuff /boardgame-bgg-engineered0 likes2 downloads1y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.