Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,81 @@
|
|
| 1 |
-
--
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: magician-mud-conversations
|
| 2 |
+
pretty_name: Magician MUD Conversations
|
| 3 |
+
description: >
|
| 4 |
+
500 turn-by-turn gameplay conversations from a text-based dungeon crawler RPG (MUD style).
|
| 5 |
+
Each conversation captures strategic decision-making in fantasy combat, including player status,
|
| 6 |
+
enemy encounters, resource management, and combat outcomes. Ideal for fine-tuning language models
|
| 7 |
+
for RPG dialogue generation, tactical decision-making, and game state understanding.
|
| 8 |
+
license: cc-by-sa-4.0
|
| 9 |
+
languages:
|
| 10 |
+
- en
|
| 11 |
+
multilinguality: monolingual
|
| 12 |
+
size_categories: n<1K
|
| 13 |
+
source_datasets: original
|
| 14 |
+
annotations_creators:
|
| 15 |
+
- machine-generated
|
| 16 |
+
language_creators:
|
| 17 |
+
- machine-generated
|
| 18 |
+
tags:
|
| 19 |
+
- rpg
|
| 20 |
+
- game-ai
|
| 21 |
+
- tactical-decision-making
|
| 22 |
+
- fantasy
|
| 23 |
+
- mud
|
| 24 |
+
- conversations
|
| 25 |
+
- turn-based-combat
|
| 26 |
+
task_categories:
|
| 27 |
+
- text-generation
|
| 28 |
+
- text2text-generation
|
| 29 |
+
task_ids:
|
| 30 |
+
- dialogue-generation
|
| 31 |
+
- text-simplification
|
| 32 |
+
- language-modeling
|
| 33 |
+
homepage: https://huggingface.co/datasets/magician-mud-conversations
|
| 34 |
+
dataset_size: 500
|
| 35 |
+
splits:
|
| 36 |
+
train: 400
|
| 37 |
+
validation: 50
|
| 38 |
+
test: 50
|
| 39 |
+
dataset_structure:
|
| 40 |
+
description: Each instance represents a single conversation turn.
|
| 41 |
+
fields:
|
| 42 |
+
- conversation_id: string
|
| 43 |
+
- game_id: string
|
| 44 |
+
- turn_number: int
|
| 45 |
+
- speaker: string
|
| 46 |
+
- message: string
|
| 47 |
+
- game_state: dict
|
| 48 |
+
- selected_choice: string
|
| 49 |
+
- choice_number: int
|
| 50 |
+
- choice_reason: string
|
| 51 |
+
- attacked_entities: list
|
| 52 |
+
- combat_outcome: dict
|
| 53 |
+
- game_outcome: string
|
| 54 |
+
considerations:
|
| 55 |
+
social_impact: Fantasy violence only; no real-world sensitive content.
|
| 56 |
+
bias: >
|
| 57 |
+
Contains combat-focused scenarios in a Western fantasy RPG setting.
|
| 58 |
+
AI choices may not reflect human player behavior.
|
| 59 |
+
limitations: >
|
| 60 |
+
Small dataset (500 conversations). Synthetic data, domain-specific. Not suitable for large-scale pre-training.
|
| 61 |
+
recommended_use_cases:
|
| 62 |
+
- Fine-tuning small to medium language models (≤7B parameters)
|
| 63 |
+
- Training supervised game-playing agents
|
| 64 |
+
- RPG dialogue systems
|
| 65 |
+
- Tactical AI research
|
| 66 |
+
- Game design education
|
| 67 |
+
not_recommended_use_cases:
|
| 68 |
+
- Large-scale pre-training
|
| 69 |
+
- Real-world decision-making systems
|
| 70 |
+
- Medical, financial, or safety-critical applications
|
| 71 |
+
citation:
|
| 72 |
+
bibtex: |
|
| 73 |
+
@dataset{magician-mud-conversations-2025,
|
| 74 |
+
title = {Magician MUD Conversations: A Dataset of 500 Tactical RPG Dialogues},
|
| 75 |
+
author = {Magician MUD Simulator Team},
|
| 76 |
+
year = {2025},
|
| 77 |
+
publisher = {Hugging Face},
|
| 78 |
+
version = {1.0.0},
|
| 79 |
+
url = {https://huggingface.co/datasets/magician-mud-conversations}
|
| 80 |
+
}
|
| 81 |
+
|