File size: 2,187 Bytes
0cdeb56
 
 
1e71a58
 
 
 
 
 
 
 
 
 
 
 
 
 
0cdeb56
 
31185f8
 
 
 
0cdeb56
 
 
 
 
 
7843c66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
dataset_info:
  features:
  - name: index
    dtype: int64
  - name: thread_id
    dtype: int64
  - name: message_id
    dtype: int64
  - name: author_id
    dtype: int64
  - name: author_num_posts
    dtype: int64
  - name: message
    dtype: string
  - name: character
    dtype: string
  splits:
  - name: train
    num_bytes: 216610832
    num_examples: 26401
  download_size: 58427511
  dataset_size: 216610832
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

# Deep Dungeons and Dragons

<!-- Provide a quick summary of the dataset. -->

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).

## Dataset Details

### Dataset Description

Deep Dungeons and Dragons

A dataset of long-form multi-turn and multi-character collaborative RPG stories, complete with associated character cards.

This dataset comprises of 56,000 turns in 1544 stories following 9771 characters: a total of 50M Llama tokens.
Each turn comprises a multi-paragraph continuation of a story from the perspective of a defined character including both dialogue and prose.

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.

Citation for source dataset:

@inproceedings{ddd2018,
    author={Louis, Annie, and Sutton, Charles},
    title={{Deep Dungeons and Dragons: Learning Character-Action Interactions from Role-Playing Game Transcripts}},
    booktitle={The 16th Annual Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},	
    year={2018},
    pages={--},
    organization={ACL}
}

Credits to IconicAI/DDD, for the original dataset in english