File size: 4,601 Bytes
02536f0
 
b228bd8
02536f0
b228bd8
02536f0
b228bd8
02536f0
b228bd8
 
02536f0
b228bd8
 
02536f0
b228bd8
02536f0
b228bd8
02536f0
b228bd8
 
 
 
02536f0
 
 
 
 
 
 
b228bd8
 
02536f0
 
 
 
 
 
b228bd8
02536f0
 
b228bd8
 
02536f0
b228bd8
02536f0
b228bd8
02536f0
 
 
 
 
 
 
 
b228bd8
 
 
02536f0
 
 
 
 
940915f
 
b228bd8
940915f
b228bd8
940915f
 
b2187a4
b228bd8
940915f
 
 
b228bd8
940915f
 
 
b2187a4
b228bd8
b2187a4
b228bd8
b2187a4
b228bd8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
---
annotations_creators:
  - no-annotation
language_creators:
  - crowdsourced
license:
  - cc-by-sa-3.0
task_categories:
  - text-generation
  - fill-mask
task_ids:
  - language-modeling
  - masked-language-modeling
source_datasets:
  - original
language:
  - en
configs:
  - config_name: default
    data_files:
    - split: final
      path: jsonl/*.jsonl
pretty_name: SCP-RECURSAL
---

# Dataset Card for SCP-RECURSAL

---

![](SCP-Tan.png "A researcher wearing a white lab coat within recursal looking though the documents collectively known as SCP-Recursal.")

**Item ID:** SCP-RECURSAL

**Object Class:** Safe

**Special Containment Procedures:**  

SCP-Recursal is to be stored on the Huggingface (HF) Servers, with backup copies maintained on other secure servers.  
Access to SCP-Recursal is unrestricted, and it may be freely used and redistributed without authorization.

**Description:** SCP-Recursal is a dataset comprising **~[TBD]B** Tokens (llama-2-7b-chat-tokenizer) / **~[TBD]B** Tokens (RWKV Tokenizer)  scraped from the SCP Wiki website (scp-wiki.wikidot.com).  
The dataset is curated by Darok, released by KaraKaraWitch and funded by Recursal.ai.

SCP-Recursal is a comprehensive collection of tales, series, from the SCP Wiki, spanning from 2008 to 2022.  
The dataset was created by scraping lists of tales for each year, fetching content from tale pages using BeautifulSoup selectors, and filtering out unnecessary information.
The same process was applied to series `scp-series-1` to `scp-series-8`.

The cleaning process involved removing author credits, "More articles by" sections, "Hide list" buttons, ratings, and special characters until the next line.
Unicode characters were also cleaned, and unnecessary text was removed. The resulting dataset is a cohesive collection of SCP-related content, ideal for language modeling tasks.

**Experiments:**

**Experiment 1:** "SCP-Recursal: The Ultimate Language Model"

- Researchers used SCP-Recursal to train a language model, which was then tasked with generating a new SCP article.
- Result: The model produced [DATA EXPUNGED]. Due to it's Memetic Effect, the computer that was in use was incinerated.
- Conclusion: [DATA EXPUNGED]

---

## Dataset Details

### Dataset Description

SCP-Recursal as mentioned in the SCP-Article above, is a dataset of **~[TBD]B** Tokens (llama-2-7b-chat-tokenizer) / **~[TBD]B** Tokens (RWKV Tokenizer) of SCP Tales and Stories

- **Curated by:** Darok
- **Funded by [optional]:** Recursal.ai (I work there lol)
- **Shared by [optional]:** KaraKaraWitch
- **Language(s) (NLP):** English
- **License:** cc-by-sa-4.0

### Supported Tasks and Leaderboards

Primarily used for language modeling.

### Languages

Mainly written in english.

### Scraping & Filtering

Scraping by fetching each page with BeautifulSoup. Filtering is done base on a per line basis. removing certain patterns within lines of text. The file `tools/clean.py` contains the tools used to post process the stories. The tools folder contains all the tools used to filter and crawl the wiki.

### Data Instances

A sample is provided below

```json
{"text": "Project Codename: Olympia\nProject#: PRJOLM-000134\nClearance and File#: NPF-00051473\nHead Researcher: Professor K.P. Crow\nExperiment Aims:\nTo test the properties, capabilities and limitations of the subject.\nSubject is the product of Olympia Integration Experiment BETA, and is the ultimate product of the Olympia Project.<...TRUNCATED>"}
```

### Data Fields

There is only 1 field (`text`) which contains a string to an article. No additional metadata is included.

### Dataset Curators

This dataset was mainly Darok's work. I (KaraKaraWitch) only assisted them with questions and the writing of the dataset card.

### Licensing Information

All the tales and stories in SCP-Wiki are broadly listed under `CC-BY-SA-3.0`. With the exception of 1 Image (SCP-173). However, we do not include any images for the SCP Items. As such all the text should be compliant under the `CC-BY-SA-3.0` license.

### Citation Information

```
@misc{scp-recursal,
  title         = {SCP-Recursal},
  author        = {Darok, KaraKaraWitch, recursal.ai},
  year          = {2023},
  howpublished  = {\url{https://huggingface.co/datasets/recursal/SCP-RECURSAL}},
}
```

### Additional Notes

For those within SCP-Wiki wishing to use SCP-RECURSAL in writing / stories / tales:

- Either `SCP-RECURSAL` or `SCP-Recursal`.
- Do not misuse / detract from the defintion of SCP-RECURSAL mentioned above.
- Aside from the above, you are allowed to reuse SCP-RECURSAL to your liking.