|
--- |
|
license: apache-2.0 |
|
language: |
|
- en |
|
--- |
|
~10k conversations from Omegle. Scraped using: http://web.archive.org/cdx/search/xd?url=logs.omegle.com/*&fl=timestamp,original,statuscode&output=json. For these logs to have ended up on the cdx, it means the url was posted publicly at some point. |
|
* PII removed by searching for conversations with these words: forbidden_words = ["kik", "telegram", "skype", "wickr", "discord", "dropbox", "insta ", "insta?", "instagram", "snap ", "snapchat"]. |
|
* Conversations with racial slurs removed. |
|
* English only. |
|
|
|
General process for scraping was: |
|
1. Go to page in archive.org cdx |
|
2. Check if the page contains a log |
|
3. Download the log image |
|
4. Use OCR to read it |
|
5. Save it to a json file. |
|
|
|
This dataset could be useful for training casual conversational AI's but it likely still requires more filtering. Use at your own risk. |