SubMaroon commited on
Commit
88fef2a
·
verified ·
1 Parent(s): aff9040

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -49,8 +49,10 @@ This dataset contains data from mid-2016 to the end of 2024 from the website DTF
49
 
50
  Structure:
51
  – post_title - body of the post;
52
- – parent_comment - parent comment :);
 
53
  – child_comment - response (child) comment to parent comment;
 
54
  – subsite_name - subsite name (like a theme);
55
  – comment_id_parent - id of parent comment on dtf.ru
56
  – comment_id_child - id of child comment on dtf.ru
@@ -61,8 +63,8 @@ Structure:
61
  – normalized_reply_count - normalized value of number of responses to the parent comment (from 0 to 1).
62
  – parent_comment_tox - toxity metric for parent comment
63
  – child_comment_tox - toxity metric for child comment
64
- – parent_author - author of parent comment
65
- – child_author - author of child comment
66
 
67
 
68
 
 
49
 
50
  Structure:
51
  – post_title - body of the post;
52
+ – parent_comment - parent comment :);
53
+ – parent_author - author of parent comment;
54
  – child_comment - response (child) comment to parent comment;
55
+ – child_author - author of child comment;
56
  – subsite_name - subsite name (like a theme);
57
  – comment_id_parent - id of parent comment on dtf.ru
58
  – comment_id_child - id of child comment on dtf.ru
 
63
  – normalized_reply_count - normalized value of number of responses to the parent comment (from 0 to 1).
64
  – parent_comment_tox - toxity metric for parent comment
65
  – child_comment_tox - toxity metric for child comment
66
+
67
+
68
 
69
 
70