KaraKaraWitch
commited on
Commit
·
527e73f
1
Parent(s):
ee620ec
Update README.md
Browse files
README.md
CHANGED
@@ -1,23 +1,21 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
-
-
|
5 |
tags:
|
6 |
-
- blogs
|
7 |
- training
|
8 |
- text
|
9 |
-
- not-for-all-audiences
|
10 |
task_categories:
|
11 |
- text-classification
|
12 |
- text-generation
|
13 |
-
pretty_name:
|
14 |
size_categories:
|
15 |
-
-
|
16 |
---
|
17 |
|
18 |
# Dataset Card for TvTroper
|
19 |
|
20 |
-
*TvTroper is a public dataset on TvTropes.org page.*
|
21 |
|
22 |
## Dataset Description
|
23 |
|
@@ -29,7 +27,7 @@ size_categories:
|
|
29 |
|
30 |
### Dataset Summary
|
31 |
|
32 |
-
|
33 |
|
34 |
### Supported Tasks and Leaderboards
|
35 |
|
@@ -44,7 +42,7 @@ This dataset is primarily intended for unsupervised training of text generation
|
|
44 |
|
45 |
## Dataset Structure
|
46 |
|
47 |
-
All the files are located in jsonl files that has been compressed into
|
48 |
|
49 |
### Data Instances
|
50 |
|
@@ -54,7 +52,14 @@ All the files are located in jsonl files that has been compressed into archives
|
|
54 |
|
55 |
### Data Fields
|
56 |
|
57 |
-
There is only 2 fields in the list. URL and content retrieved.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
URLs may not match the final url in which the page was retrieved from. As they may be redirects present while scraping.
|
60 |
|
@@ -70,7 +75,7 @@ The jsonl files are split by their namespaces.
|
|
70 |
|
71 |
### Curation Rationale
|
72 |
|
73 |
-
|
74 |
|
75 |
### Source Data
|
76 |
|
@@ -80,7 +85,7 @@ None. No normalization is performed as this is a raw dump of the dataset.
|
|
80 |
|
81 |
#### Who are the source language producers?
|
82 |
|
83 |
-
|
84 |
|
85 |
### Annotations
|
86 |
|
@@ -94,7 +99,7 @@ No human annotators.
|
|
94 |
|
95 |
### Personal and Sensitive Information
|
96 |
|
97 |
-
|
98 |
|
99 |
## Considerations for Using the Data
|
100 |
|
@@ -126,11 +131,11 @@ Ronsor Labs additionally is allowed to relicense the dataset as long as it has g
|
|
126 |
### Citation Information
|
127 |
|
128 |
```
|
129 |
-
@misc{
|
130 |
title = {TvTroper: Tropes & Others.},
|
131 |
author = {KaraKaraWitch},
|
132 |
year = {2023},
|
133 |
-
howpublished = {\url{https://huggingface.co/datasets/
|
134 |
}
|
135 |
```
|
136 |
|
@@ -140,4 +145,4 @@ N/A
|
|
140 |
|
141 |
### Contributions
|
142 |
|
143 |
-
- [@KaraKaraWitch (Twitter)](https://twitter.com/KaraKaraWitch) for gathering this dataset.
|
|
|
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
|
12 |
size_categories:
|
13 |
+
- 100K<n<1M
|
14 |
---
|
15 |
|
16 |
# Dataset Card for TvTroper
|
17 |
|
18 |
+
*TvTroper is a public raw dataset on TvTropes.org page.*
|
19 |
|
20 |
## Dataset Description
|
21 |
|
|
|
27 |
|
28 |
### Dataset Summary
|
29 |
|
30 |
+
TvTroper is a raw dataset dump 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 |
|
|
|
42 |
|
43 |
## Dataset Structure
|
44 |
|
45 |
+
All the files are located in jsonl files that has been compressed into a 20GB .zip archive.
|
46 |
|
47 |
### Data Instances
|
48 |
|
|
|
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 |
+
For the case of 1 specific URL: `https://tvtropes.org/pmwiki/pmwiki.php/JustForFun/RedirectLoop` will endlessly redirect to the page.
|
58 |
+
As such we have used the following html as placeholder for such occurances:
|
59 |
+
|
60 |
+
```html
|
61 |
+
<!DOCTYPE html><html><head lang=\"en\"><title>Error: URL Exceeds maximum allowed redirects.</title></head><body class=\"\"><div>Error: URL Exceeds maximum allowed redirects.</div></body></html>
|
62 |
+
```
|
63 |
|
64 |
URLs may not match the final url in which the page was retrieved from. As they may be redirects present while scraping.
|
65 |
|
|
|
75 |
|
76 |
### Curation Rationale
|
77 |
|
78 |
+
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.
|
79 |
|
80 |
### Source Data
|
81 |
|
|
|
85 |
|
86 |
#### Who are the source language producers?
|
87 |
|
88 |
+
The related editors/users of TvTropes.org
|
89 |
|
90 |
### Annotations
|
91 |
|
|
|
99 |
|
100 |
### Personal and Sensitive Information
|
101 |
|
102 |
+
We are certain there is no PII included in the dataset.
|
103 |
|
104 |
## Considerations for Using the Data
|
105 |
|
|
|
131 |
### Citation Information
|
132 |
|
133 |
```
|
134 |
+
@misc{tvtroper,
|
135 |
title = {TvTroper: Tropes & Others.},
|
136 |
author = {KaraKaraWitch},
|
137 |
year = {2023},
|
138 |
+
howpublished = {\url{https://huggingface.co/datasets/RyokoExtra/TvTroper}},
|
139 |
}
|
140 |
```
|
141 |
|
|
|
145 |
|
146 |
### Contributions
|
147 |
|
148 |
+
- [@KaraKaraWitch (Twitter)](https://twitter.com/KaraKaraWitch) for gathering this dataset.
|