shanya commited on
Commit
1fe72fc
1 Parent(s): ea715bc

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +200 -0
README.md ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: CRD3 (Critical Role Dungeons and Dragons Dataset)
3
+ annotations_creators:
4
+ - no-annotation
5
+ language_creators:
6
+ - crowdsourced
7
+ languages:
8
+ - en
9
+ licenses:
10
+ - cc-by-sa-4.0
11
+ multilinguality:
12
+ - monolingual
13
+ source_datasets:
14
+ - original
15
+ task_categories:
16
+ - summarization
17
+ - text-generation
18
+ - fill-mask
19
+ task_ids:
20
+ - dialogue-modeling
21
+ size_categories:
22
+ - 10K<n<100K
23
+ paperswithcode_id: crd3
24
+ ---
25
+
26
+ # Dataset Card for "crd3"
27
+
28
+ ## Table of Contents
29
+ - [Dataset Description](#dataset-description)
30
+ - [Dataset Summary](#dataset-summary)
31
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
32
+ - [Languages](#languages)
33
+ - [Dataset Structure](#dataset-structure)
34
+ - [Data Instances](#data-instances)
35
+ - [Data Fields](#data-fields)
36
+ - [Data Splits](#data-splits)
37
+ - [Dataset Creation](#dataset-creation)
38
+ - [Curation Rationale](#curation-rationale)
39
+ - [Source Data](#source-data)
40
+ - [Annotations](#annotations)
41
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
42
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
43
+ - [Social Impact of Dataset](#social-impact-of-dataset)
44
+ - [Discussion of Biases](#discussion-of-biases)
45
+ - [Other Known Limitations](#other-known-limitations)
46
+ - [Additional Information](#additional-information)
47
+ - [Dataset Curators](#dataset-curators)
48
+ - [Licensing Information](#licensing-information)
49
+ - [Citation Information](#citation-information)
50
+ - [Contributions](#contributions)
51
+
52
+ ## Dataset Description
53
+
54
+ - **Homepage:** [CRD3 homepage](https://github.com/RevanthRameshkumar/CRD3)
55
+ - **Repository:** [CRD3 repository](https://github.com/RevanthRameshkumar/CRD3)
56
+ - **Paper:** [Storytelling with Dialogue: A Critical Role Dungeons and Dragons Dataset](https://www.aclweb.org/anthology/2020.acl-main.459/)
57
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
58
+ - **Size of downloaded dataset files:** 279.93 MB
59
+ - **Size of the generated dataset:** 4020.33 MB
60
+ - **Total amount of disk used:** 4300.25 MB
61
+
62
+ ### Dataset Summary
63
+
64
+ Storytelling with Dialogue: A Critical Role Dungeons and Dragons Dataset.
65
+ Critical Role is an unscripted, live-streamed show where a fixed group of people play Dungeons and Dragons, an open-ended role-playing game.
66
+ The dataset is collected from 159 Critical Role episodes transcribed to text dialogues, consisting of 398,682 turns. It also includes corresponding
67
+ abstractive summaries collected from the Fandom wiki. The dataset is linguistically unique in that the narratives are generated entirely through player
68
+ collaboration and spoken interaction. For each dialogue, there are a large number of turns, multiple abstractive summaries with varying levels of detail,
69
+ and semantic ties to the previous dialogues.
70
+
71
+ ### Supported Tasks and Leaderboards
72
+ `summarization`: The dataset can be used to train a model for abstractive summarization. A [fast abstractive summarization-RL](https://github.com/ChenRocks/fast_abs_rl) model was presented as a baseline, which achieves ROUGE-L-F1 of 25.18.
73
+
74
+ ### Languages
75
+
76
+ The text in the dataset is in English, as spoken by actors on The Critical Role show, which is a weekly unscripted, live-stream of a fixed group of people playing Dungeons and Dragons, a popular role-playing game.
77
+
78
+ ## Dataset Structure
79
+
80
+ We show detailed information for up to 5 configurations of the dataset.
81
+
82
+ ### Data Instances
83
+
84
+ #### default
85
+
86
+ - **Size of downloaded dataset files:** 279.93 MB
87
+ - **Size of the generated dataset:** 4020.33 MB
88
+ - **Total amount of disk used:** 4300.25 MB
89
+
90
+ An example of 'train' looks as follows.
91
+ ```
92
+ {
93
+ "alignment_score": 3.679936647415161,
94
+ "chunk": "Wish them a Happy Birthday on their Facebook and Twitter pages! Also, as a reminder: D&D Beyond streams their weekly show (\"And Beyond\") every Wednesday on twitch.tv/dndbeyond.",
95
+ "chunk_id": 1,
96
+ "turn_end": 6,
97
+ "turn_num": 4,
98
+ "turn_start": 4,
99
+ "turns": {
100
+ "names": ["SAM"],
101
+ "utterances": ["Yesterday, guys, was D&D Beyond's first one--", "first one-year anniversary. Take two. Hey guys,", "yesterday was D&D Beyond's one-year anniversary.", "Wish them a happy birthday on their Facebook and", "Twitter pages."]
102
+ }
103
+ }
104
+ ```
105
+
106
+ ### Data Fields
107
+
108
+ The data fields are the same among all splits.
109
+
110
+ #### default
111
+ - `chunk`: a `string` feature.
112
+ - `chunk_id`: a `int32` feature.
113
+ - `turn_start`: a `int32` feature.
114
+ - `turn_end`: a `int32` feature.
115
+ - `alignment_score`: a `float32` feature.
116
+ - `turn_num`: a `int32` feature.
117
+ - `turns`: a dictionary feature containing:
118
+ - `names`: a `string` feature.
119
+ - `utterances`: a `string` feature.
120
+
121
+ ### Data Splits
122
+
123
+ | name | train |validation| test |
124
+ |-------|------:|---------:|------:|
125
+ |default|26,232| 3,470|4,541|
126
+
127
+ ## Dataset Creation
128
+
129
+ ### Curation Rationale
130
+
131
+ Dialogue understanding and abstractive summarization remain both important and challenging problems for computational linguistics. Current paradigms in summarization modeling have specific failures in capturing semantics and pragmatics, content selection, rewriting, and evaluation in the domain of long, story-telling dialogue. CRD3 offers a linguistically rich dataset to explore these domains.
132
+
133
+ ### Source Data
134
+
135
+ #### Initial Data Collection and Normalization
136
+
137
+ Dungeons and Dragons is a popular roleplaying game that is driven by structured storytelling. Critical Role is an unscripted, live-streamed show where a fixed group of people play Dungeons and Dragons. This dataset consists of 159 episodes of the show, where the episodes are transcribed. Inconsistencies (e.g. spelling of speaker names) were manually resolved.
138
+
139
+ The abstractive summaries were collected from the [Critical Role Fandom wiki](https://criticalrole.fandom.com/)
140
+
141
+ #### Who are the source language producers?
142
+
143
+ The language producers are actors on The Critical Role show, which is a weekly unscripted, live-stream of a fixed group of people playing Dungeons and Dragons, a popular role-playing game.
144
+
145
+ ### Annotations
146
+
147
+ #### Annotation process
148
+
149
+ [N/A]
150
+
151
+ #### Who are the annotators?
152
+
153
+ [N/A]
154
+
155
+ ### Personal and Sensitive Information
156
+
157
+ [N/A]
158
+
159
+ ## Considerations for Using the Data
160
+
161
+ ### Social Impact of Dataset
162
+
163
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
164
+
165
+ ### Discussion of Biases
166
+
167
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
168
+
169
+ ### Other Known Limitations
170
+
171
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
172
+
173
+ ## Additional Information
174
+
175
+ ### Dataset Curators
176
+
177
+ CRTranscript provided transcripts of the show; contributors of the Critical Role Wiki provided the abstractive summaries.
178
+
179
+ ### Licensing Information
180
+
181
+ This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa-4.0]., as corresponding to the Critical Role Wiki https://criticalrole.fandom.com/
182
+
183
+ ### Citation Information
184
+
185
+ ```
186
+
187
+ @inproceedings{
188
+ title = {Storytelling with Dialogue: A Critical Role Dungeons and Dragons Dataset},
189
+ author = {Rameshkumar, Revanth and Bailey, Peter},
190
+ year = {2020},
191
+ publisher = {Association for Computational Linguistics},
192
+ conference = {ACL}
193
+ }
194
+
195
+ ```
196
+
197
+
198
+ ### Contributions
199
+
200
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun) for adding this dataset.