sedthh commited on
Commit
09f401e
1 Parent(s): 5f782e9

Added detailed README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -1
README.md CHANGED
@@ -13,7 +13,65 @@ dataset_info:
13
  num_examples: 2781
14
  download_size: 125187885
15
  dataset_size: 211728118
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
  # Dataset Card for "tv_dialogue"
18
 
19
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  num_examples: 2781
14
  download_size: 125187885
15
  dataset_size: 211728118
16
+ license: mit
17
+ task_categories:
18
+ - conversational
19
+ - text2text-generation
20
+ language:
21
+ - en
22
+ tags:
23
+ - OpenAssistant
24
+ - transcripts
25
+ - subtitles
26
+ - television
27
+ pretty_name: TV and Movie dialogue and transcript corpus
28
+ size_categories:
29
+ - 1K<n<10K
30
  ---
31
  # Dataset Card for "tv_dialogue"
32
 
33
+ This dataset contains transcripts for famous movies and TV shows from multiple sources.
34
+
35
+ An example dialogue would be:
36
+ ```
37
+ [PERSON 1] Hello
38
+ [PERSON 2] Hello Person 2!
39
+ How's it going?
40
+
41
+ (they are both talking)
42
+
43
+ [PERSON 1] I like being an example
44
+ on Huggingface!
45
+
46
+ They are examples on Huggingface.
47
+ CUT OUT TO ANOTHER SCENCE
48
+
49
+ We are somewhere else
50
+ [PERSON 1 (v.o)] I wonder where we are?
51
+ ```
52
+
53
+ All dialogues were processed to follow this format. Each row is a single episode / movie (**2781** rows total)
54
+ Following the [OpenAssistant](https://open-assistant.io/) format The METADATA column contains dditional information as a JSON string.
55
+
56
+ ## Dialogue only, with some information on the scene
57
+
58
+ | Show | Number of scripts | Via | Source |
59
+ |----|----|---|---|
60
+ | Friends | 236 episodes | https://github.com/emorynlp/character-mining | friends/emorynlp |
61
+ | The Office | 186 episodes | https://www.kaggle.com/datasets/nasirkhalid24/the-office-us-complete-dialoguetranscript | office/nasirkhalid24 |
62
+ | Marvel Cinematic Universe | 18 movies | https://www.kaggle.com/datasets/pdunton/marvel-cinematic-universe-dialogue | marvel/pdunton |
63
+ | Doctor Who | 306 episodes | https://www.kaggle.com/datasets/jeanmidev/doctor-who | drwho/jeanmidev |
64
+ | Star trek | 708 episodes | http://www.chakoteya.net/StarTrek/index.html based on https://github.com/GJBroughton/Star_Trek_Scripts/ | statrek/chakoteya |
65
+
66
+ ## Actual transcripts with detailed information on the scenes
67
+
68
+ | Show | Number of scripts | Via | Source |
69
+ |----|----|---|---|
70
+ | Top Movies | 919 movies | https://imsdb.com/ | imsdb |
71
+ | Top Movies | 171 movies | https://www.dailyscript.com/ | dailyscript |
72
+ | Stargate SG-1 | 18 episodes | https://imsdb.com/ | imsdb |
73
+ | South Park | 129 episodes | https://imsdb.com/ | imsdb |
74
+ | Knight Rider | 80 episodes | http://www.knightriderarchives.com/ | knightriderarchives |
75
+
76
+
77
+