nishan-chatterjee
commited on
Commit
·
996e640
1
Parent(s):
352cae4
link to github
Browse files
README.md
CHANGED
|
@@ -32,6 +32,8 @@ widget:
|
|
| 32 |
|
| 33 |
Given only the “textual content” of a meme, the goal is to identify which of the 20 persuasion techniques, organized in a hierarchy, it uses. Selecting only the ancestor node of a technique gives only a partial reward. This is a hierarchical multi-label classification problem based on the [SemEval 2024 Task 4 Subtask 1 of "Multilingual Detection of Persuasion Techniques in Memes"](https://propaganda.math.unipd.it/semeval2024task4/index.html).
|
| 34 |
|
|
|
|
|
|
|
| 35 |
### Hierarchy
|
| 36 |
<img src="images/persuasion_techniques_hierarchy_graph.png" width="622" height="350">
|
| 37 |
|
|
|
|
| 32 |
|
| 33 |
Given only the “textual content” of a meme, the goal is to identify which of the 20 persuasion techniques, organized in a hierarchy, it uses. Selecting only the ancestor node of a technique gives only a partial reward. This is a hierarchical multi-label classification problem based on the [SemEval 2024 Task 4 Subtask 1 of "Multilingual Detection of Persuasion Techniques in Memes"](https://propaganda.math.unipd.it/semeval2024task4/index.html).
|
| 34 |
|
| 35 |
+
The source code to train the model along with additional implementations can be found [here](https://github.com/nishan-chatterjee/what-do-you-meme). The paper describing our method was accepted at SemEval 2024. Link to paper coming soon!!
|
| 36 |
+
|
| 37 |
### Hierarchy
|
| 38 |
<img src="images/persuasion_techniques_hierarchy_graph.png" width="622" height="350">
|
| 39 |
|