One Million Reddit Questions
One million questions from /r/AskReddit, going back from September 2021.
@kaggle.pavellexyr_one_million_reddit_questions
One million questions from /r/AskReddit, going back from September 2021.
@kaggle.pavellexyr_one_million_reddit_questions
Ah, questions. One of the most important parts of natural dialogue. Automated question answering has been a long-standing problem in the NLP field. To help solve it, we present you with this dataset.
The following dataset comprises one million questions from /r/AskReddit, procured using SocialGrep.
The questions are labelled with date of creation and their score.
We would like to thank Etienne Girardet for generously providing us with a background image for this dataset.
CREATE TABLE one_million_reddit_questions (
"type" VARCHAR,
"id" VARCHAR,
"subreddit_id" VARCHAR,
"subreddit_name" VARCHAR,
"subreddit_nsfw" BOOLEAN,
"created_utc" BIGINT,
"permalink" VARCHAR,
"domain" VARCHAR,
"url" VARCHAR,
"selftext" VARCHAR,
"title" VARCHAR,
"score" BIGINT
);Anyone who has the link will be able to view this.