Ten Million Reddit Answers
Ten million answers and their /r/AskReddit questions
@kaggle.pavellexyr_ten_million_reddit_answers
Ten million answers and their /r/AskReddit questions
@kaggle.pavellexyr_ten_million_reddit_answers
The spiritual successor to our One Million Reddit Questions, this dataset presents ten millions of question-answer pairs, labelled by score and pre-analyzed sentiment.
This dataset contains ten million comments on /r/AskReddit - and the associated parent posts, procured using SocialGrep.
The posts and the comments are labelled with date of creation and their score.
We would like to thank the Kaggle community. WIthout you, this dataset would not have been here.
This dataset presents a novel corpus, ripe for training question-answering language models and much more. What can you do with it, reader? The sky is the limit.
CREATE TABLE ten_million_reddit_answers (
"type" VARCHAR,
"id" VARCHAR,
"subreddit_id" VARCHAR,
"subreddit_name" VARCHAR,
"subreddit_nsfw" BOOLEAN,
"created_utc" BIGINT,
"permalink" VARCHAR,
"body" VARCHAR,
"sentiment" DOUBLE,
"score" BIGINT
);CREATE TABLE ten_million_reddit_answers_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.