Datasets:
Update files from the datasets library (from 1.9.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.9.0
README.md
CHANGED
@@ -1,6 +1,25 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
languages:
|
3 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
paperswithcode_id: crd3
|
5 |
---
|
6 |
|
@@ -32,9 +51,9 @@ paperswithcode_id: crd3
|
|
32 |
|
33 |
## Dataset Description
|
34 |
|
35 |
-
- **Homepage:** [
|
36 |
-
- **Repository:** [
|
37 |
-
- **Paper:** [
|
38 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
39 |
- **Size of downloaded dataset files:** 279.93 MB
|
40 |
- **Size of the generated dataset:** 4020.33 MB
|
@@ -50,12 +69,11 @@ collaboration and spoken interaction. For each dialogue, there are a large numbe
|
|
50 |
and semantic ties to the previous dialogues.
|
51 |
|
52 |
### Supported Tasks and Leaderboards
|
53 |
-
|
54 |
-
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
55 |
|
56 |
### Languages
|
57 |
|
58 |
-
|
59 |
|
60 |
## Dataset Structure
|
61 |
|
@@ -104,37 +122,39 @@ The data fields are the same among all splits.
|
|
104 |
|
105 |
| name | train |validation| test |
|
106 |
|-------|------:|---------:|------:|
|
107 |
-
|default|
|
108 |
|
109 |
## Dataset Creation
|
110 |
|
111 |
### Curation Rationale
|
112 |
|
113 |
-
|
114 |
|
115 |
### Source Data
|
116 |
|
117 |
#### Initial Data Collection and Normalization
|
118 |
|
119 |
-
|
|
|
|
|
120 |
|
121 |
#### Who are the source language producers?
|
122 |
|
123 |
-
|
124 |
|
125 |
### Annotations
|
126 |
|
127 |
#### Annotation process
|
128 |
|
129 |
-
[
|
130 |
|
131 |
#### Who are the annotators?
|
132 |
|
133 |
-
[
|
134 |
|
135 |
### Personal and Sensitive Information
|
136 |
|
137 |
-
[
|
138 |
|
139 |
## Considerations for Using the Data
|
140 |
|
@@ -154,11 +174,11 @@ The data fields are the same among all splits.
|
|
154 |
|
155 |
### Dataset Curators
|
156 |
|
157 |
-
|
158 |
|
159 |
### Licensing Information
|
160 |
|
161 |
-
[
|
162 |
|
163 |
### Citation Information
|
164 |
|
@@ -177,4 +197,4 @@ conference = {ACL}
|
|
177 |
|
178 |
### Contributions
|
179 |
|
180 |
-
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.
|
|
|
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 |
+
- conditional-text-generation
|
17 |
+
- sequence-modeling
|
18 |
+
task_ids:
|
19 |
+
- summarization
|
20 |
+
- dialogue-modeling
|
21 |
+
size_categories:
|
22 |
+
- 10K<n<100K
|
23 |
paperswithcode_id: crd3
|
24 |
---
|
25 |
|
|
|
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
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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.
|