Commit 
							
							·
						
						2059021
	
1
								Parent(s):
							
							d20e2b5
								
Create README.md
Browse files
    	
        README.md
    ADDED
    
    | @@ -0,0 +1,18 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            license: apache-2.0
         | 
| 3 | 
            +
            language:
         | 
| 4 | 
            +
            - en
         | 
| 5 | 
            +
            ---
         | 
| 6 | 
            +
            ~10k conversations from Omegle. Scraped using: http://web.archive.org/cdx/search/xd?url=logs.omegle.com/*&fl=timestamp,original,statuscode&output=json
         | 
| 7 | 
            +
            * PII removed by searching for conversations with these words: forbidden_words = ["kik", "telegram", "skype", "wickr", "discord", "dropbox", "insta ", "insta?", "instagram", "snap ", "snapchat"].
         | 
| 8 | 
            +
            * Conversations with racial slurs removed.
         | 
| 9 | 
            +
            * English only.
         | 
| 10 | 
            +
             | 
| 11 | 
            +
            General process for scraping was:
         | 
| 12 | 
            +
            1. Go to page in archive.org cdx
         | 
| 13 | 
            +
            2. Check if the page contains a log
         | 
| 14 | 
            +
            3. Download the log image
         | 
| 15 | 
            +
            4. Use OCR to read it
         | 
| 16 | 
            +
            5. Save it to a json file.
         | 
| 17 | 
            +
             | 
| 18 | 
            +
            This dataset could be useful for training casual conversational AI's but it likely still requires more filtering. Use at your own risk.
         |