KaraKaraWitch commited on
Commit
ee620ec
1 Parent(s): 09171c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +140 -0
README.md CHANGED
@@ -1,3 +1,143 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - jp
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: TvTropes
14
+ size_categories:
15
+ - 100M<n<1B
16
  ---
17
+
18
+ # Dataset Card for TvTroper
19
+
20
+ *TvTroper is a public dataset on TvTropes.org page.*
21
+
22
+ ## Dataset Description
23
+
24
+ - **Homepage:** (TODO)
25
+ - **Repository:** N/A
26
+ - **Paper:** N/A
27
+ - **Leaderboard:** N/A
28
+ - **Point of Contact:** KaraKaraWitch
29
+
30
+ ### Dataset Summary
31
+
32
+ BLiterature is a raw dataset dump consisting of text from at most 260,261,224 blog posts (excluding categories and date-grouped posts) from blog.fc2.com.
33
+
34
+ ### Supported Tasks and Leaderboards
35
+
36
+ This dataset is primarily intended for unsupervised training of text generation models; however, it may be useful for other purposes.
37
+
38
+ - text-classification
39
+ - text-generation
40
+
41
+ ### Languages
42
+
43
+ - English
44
+
45
+ ## Dataset Structure
46
+
47
+ All the files are located in jsonl files that has been compressed into archives of 7z.
48
+
49
+ ### Data Instances
50
+
51
+ ```json
52
+ ["https://tvtropes.org/pmwiki/pmwiki.php/HaruhiSuzumiya/TropesJToN","<!DOCTYPE html>\n\t<html>\n\t\t<head lang=\"en\">\n...<TRUNCATED>"]
53
+ ```
54
+
55
+ ### Data Fields
56
+
57
+ There is only 2 fields in the list. URL and content retrieved. content retrieved may contain values. If the page does not exist, the 404 error page is scraped.
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
+
61
+ #### Q-Score Distribution
62
+
63
+ Not Applicable
64
+
65
+ ### Data Splits
66
+
67
+ The jsonl files are split by their namespaces.
68
+
69
+ ## Dataset Creation
70
+
71
+ ### Curation Rationale
72
+
73
+
74
+
75
+ ### Source Data
76
+
77
+ #### Initial Data Collection and Normalization
78
+
79
+ None. No normalization is performed as this is a raw dump of the dataset.
80
+
81
+ #### Who are the source language producers?
82
+
83
+ Since it's a wiki,
84
+
85
+ ### Annotations
86
+
87
+ #### Annotation process
88
+
89
+ No Annotations are present.
90
+
91
+ #### Who are the annotators?
92
+
93
+ No human annotators.
94
+
95
+ ### Personal and Sensitive Information
96
+
97
+ <>
98
+
99
+ ## Considerations for Using the Data
100
+
101
+ ### Social Impact of Dataset
102
+
103
+ This dataset is intended to be useful for anyone who wishes to train a model to generate "more entertaining" content.
104
+ It may also be useful for other languages depending on your language model.
105
+
106
+ ### Discussion of Biases
107
+
108
+ This dataset contains mainly TV Tropes used in media.
109
+
110
+ ### Other Known Limitations
111
+
112
+ N/A
113
+
114
+ ## Additional Information
115
+
116
+ ### Dataset Curators
117
+
118
+ KaraKaraWitch
119
+
120
+ ### Licensing Information
121
+
122
+ Apache 2.0, for all parts of which KaraKaraWitch may be considered authors. All other material is distributed under fair use principles.
123
+
124
+ Ronsor Labs additionally is allowed to relicense the dataset as long as it has gone through processing.
125
+
126
+ ### Citation Information
127
+
128
+ ```
129
+ @misc{bliterature,
130
+ title = {TvTroper: Tropes & Others.},
131
+ author = {KaraKaraWitch},
132
+ year = {2023},
133
+ howpublished = {\url{https://huggingface.co/datasets/KaraKaraWitch/BLiterature}},
134
+ }
135
+ ```
136
+
137
+ ### Name Etymology
138
+
139
+ N/A
140
+
141
+ ### Contributions
142
+
143
+ - [@KaraKaraWitch (Twitter)](https://twitter.com/KaraKaraWitch) for gathering this dataset.