File size: 2,516 Bytes
f972bb6
 
 
aab1c6d
 
 
 
 
 
 
 
 
 
 
214078c
 
aab1c6d
 
214078c
 
aab1c6d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
aff9040
 
 
 
aab1c6d
 
aff9040
aab1c6d
aff9040
 
f972bb6
d6b6e3d
20e9e72
d6b6e3d
01c8e4a
88fef2a
 
01c8e4a
88fef2a
01c8e4a
 
 
 
 
 
 
 
6a72ea7
288110d
88fef2a
 
6a72ea7
 
835103a
c9a15bb
16877ac
c9a15bb
 
835103a
 
 
 
286b9b1
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
77
78
79
---
language:
- ru
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: post_title
    dtype: string
  - name: parent_comment
    dtype: string
  - name: parent_author
    dtype: string
  - name: child_comment
    dtype: string
  - name: child_author
    dtype: string
  - name: subsite_name
    dtype: string
  - name: comment_id_parent
    dtype: int64
  - name: comment_id_child
    dtype: int64
  - name: replyTo
    dtype: int64
  - name: parent_likes
    dtype: int64
  - name: child_likes
    dtype: int64
  - name: reply_count
    dtype: int64
  - name: normalized_reply_count
    dtype: float64
  - name: parent_comment_tox
    dtype: float64
  - name: child_comment_tox
    dtype: float64
  splits:
  - name: train
    num_bytes: 3845055002
    num_examples: 785296
  download_size: 479165919
  dataset_size: 3845055002
---
This dataset contains data from mid-2016 to the end of 2024 from the website DTF.ru  

Structure:  
– post_title - body of the post;  
– parent_comment - parent comment :); 
– parent_author - author of parent comment;  
– child_comment - response (child) comment to parent comment;  
– child_author - author of child comment;  
– subsite_name - subsite name (like a theme);  
– comment_id_parent - id of parent comment on dtf.ru  
– comment_id_child - id of child comment on dtf.ru  
– replyTo - id of parent comment what child comment responses  
– parent_likes - number of likes on parent comment  
– child_likes - number of likes on child comment  
– reply_count - number of responses to the parent comment;  
– normalized_reply_count - normalized value of number of responses to the parent comment (from 0 to 1).  
– parent_comment_tox - toxity metric for parent comment  
– child_comment_tox - toxity metric for child comment  





It contains these symbols: **a-zA-Zа-яА-Я0-9.,!?;:**  
Global filter: comments were allowed only from 30 characters or more and from 5 likes or more  

Dataset isn't cleaned! 
Due to the specifics of moderation on DTF.ru the dataset contains many duplicate rows. There are some types of them:  
– "Этот материал был удален по просьбе автора";  
– "Комментарий недоступен";  
– "Комментарий удален автором поста";  
This is mark of deleted comments, they are valuable only in counting them, but not in using them for fine-tuning or analyzing writing.