BakrAsskali commited on
Commit
7843c66
1 Parent(s): 1e71a58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -27,3 +27,35 @@ configs:
27
  - split: train
28
  path: data/train-*
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  - split: train
28
  path: data/train-*
29
  ---
30
+
31
+ # Deep Dungeons and Dragons
32
+
33
+ <!-- Provide a quick summary of the dataset. -->
34
+
35
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
36
+
37
+ ## Dataset Details
38
+
39
+ ### Dataset Description
40
+
41
+ Deep Dungeons and Dragons
42
+
43
+ A dataset of long-form multi-turn and multi-character collaborative RPG stories, complete with associated character cards.
44
+
45
+ This dataset comprises of 56,000 turns in 1544 stories following 9771 characters: a total of 50M Llama tokens.
46
+ Each turn comprises a multi-paragraph continuation of a story from the perspective of a defined character including both dialogue and prose.
47
+
48
+ This dataset is a cleaned and reformatted version of Deep Dungeons and Dragons, originally released in 2018 by Annie Louis and Charles Sutton and comprising of transcripts collected from public games at roleplayerguild.com. We've removed images and links (as well as their references) from posts to make this a text-only dataset, as well as anonymising usernames - although this is still available in the original dataset.
49
+
50
+ Citation for source dataset:
51
+
52
+ @inproceedings{ddd2018,
53
+ author={Louis, Annie, and Sutton, Charles},
54
+ title={{Deep Dungeons and Dragons: Learning Character-Action Interactions from Role-Playing Game Transcripts}},
55
+ booktitle={The 16th Annual Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
56
+ year={2018},
57
+ pages={--},
58
+ organization={ACL}
59
+ }
60
+
61
+ Credits to IconicAI/DDD, for the original dataset in english