KaraKaraWitch
commited on
Commit
•
bb6fc6a
1
Parent(s):
3bed277
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,141 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- training
|
7 |
+
- text
|
8 |
+
task_categories:
|
9 |
+
- text-classification
|
10 |
+
- text-generation
|
11 |
+
pretty_name: TvTroper Cleaned
|
12 |
+
size_categories:
|
13 |
+
- 100K<n<1M
|
14 |
---
|
15 |
+
|
16 |
+
# Dataset Card for TvTroper-Cleaned
|
17 |
+
|
18 |
+
*TvTroper-Cleaned is a cleaned dataset on TvTropes.org page.*
|
19 |
+
|
20 |
+
## Dataset Description
|
21 |
+
|
22 |
+
- **Homepage:** (TODO)
|
23 |
+
- **Repository:** N/A
|
24 |
+
- **Paper:** N/A
|
25 |
+
- **Leaderboard:** N/A
|
26 |
+
- **Point of Contact:** KaraKaraWitch
|
27 |
+
|
28 |
+
### Dataset Summary
|
29 |
+
|
30 |
+
TvTroper-Cleaned is a cleaned dataset consisting of text from at most 651,522 wiki pages (excluding namespaces and date-grouped pages) from tvtropes.org.
|
31 |
+
|
32 |
+
### Supported Tasks and Leaderboards
|
33 |
+
|
34 |
+
This dataset is primarily intended for unsupervised training of text generation models; however, it may be useful for other purposes.
|
35 |
+
|
36 |
+
- text-classification
|
37 |
+
- text-generation
|
38 |
+
|
39 |
+
### Languages
|
40 |
+
|
41 |
+
- English
|
42 |
+
|
43 |
+
## Dataset Structure
|
44 |
+
|
45 |
+
All the files are located in jsonl files that has been split into 100,000 pages.
|
46 |
+
|
47 |
+
### Data Instances
|
48 |
+
|
49 |
+
```json
|
50 |
+
{"text":"<Title>\n\n<Article Content>","url":"https://tvtropes.org/<...>"}
|
51 |
+
```
|
52 |
+
|
53 |
+
### Data Fields
|
54 |
+
|
55 |
+
There is only 2 fields in the list. URL and content retrieved. Content retrieved may contain errors. If the page does not exist, the 404 error page is scraped.
|
56 |
+
|
57 |
+
URLs may not match the final url in which the page was retrieved from. As they may be redirects present while scraping.
|
58 |
+
|
59 |
+
#### Q-Score Distribution
|
60 |
+
|
61 |
+
Not Applicable
|
62 |
+
|
63 |
+
### Data Splits
|
64 |
+
|
65 |
+
The jsonl files are split into 100,000 chunks.
|
66 |
+
|
67 |
+
## Dataset Creation
|
68 |
+
|
69 |
+
### Curation Rationale
|
70 |
+
|
71 |
+
We have curated TvTropes.org as it serves as one of the best resource for common themes, narrative devices, and character archetypes that shape our various stories around the world.
|
72 |
+
|
73 |
+
### Source Data
|
74 |
+
|
75 |
+
#### Initial Data Collection and Normalization
|
76 |
+
|
77 |
+
None. No normalization is performed as this is a raw dump of the dataset.
|
78 |
+
|
79 |
+
#### Who are the source language producers?
|
80 |
+
|
81 |
+
The related editors/users of TvTropes.org
|
82 |
+
|
83 |
+
### Annotations
|
84 |
+
|
85 |
+
#### Annotation process
|
86 |
+
|
87 |
+
No Annotations are present.
|
88 |
+
|
89 |
+
#### Who are the annotators?
|
90 |
+
|
91 |
+
No human annotators.
|
92 |
+
|
93 |
+
### Personal and Sensitive Information
|
94 |
+
|
95 |
+
We are certain there is no PII included in the dataset.
|
96 |
+
|
97 |
+
## Considerations for Using the Data
|
98 |
+
|
99 |
+
### Social Impact of Dataset
|
100 |
+
|
101 |
+
This dataset is intended to be useful for anyone who wishes to train a model to generate "more entertaining" content.
|
102 |
+
It may also be useful for other languages depending on your language model.
|
103 |
+
|
104 |
+
### Discussion of Biases
|
105 |
+
|
106 |
+
This dataset contains mainly TV Tropes used in media.
|
107 |
+
|
108 |
+
### Other Known Limitations
|
109 |
+
|
110 |
+
N/A
|
111 |
+
|
112 |
+
## Additional Information
|
113 |
+
|
114 |
+
### Dataset Curators
|
115 |
+
|
116 |
+
KaraKaraWitch
|
117 |
+
|
118 |
+
### Licensing Information
|
119 |
+
|
120 |
+
Apache 2.0, for all parts of which KaraKaraWitch may be considered authors. All other material is distributed under fair use principles.
|
121 |
+
|
122 |
+
Ronsor Labs additionally is allowed to relicense the dataset as long as it has gone through processing.
|
123 |
+
|
124 |
+
### Citation Information
|
125 |
+
|
126 |
+
```
|
127 |
+
@misc{tvtroper-cleaned,
|
128 |
+
title = {TvTroper Cleaned: Tropes & Others.},
|
129 |
+
author = {KaraKaraWitch},
|
130 |
+
year = {2023},
|
131 |
+
howpublished = {\url{https://huggingface.co/datasets/RyokoExtra/TvTroper}},
|
132 |
+
}
|
133 |
+
```
|
134 |
+
|
135 |
+
### Name Etymology
|
136 |
+
|
137 |
+
N/A
|
138 |
+
|
139 |
+
### Contributions
|
140 |
+
|
141 |
+
- [@KaraKaraWitch (Twitter)](https://twitter.com/KaraKaraWitch) for gathering this dataset.
|