lemonilia commited on
Commit
7f5adb6
·
1 Parent(s): 0cf746f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: agpl-3.0
4
+ license_link: https://www.gnu.org/licenses/agpl-3.0.txt
5
+ tags:
6
+ - not-for-all-audiences
7
+ language:
8
+ - en
9
+ ---
10
+
11
+ # Elliquiy roleplaying forum data
12
+
13
+ A collection of about X million posts and Y thousands mostly _erotic_ roleplaying forum threads from Elliquiy, from October 2005 through early April 2023. Basic automated cleaning was performed, but the messages are still (by deliberate choice) mostly in HTML format, with the notable exception of converting linebreaks into `\n`.
14
+
15
+ In addition to the messages, some metadata was provided for convenience, as well as alternative usernames that could be used instead of directly usernames (in the format of `User0`, `User1` ... `UserN`).
16
+
17
+ Consider this a **work in progress**. I might update the dataset in the future as I improve the cleaning procedure.
18
+
19
+ # Limitations
20
+ During the scraping procedure (occurred on April 2023) some information like text color and links was lost in the process. Most of the data is adult-themed, and given that usernames inside the posts still exist, it would be best if usernames weren't directly used when training a model with this data.
21
+
22
+ Given the text formatting used by many users, complete and thorough conversion to Markdown seems very difficult without losing information in the process or causing other issues.
23
+
24
+ # Cleaning procedure details
25
+ ## At the element level
26
+ - Converted post dates to ISO format
27
+ - Simplified blockquotes
28
+ - Removed attributes (class, style) from most tags
29
+ - Changed stylistic div/span into their closest HTML counterpart
30
+ - Some deprecated tags have been used
31
+ - Cosmetic font sizes consolidated into three categories: `<small>`, normal, `<big>`
32
+ - Font changes removed
33
+ - Special CSS effects removed
34
+ - Background-colored text into `<mark>`
35
+ - Spoiler tags converted into `<details><summary>` blocks
36
+ - However, inline spoilers don't work well with this—to be checked out at a later time
37
+ - Removed left/right "floating text" `<div>`
38
+ - Removed left/right/justify text-alignment `<div>`
39
+ - Center alignment elements changed to `<center>` (deprecated tag)
40
+ - Tried to reduce the amount of `<table>` elements inappropriately used for cosmetic purposes
41
+ - More work needed
42
+
43
+ ## At the text level
44
+ - Removed non-standard unicode spaces
45
+ - Changed generic spoiler text
46
+ - Removed some leftover BB tags (most often the result of user error)
47
+ - More work needed
48
+ - Shortened some bare URLs
49
+ - Tried to turn into `<a>` links some URLs, when possible (the data was scraped using a forum function that mangled links in some way)
50
+ - Changed `elliquiy.com` URLs into `example.com`
51
+ - Removed some site-internal URLs
52
+ - Converted all smilies into emoji
53
+ - Removed excessive newlines and leading/trailing spaces
54
+ - Fixed some HTML element spacing issue
55
+ - More work needed
56
+
57
+ ## NOT done
58
+ - Replacing HTML escape characters
59
+ - Changing fancy punctuation to ASCII punctuation
60
+ - Removing usernames entirely