Datasets:
Tasks:
Text Classification
Formats:
parquet
Sub-tasks:
text-scoring
Languages:
English
Size:
10K - 100K
Update README.md
Browse files
README.md
CHANGED
@@ -56,3 +56,19 @@ task_ids:
|
|
56 |
- text-scoring
|
57 |
|
58 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
- text-scoring
|
57 |
|
58 |
---
|
59 |
+
|
60 |
+
## Dataset Description
|
61 |
+
This dataset includes all Reddit comments from the OutOfTheLoop subreddit between 2019-03 and 2023-02 which start with the text "Answer:".
|
62 |
+
|
63 |
+
Each row includes:
|
64 |
+
|
65 |
+
body - Comment text
|
66 |
+
score_comment - Reddit voted score of the comment
|
67 |
+
comment_id - ID of comment
|
68 |
+
link_id - ID of parent post
|
69 |
+
created_comment - Date comment was created
|
70 |
+
has_link - Whether the comment includes 'http://' or 'https://'
|
71 |
+
title - Title of parent post
|
72 |
+
selftext - Text of parent post
|
73 |
+
score_submission - Score of parent post
|
74 |
+
created_submission - Date parent post was created
|