Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -122,15 +122,15 @@ Three JSON files, one for each split.
|
|
| 122 |
- ``topic`` (a string feature): category from Racó Català forums where the sentence comes from.
|
| 123 |
- ``keywords`` (a list of strings): keywords used to select the candidate messages to annotate.
|
| 124 |
- ``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.
|
| 125 |
-
- ``is_abusive`` (a bool feature): "abusive" or "not_abusive"
|
| 126 |
- ``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.
|
| 127 |
- ``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.
|
| 128 |
-
- ``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)
|
| 129 |
-
- ``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
|
| 130 |
- ``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.
|
| 131 |
- ``individual``: a famous person, a named person or an unnamed person interacting in the conversation.
|
| 132 |
- ``group``: considered to be a unit based on the same ethnicity, gender or sexual orientation, political affiliation, religious belief or something else.
|
| 133 |
-
- ``other``; e.g. an organization, a situation, an event, or an issue
|
| 134 |
|
| 135 |
### Data Splits
|
| 136 |
|
|
|
|
| 122 |
- ``topic`` (a string feature): category from Racó Català forums where the sentence comes from.
|
| 123 |
- ``keywords`` (a list of strings): keywords used to select the candidate messages to annotate.
|
| 124 |
- ``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.
|
| 125 |
+
- ``is_abusive`` (a bool feature): "abusive" or "not_abusive".
|
| 126 |
- ``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.
|
| 127 |
- ``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.
|
| 128 |
+
- ``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).
|
| 129 |
+
- ``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.
|
| 130 |
- ``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.
|
| 131 |
- ``individual``: a famous person, a named person or an unnamed person interacting in the conversation.
|
| 132 |
- ``group``: considered to be a unit based on the same ethnicity, gender or sexual orientation, political affiliation, religious belief or something else.
|
| 133 |
+
- ``other``; e.g. an organization, a situation, an event, or an issue.
|
| 134 |
|
| 135 |
### Data Splits
|
| 136 |
|