mbayan commited on
Commit
3456eca
·
verified ·
1 Parent(s): 7a89801

Track A docs: 2 subtasks (A1 binary, A2 unified fine-grained multi-label)

Browse files
Files changed (1) hide show
  1. README.md +25 -14
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 1A – Binary.** Classify the meme as `Hateful` or `Not Hateful`.
66
- - **Subtask 1B – Fine-grained hateful.** For `Hateful` memes, predict the
67
- applicable fine-grained sub-type(s) (multi-label).
68
- - **Subtask 1C Fine-grained non-hateful.** For `Not Hateful` memes,
69
- predict the applicable sub-type(s) (multi-label).
 
 
 
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
- **Hateful sub-types** (Subtask 1B, multi-label):
101
- Mocking, Incitement, Dehumanization, Slurs, Contempt, Inferiority,
102
- Exclusion, Stereotyping, Extremism, Threat, Insults, Historical, Other.
103
 
104
- **Non-hateful sub-types** (Subtask 1C, multi-label):
105
- Humor, Sarcasm, Other.
 
 
106
 
107
- A meme is never assigned both hateful and non-hateful sub-types
108
- simultaneously. Sub-types are multi-label, so per-class counts sum to
109
- more than the meme counts.
 
 
 
 
 
 
 
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