Datasets:
Tasks:
Text Classification
Formats:
parquet
Sub-tasks:
text-scoring
Languages:
English
Size:
10K - 100K
Update README.md
Browse files
README.md
CHANGED
@@ -68,8 +68,9 @@ Each row includes:
|
|
68 |
* comment_id - ID of comment
|
69 |
* link_id - ID of parent post
|
70 |
* created_comment - Date comment was created
|
71 |
-
*
|
72 |
* title - Title of parent post
|
73 |
* selftext - Text of parent post
|
|
|
74 |
* score_submission - Score of parent post
|
75 |
* created_submission - Date parent post was created
|
|
|
68 |
* comment_id - ID of comment
|
69 |
* link_id - ID of parent post
|
70 |
* created_comment - Date comment was created
|
71 |
+
* has_link_comment - Whether the comment text includes 'http://' or 'https://'
|
72 |
* title - Title of parent post
|
73 |
* selftext - Text of parent post
|
74 |
+
* has_link_submission - Whether the parent post selftext includes 'http://' or 'https://'
|
75 |
* score_submission - Score of parent post
|
76 |
* created_submission - Date parent post was created
|