Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,43 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
- conversational
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
size_categories:
|
9 |
+
- 1K<n<10K
|
10 |
---
|
11 |
+
## <h1>Spongebob Transcripts Dataset 🧽</h1>
|
12 |
+
The Spongebob Transcripts Dataset is a collection of transcripts from the beloved animated television series, Spongebob Squarepants. This dataset includes information on each line of dialogue spoken by a character, including the character's name, their replica, and the episode ID.
|
13 |
+
|
14 |
+
## <h3>Dataset Overview 📊</h3>
|
15 |
+
|
16 |
+
|Column | Description |
|
17 |
+
|------------|-------------------------------------|
|
18 |
+
|**Speaker** | The character speaking the dialogue.|
|
19 |
+
|**Replica** | The line of dialogue spoken. |
|
20 |
+
|**EP_ID** | The episode ID of the transcript. |
|
21 |
+
|
22 |
+
## <h3>System Replicas🔍</h3>
|
23 |
+
The system replicas describe the actions and events that occur in each episode. These replicas are written in a specific format, using brackets to indicate actions and events.
|
24 |
+
|
25 |
+
<h5>Replica Format</h5>
|
26 |
+
|
27 |
+
**The format for a system replica:**
|
28 |
+
|
29 |
+
`{system} : [The episode opens with a bubble transition, and we see a coral reef under the sea. The camera zooms to initiate parallax scrolling, which reveals the city of Bikini Bottom. It continues zooming to show a brown rock, a Moai head, and a pineapple, which each contain inhabitants.]`
|
30 |
+
|
31 |
+
## <h3>Sample Data 💬</h3>
|
32 |
+
|
33 |
+
|Speaker |Replica |EP_ID |
|
34 |
+
|---------------|-----------------------------------------------------------------|-------|
|
35 |
+
|**Spongebob** | I just met this girl. She wears a hat full of... air.|s1e3_22|
|
36 |
+
|**Patrick** | Do you mean she puts on "airs"? |s1e3_23|
|
37 |
+
|**Spongebob** | I guess so. |s1e3_24|
|
38 |
+
|
39 |
+
## <h3>Data Sources 📝</h3>
|
40 |
+
The transcripts were sourced *Encyclopedia SpongeBobia*.
|
41 |
+
|
42 |
+
## <h3>Potential Uses 🧐</h3>
|
43 |
+
This Dataset could be used for a variety of natural language processing (NLP) tasks, including dialogue generation. It could also be used for educational purposes, such as studying the language and communication styles of different characters.
|