| --- |
| license: apache-2.0 |
| language: |
| - en |
| tags: |
| - training |
| - text |
| task_categories: |
| - text-classification |
| - text-generation |
| pretty_name: TvTroper Cleaned |
| size_categories: |
| - 100K<n<1M |
| --- |
| |
| # Dataset Card for TvTroper-Cleaned |
|
|
| *TvTroper-Cleaned is a cleaned dataset on TvTropes.org page.* |
|
|
| ## Dataset Description |
|
|
| - **Homepage:** (TODO) |
| - **Repository:** N/A |
| - **Paper:** N/A |
| - **Leaderboard:** N/A |
| - **Point of Contact:** KaraKaraWitch |
|
|
| ### Dataset Summary |
|
|
| 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. |
|
|
| ### Supported Tasks and Leaderboards |
|
|
| This dataset is primarily intended for unsupervised training of text generation models; however, it may be useful for other purposes. |
|
|
| - text-classification |
| - text-generation |
|
|
| ### Languages |
|
|
| - English |
|
|
| ## Dataset Structure |
|
|
| All the files are located in jsonl files that has been split into 100,000 pages. |
|
|
| ### Data Instances |
|
|
| ```json |
| {"text":"<Title>\n\n<Article Content>","url":"https://tvtropes.org/<...>"} |
| ``` |
|
|
| ### Data Fields |
|
|
| 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. |
|
|
| URLs may not match the final url in which the page was retrieved from. As they may be redirects present while scraping. |
|
|
| #### Q-Score Distribution |
|
|
| Not Applicable |
|
|
| ### Data Splits |
|
|
| The jsonl files are split into 100,000 chunks. |
|
|
| ## Dataset Creation |
|
|
| ### Curation Rationale |
|
|
| 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. |
|
|
| ### Source Data |
|
|
| #### Initial Data Collection and Normalization |
|
|
| None. No normalization is performed as this is a raw dump of the dataset. |
|
|
| #### Who are the source language producers? |
|
|
| The related editors/users of TvTropes.org |
|
|
| ### Annotations |
|
|
| #### Annotation process |
|
|
| No Annotations are present. |
|
|
| #### Who are the annotators? |
|
|
| No human annotators. |
|
|
| ### Personal and Sensitive Information |
|
|
| We are certain there is no PII included in the dataset. |
|
|
| ## Considerations for Using the Data |
|
|
| ### Social Impact of Dataset |
|
|
| This dataset is intended to be useful for anyone who wishes to train a model to generate "more entertaining" content. |
| It may also be useful for other languages depending on your language model. |
|
|
| ### Discussion of Biases |
|
|
| This dataset contains mainly TV Tropes used in media. |
|
|
| ### Other Known Limitations |
|
|
| N/A |
|
|
| ## Additional Information |
|
|
| ### Dataset Curators |
|
|
| KaraKaraWitch |
|
|
| ### Licensing Information |
|
|
| Apache 2.0, for all parts of which KaraKaraWitch may be considered authors. All other material is distributed under fair use principles. |
|
|
| Ronsor Labs additionally is allowed to relicense the dataset as long as it has gone through processing. |
|
|
| ### Citation Information |
|
|
| ``` |
| @misc{tvtroper-cleaned, |
| title = {TvTroper Cleaned: Tropes & Others.}, |
| author = {KaraKaraWitch}, |
| year = {2023}, |
| howpublished = {\url{https://huggingface.co/datasets/RyokoExtra/TvTroper}}, |
| } |
| ``` |
|
|
| ### Name Etymology |
|
|
| N/A |
|
|
| ### Contributions |
|
|
| - [@KaraKaraWitch (Twitter)](https://twitter.com/KaraKaraWitch) for gathering this dataset. |