Track A docs: 2 subtasks (A1 binary, A2 unified fine-grained multi-label)
Browse files
README.md
CHANGED
|
@@ -62,11 +62,14 @@ manually annotated for hatefulness and fine-grained sub-types.
|
|
| 62 |
|
| 63 |
Given a meme (image + Arabic text):
|
| 64 |
|
| 65 |
-
- **Subtask
|
| 66 |
-
- **Subtask
|
| 67 |
-
applicable fine-grained sub-type(s)
|
| 68 |
-
|
| 69 |
-
|
|
|
|
|
|
|
|
|
|
| 70 |
|
| 71 |
## Splits
|
| 72 |
|
|
@@ -95,18 +98,26 @@ Given a meme (image + Arabic text):
|
|
| 95 |
| test | 148 | 352 | 29.6% |
|
| 96 |
| **Total** | **1,850** | **3,150** | 37.0% |
|
| 97 |
|
| 98 |
-
### Fine-grained sub-types
|
| 99 |
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
Exclusion, Stereotyping, Extremism, Threat, Insults, Historical, Other.
|
| 103 |
|
| 104 |
-
**
|
| 105 |
-
|
|
|
|
|
|
|
| 106 |
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
|
| 111 |
## Record schema
|
| 112 |
|
|
|
|
| 62 |
|
| 63 |
Given a meme (image + Arabic text):
|
| 64 |
|
| 65 |
+
- **Subtask A1 – Binary.** Classify the meme as `Hateful` or `Not Hateful`.
|
| 66 |
+
- **Subtask A2 – Fine-grained category prediction (multi-label).** Predict
|
| 67 |
+
the applicable fine-grained sub-type(s) from a unified taxonomy that
|
| 68 |
+
covers both hateful and non-hateful categories. Hateful memes draw
|
| 69 |
+
labels from the hateful sub-type set (Mocking, Incitement,
|
| 70 |
+
Dehumanization, Slurs, Contempt, Inferiority, Exclusion, …); non-hateful
|
| 71 |
+
memes draw from `Humor`, `Sarcasm`, plus the shared `Other`. Both
|
| 72 |
+
subtasks are evaluated on every meme.
|
| 73 |
|
| 74 |
## Splits
|
| 75 |
|
|
|
|
| 98 |
| test | 148 | 352 | 29.6% |
|
| 99 |
| **Total** | **1,850** | **3,150** | 37.0% |
|
| 100 |
|
| 101 |
+
### Fine-grained sub-types (Subtask A2)
|
| 102 |
|
| 103 |
+
The Subtask A2 label space is **one unified multi-label vocabulary**
|
| 104 |
+
that covers both hateful and non-hateful sub-types:
|
|
|
|
| 105 |
|
| 106 |
+
- **Hateful sub-types** (active in the released data): Mocking,
|
| 107 |
+
Incitement, Dehumanization, Slurs, Contempt, Inferiority, Exclusion.
|
| 108 |
+
- **Non-hateful sub-types**: Humor, Sarcasm.
|
| 109 |
+
- **Shared**: Other (used by both Hateful and Not-Hateful memes).
|
| 110 |
|
| 111 |
+
Five additional hateful classes appear in the annotation taxonomy but
|
| 112 |
+
have **zero training support** in the released data: Extremism,
|
| 113 |
+
Historical, Insults, Stereotyping, Threat. They are documented for
|
| 114 |
+
completeness, accepted by the format checker, and ignored by the scorer.
|
| 115 |
+
|
| 116 |
+
In practice each meme's fine-grained labels are drawn from its own
|
| 117 |
+
binary class: a Hateful meme will only carry hateful sub-types (and/or
|
| 118 |
+
`Other`); a Not-Hateful meme will only carry `Humor` / `Sarcasm` /
|
| 119 |
+
`Other`. Sub-types are multi-label, so per-class counts sum to more
|
| 120 |
+
than the meme counts.
|
| 121 |
|
| 122 |
## Record schema
|
| 123 |
|