Update README.md
Browse files
README.md
CHANGED
|
@@ -1,23 +1,17 @@
|
|
| 1 |
name: magician-mud-conversations
|
| 2 |
pretty_name: Magician MUD Conversations
|
| 3 |
-
|
| 4 |
-
description:
|
| 5 |
500 turn-by-turn gameplay conversations from a text-based dungeon crawler RPG (MUD style).
|
| 6 |
Each conversation captures strategic decision-making in fantasy combat, including player status,
|
| 7 |
enemy encounters, resource management, and combat outcomes. Ideal for fine-tuning language models
|
| 8 |
for RPG dialogue generation, tactical decision-making, and game state understanding.
|
| 9 |
-
|
| 10 |
license: cc-by-sa-4.0
|
| 11 |
-
|
| 12 |
languages:
|
| 13 |
-
|
| 14 |
- en
|
| 15 |
-
|
| 16 |
multilinguality: monolingual
|
| 17 |
-
|
| 18 |
size_categories: n<1K
|
| 19 |
-
|
| 20 |
-
|
| 21 |
annotations_creators:
|
| 22 |
- machine-generated
|
| 23 |
language_creators:
|
|
@@ -46,18 +40,18 @@ splits:
|
|
| 46 |
dataset_structure:
|
| 47 |
description: Each instance represents a single conversation turn.
|
| 48 |
fields:
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
considerations:
|
| 62 |
social_impact: Fantasy violence only; no real-world sensitive content.
|
| 63 |
bias: >
|
|
@@ -83,6 +77,5 @@ citation:
|
|
| 83 |
year = {2025},
|
| 84 |
publisher = {Hugging Face},
|
| 85 |
version = {1.0.0},
|
| 86 |
-
url = {https://huggingface.co/datasets/
|
| 87 |
}
|
| 88 |
-
|
|
|
|
| 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:
|
| 14 |
+
- original
|
| 15 |
annotations_creators:
|
| 16 |
- machine-generated
|
| 17 |
language_creators:
|
|
|
|
| 40 |
dataset_structure:
|
| 41 |
description: Each instance represents a single conversation turn.
|
| 42 |
fields:
|
| 43 |
+
conversation_id: string
|
| 44 |
+
game_id: string
|
| 45 |
+
turn_number: int
|
| 46 |
+
speaker: string
|
| 47 |
+
message: string
|
| 48 |
+
game_state: dict
|
| 49 |
+
selected_choice: string
|
| 50 |
+
choice_number: int
|
| 51 |
+
choice_reason: string
|
| 52 |
+
attacked_entities: list
|
| 53 |
+
combat_outcome: dict
|
| 54 |
+
game_outcome: string
|
| 55 |
considerations:
|
| 56 |
social_impact: Fantasy violence only; no real-world sensitive content.
|
| 57 |
bias: >
|
|
|
|
| 77 |
year = {2025},
|
| 78 |
publisher = {Hugging Face},
|
| 79 |
version = {1.0.0},
|
| 80 |
+
url = {https://huggingface.co/datasets/RPG_DM_Simulation_Combat_LLM_Training}
|
| 81 |
}
|
|
|