Datasets:
Tasks:
Text Classification
Formats:
parquet
Sub-tasks:
text-scoring
Languages:
English
Size:
10K - 100K
annotations_creators: | |
- no-annotation | |
language_creators: | |
- found | |
language: | |
- en | |
license: [] | |
multilinguality: | |
- monolingual | |
size_categories: | |
- 10K<n<100K | |
source_datasets: | |
- original | |
task_categories: | |
- text-classification | |
- text2text-generation | |
task_ids: | |
- text-scoring | |
pretty_name: r/OutOfTheLoop Questions and Answers | |
dataset_info: | |
features: | |
- name: body | |
dtype: string | |
- name: score_comment | |
dtype: int64 | |
- name: link_id | |
dtype: string | |
- name: comment_id | |
dtype: string | |
- name: created_comment | |
dtype: string | |
- name: has_link_comment | |
dtype: bool | |
- name: title | |
dtype: string | |
- name: selftext | |
dtype: string | |
- name: score_submission | |
dtype: int64 | |
- name: created_submission | |
dtype: string | |
- name: has_link_submission | |
dtype: bool | |
splits: | |
- name: train | |
num_bytes: 55558875 | |
num_examples: 42152 | |
download_size: 24532400 | |
dataset_size: 55558875 | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
tags: | |
- outoftheloop | |
## Dataset Description | |
This dataset includes all Reddit comments from the OutOfTheLoop subreddit between 2019-03 and 2023-02 which start with the text "**Answer:**". | |
Each row includes: | |
* body - Comment text | |
* score_comment - Reddit voted score of the comment | |
* comment_id - ID of comment | |
* link_id - ID of parent post | |
* created_comment - Date comment was created | |
* has_link_comment - Whether the comment text includes 'http://' or 'https://' | |
* title - Title of parent post | |
* selftext - Text of parent post | |
* has_link_submission - Whether the parent post selftext includes 'http://' or 'https://' | |
* score_submission - Score of parent post | |
* created_submission - Date parent post was created |