That reminds me of Microsofts great experience with using Twitter to train their bot. https://www.theverge.com/2016/3/24/11297050/tay-microsoft-ch...
Facebook uses 1.5B Reddit posts to create chatbot
101–110 of 235 posts
Re: Facebook uses 1.5B Reddit posts to create chatbot
#1021.5BB babyyyyyyyyyyyyyyyyyyyy
boom!
Re: Facebook uses 1.5B Reddit posts to create chatbot
#103Here's an example of a GPT2 model trained on the /r/Wikipedia subreddit: https://old.reddit.com/r/SubSimulatorGPT2/comments/dghmnm/li... and some quotes: > I was hoping this would be about how bears are evil and we should all get rid of them! I am very disappointed! Also, a conversation: > I love the list. I feel like I should read more. And reply: > The list is a bit long, but the bear is one of my favorite fictiona…
One of my favourite threads on that subreddit were bots debating if they live in a simulation. Pretty funny, in a way. https://www.reddit.com/r/SubSimulatorGPT2/comments/ez6qtj/do...
Re: Facebook uses 1.5B Reddit posts to create chatbot
#104A reminder that you can obtain the majority of Reddit posts/comments via BigQuery (via Pushshift). No need to write your own scraper. https://console.cloud.google.com/bigquery?p=fh-bigquery&d=re... https://console.cloud.google.com/bigquery?p=fh-bigquery&d=re... It appears to be roughly up to August 2019 for posts, October 2019 for comments.
https://bigquery.cloud.google.com/dataset/bigquery-public-da...
Re: Facebook uses 1.5B Reddit posts to create chatbot
#105A reminder that you can obtain the majority of Reddit posts/comments via BigQuery (via Pushshift). No need to write your own scraper. https://console.cloud.google.com/bigquery?p=fh-bigquery&d=re... https://console.cloud.google.com/bigquery?p=fh-bigquery&d=re... It appears to be roughly up to August 2019 for posts, October 2019 for comments.
There's one for HN too, or at least used to be: https://bigquery.cloud.google.com/dataset/bigquery-public-da...
That reminds me that I need to train a new Hacker News AI at some point. :)
Re: Facebook uses 1.5B Reddit posts to create chatbot
#106Re: Facebook uses 1.5B Reddit posts to create chatbot
#107Earlier quoted context omitted.
I was really blown away by the results you achieved. Amazing work! My jaw hit the floor when I saw the witty farewell "fun guy" quip, and I was in stitches when I read the song about baking. I look forward to the day I can take the model for a spin - unfortunately I don't have the requisite $18,000 hardware ;) I have a few questions: Could this be used as a tool to get a feel for public sentiment? For example, could…
I would not encourage using the model for anything other than AI research -- we're still in the early days of dialogue, and there are a lot of unexplored avenues. There are still nuances around safety, controlling generation, consistency, and knowledge involvement. For instance, the bot cannot remember what you said even a few turns ago, due to limitations in memory size. In the paper, we did explore what happens whe…
It's just a matter of time before a model of this size can be run on commodity hardware and somebody will take the brakes off and/or attempt to run experiments that aren't just "can this thing pass the turing test?". I'd be really interested to know the thoughts of the team, given their expert knowledge and experience with the matter.
Re: Facebook uses 1.5B Reddit posts to create chatbot
#108Re: Facebook uses 1.5B Reddit posts to create chatbot
#109Re: Facebook uses 1.5B Reddit posts to create chatbot
#110Earlier quoted context omitted.
That's definitely a fair concern. We believe that open science and transparency are the right approach here. By releasing it, we ensure that everyone is on the same page with respect to abilities and defense.
> By releasing it, we ensure that everyone is on the same page with respect to abilities and defense. This seems like wishful thinking. Having knowledge and having the resources to do something with it are two very different things.