andyP commited on
Commit
3a7af5e
·
1 Parent(s): e29e87c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -11
README.md CHANGED
@@ -95,17 +95,14 @@ An example of 'train' looks as follows.
95
 
96
  ### Data Fields
97
 
98
- - `comment_id': 5,
99
- 'reply_to_comment_id':2,
100
- 'comment_nr': 1,
101
- 'content_id': 23,
102
- 'comment_text':'PLACEHOLDER TEXT',
103
- 'LABEL': 3
104
- - `sender`: a `string` feature.
105
- - 'no_reacts': a `integer`
106
- - `text`: a `string`.
107
- - `label`: categorical `OTHER`, `PROFANITY`, `INSULT`, `ABUSE`
108
-
109
 
110
  ### Data Splits
111
 
 
95
 
96
  ### Data Fields
97
 
98
+ - `comment_id': The unique comment ID,
99
+ 'reply_to_comment_id': contains the header comment, if part of a conversation tree, otherwise empty
100
+ 'comment_nr': the comments current number on the article
101
+ 'content_id': the article ID
102
+ 'comment_text': full comment text
103
+ 'LABEL':
104
+
105
+ 0 = Non-offensive, 1 = Targeted insult, 2 = Racist, 3 = Homophobic, 4 = Sexist
 
 
 
106
 
107
  ### Data Splits
108