Earlier quoted context omitted.
I actually built an IRC bot that did this once. It searched reddit for your question, took the first result, and posted the top comment. It worked very well for certain kinds of questions. Especially if it came from the better subreddits like askscience, but even just reddit in general. I improved on it a lot with a whitelist of subreddits and some machine learning to select the best thread. But I was only touching o…
If it's open source I'll love to take a look
A dataset of every Reddit comment
61–70 of 96 posts
Re: A dataset of every Reddit comment
#62As linked below, I've played around a bit with this dataset: https://www.reddit.com/r/dataisbeautiful/comments/3cjyvb/rel... BigQuery is the best interface for it. Can resolve queries on the entire dataset in less than a few seconds (however, you only get 1TB processing free per month. Since the full dataset is ~285GB, you only get 4 queries per month. Plan ahead on the May 2015 dataset, which is only 8GB.) I can ans…
I want all the url submissions in a given subreddit, but all I can find in the tables is "link_id". How do I map link_ids to urls?
/u/Stuck_in_the_Matrix commented on another thread that he's working on it.
Re: A dataset of every Reddit comment
#63Earlier quoted context omitted.
You can't determine what is OC from comments, only from submission titles. But by sheer coincidence, I have made a chart comparing average scores for OC submissions vs. non-OC submissions a few months ago: https://www.reddit.com/r/dataisbeautiful/comments/2rv76z/oc_...
Hey there! I know you! Posts are coming soon!
Re: A dataset of every Reddit comment
#64EDIT: regardless, does anyone know if similar datasets with spam?
Re: A dataset of every Reddit comment
#65Does anyone know if this includes the spam? This dataset is obviously very interesting in its own right without spam, but far more useful for me would be all of it, including the spam. EDIT: regardless, does anyone know if similar datasets with spam?
Re: A dataset of every Reddit comment
#66Re: A dataset of every Reddit comment
#67This could be amazing as input to a question answering engine.
I actually built an IRC bot that did this once. It searched reddit for your question, took the first result, and posted the top comment. It worked very well for certain kinds of questions. Especially if it came from the better subreddits like askscience, but even just reddit in general. I improved on it a lot with a whitelist of subreddits and some machine learning to select the best thread. But I was only touching o…
Re: A dataset of every Reddit comment
#68Wow, that is much, much, smaller than I thought it would be. Anyone have a recent link on Reddit's infrastructure? Given the small size I would think it easily fits in memory so I'm a bit curious how they handle it.
Re: A dataset of every Reddit comment
#69I think it's fascinating that if anyone uses this dataset to train an AI, some tiny piece of my personality might make a contribution.
Re: A dataset of every Reddit comment
#70I really want to get my full commenting history from this, but the download is enormous. Anyone know how I could go about this with cloud services?
Hey there! I'm the one that uploaded the original dataset. I'm creating API endpoints that will easily allow you to do this. It should be completed in 1-2 weeks.