ibaucells commited on
Commit
319ba9f
1 Parent(s): 346efac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -117,21 +117,21 @@ Three JSON files, one for each split.
117
 
118
  ### Data Fields
119
 
120
- - ```id``` (a string feature): unique identifier of the instance.
121
- - `context` (a string feature): complete text message from the user surrounding the sentence (it can coincide totally or only partially with the sentence).
122
- - sentence (a string feature): text message where the abusiveness is evaluated.
123
- - topic (a string feature): category from Racó Català forums where the sentence comes from.
124
- - keywords (a list of strings): keywords used to select the candidate messages to annotate.
125
- - context_needed (a string feature): "yes" / "no" if all the annotators consulted / did not consult the context to decide on the sentence's abusiveness, "maybe" if there was not agreement about it.
126
- - is_abusive (a bool feature): "abusive" or "not_abusive"
127
- - abusiveness_agreement (a string feature): "full" if the two annotators agreed on the abusiveness/not-abusiveness of the sentence, and "partial" if the abusiveness had to be decided by a third annotator.
128
- - abusive_spans (a dictionary with field 'text' (list of strings) and 'index' (list of strings)): the sequence of words that attribute to the text's abusiveness.
129
- - is_implicit (a string): whether the abusiveness is explicit (contains a profanity, slur or threat) or implicit (does not contain a profanity or slur, but is likely to contain irony, sarcasm or similar resources)
130
- - target_spans (a dictionary with field 'text' (list of strings) and 'index' (list of strings)): if found in the message, the sequence(s) of words that refer to the target of the text's abusiveness
131
- - target_type (a dictionary with field 'text' (list of strings) and 'index' (list of strings)): three possible categories. The categories are non-exclusive, as some targets may have a dual identity and more than one target may be detected in a single message.
132
- - individual: a famous person, a named person or an unnamed person interacting in the conversation.
133
- - group: considered to be a unit based on the same ethnicity, gender or sexual orientation, political affiliation, religious belief or something else.
134
- - other; e.g. an organization, a situation, an event, or an issue
135
 
136
  ### Data Splits
137
 
 
117
 
118
  ### Data Fields
119
 
120
+ - ``id`` (a string feature): unique identifier of the instance.
121
+ - ``context`` (a string feature): complete text message from the user surrounding the sentence (it can coincide totally or only partially with the sentence).
122
+ - ``sentence`` (a string feature): text message where the abusiveness is evaluated.
123
+ - ``topic`` (a string feature): category from Racó Català forums where the sentence comes from.
124
+ - ``keywords`` (a list of strings): keywords used to select the candidate messages to annotate.
125
+ - ``context_needed`` (a string feature): "yes" / "no" if all the annotators consulted / did not consult the context to decide on the sentence's abusiveness, "maybe" if there was not agreement about it.
126
+ - ``is_abusive`` (a bool feature): "abusive" or "not_abusive"
127
+ - ``abusiveness_agreement`` (a string feature): "full" if the two annotators agreed on the abusiveness/not-abusiveness of the sentence, and "partial" if the abusiveness had to be decided by a third annotator.
128
+ - ``abusive_spans`` (a dictionary with field 'text' (list of strings) and 'index' (list of strings)): the sequence of words that attribute to the text's abusiveness.
129
+ - ``is_implicit`` (a string): whether the abusiveness is explicit (contains a profanity, slur or threat) or implicit (does not contain a profanity or slur, but is likely to contain irony, sarcasm or similar resources)
130
+ - ``target_spans`` (a dictionary with field 'text' (list of strings) and 'index' (list of strings)): if found in the message, the sequence(s) of words that refer to the target of the text's abusiveness
131
+ - ``target_type`` (a dictionary with field 'text' (list of strings) and 'index' (list of strings)): three possible categories. The categories are non-exclusive, as some targets may have a dual identity and more than one target may be detected in a single message.
132
+ - ``individual``: a famous person, a named person or an unnamed person interacting in the conversation.
133
+ - ``group``: considered to be a unit based on the same ethnicity, gender or sexual orientation, political affiliation, religious belief or something else.
134
+ - ``other``; e.g. an organization, a situation, an event, or an issue
135
 
136
  ### Data Splits
137