--- license: cc-by-nc-4.0 --- This dataset is comprised of roleplay chat conversations scraped from several Discord RP fandom servers. The conversations have been split in terms of days, the assumption being that a majority of long-form roleplays are started/continued and completed within a day. The original dataset consisted of ~30K samples. Light filtering striped that down to ~6K samples. Stricter filtering striped it down to ~2k samples. Some effort was made to remove OOC, links, and other miscellanous fluff, but more work still needs to be done. This isn't a "completed" dataset so much as a test to see if the data gathered is conducive to training LLMs for roleplay purposes. If determined to be useful, I will continue to scrape more data. In here are several files: * `125_tokens_10_messages_discord_rp.json` - Original dataset filtered for an average token length of 125 and a minimum conversation length of 10 messages. Mostly unprocessed. * `80_tokens_6_messages_discord_rp.json` - Original dataset filtered for an average token length of 80 tokens and a minimum conversation length of 6 messages. Mostly unprocessed. The latter contains the former, so use one or the other, but not both. * `opencai_rp.json` - Original dataset filtered for an average token length of 80 tokens and a minimum conversation length of 6 messages, then processed. Contains descriptions of characters, summary, scene, and genre tags provided by `gpt-3.5-turbo-16k`. * `opencai_rp_metharme.json` - Original dataset filtered for an average token length of 80 tokens and a minimum conversation length of 6 messages, then processed, filtered to 4800 samples, and converted to metharme format.