Datasets:
Tasks:
Text Classification
Formats:
parquet
Sub-tasks:
text-scoring
Languages:
English
Size:
10K - 100K
File size: 1,730 Bytes
bc644b9 7d89139 7b7c671 bc644b9 d7560ad bc644b9 d7560ad bc644b9 d7560ad 7b7c671 d7560ad bc644b9 7d89139 bc644b9 eb08986 3eb6e9c eb08986 3eb6e9c 2e2594e 3eb6e9c 2e2594e 3eb6e9c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 |
---
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:
- reddit
- 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 |