Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,10 @@
|
|
1 |
# Mawqif: A Multi-label Arabic Dataset for Target-specific Stance Detection
|
2 |
|
3 |
-
- This repository contains the data and classifier used in the paper titled "Mawqif: A Multi-label Arabic Dataset for Target-specific Stance Detection" accepted to appear at [WANLP](https://sites.google.com/view/wanlp2022/home?authuser=0), [EMNLP 2022](https://2022.emnlp.org) . **Link to the paper:** (https://preview.aclanthology.org/emnlp-22-ingestion/2022.wanlp-1.16/)
|
4 |
-
|
5 |
- *Mawqif* is the first Arabic dataset that can be used for target-specific stance detection.
|
6 |
|
7 |
-
- This is a multi-label dataset where each data point is annotated for stance, sentiment, and sarcasm
|
8 |
-
|
9 |
-
- We benchmark *Mawqif* dataset on the stance detection task and evaluate the performance of four BERT-based models. Our best model achieves a macro-F1 of 78.89\%, which shows that there is ample room for improvement on this challenging task.
|
10 |
-
|
11 |
-
- In addition to the annotated tweets, we also release the **annotation guidelines**, and the **code** used to build a standard pipeline under the [PyTorch Lightning](https://www.pytorchlightning.ai) framework to fine-tune BERT-based models for stance detection.
|
12 |
|
|
|
13 |
|
14 |
|
15 |
|
@@ -32,5 +27,5 @@ To browse an interactive visualization of the *Mawqif* dataset, please click [he
|
|
32 |
# Citation
|
33 |
If you feel our paper and resources are useful, please consider citing our work!
|
34 |
```
|
35 |
-
|
36 |
```
|
|
|
1 |
# Mawqif: A Multi-label Arabic Dataset for Target-specific Stance Detection
|
2 |
|
|
|
|
|
3 |
- *Mawqif* is the first Arabic dataset that can be used for target-specific stance detection.
|
4 |
|
5 |
+
- This is a multi-label dataset where each data point is annotated for stance, sentiment, and sarcasm.
|
|
|
|
|
|
|
|
|
6 |
|
7 |
+
- We benchmark *Mawqif* dataset on the stance detection task and evaluate the performance of four BERT-based models. Our best model achieves a macro-F1 of 78.89\%.
|
8 |
|
9 |
|
10 |
|
|
|
27 |
# Citation
|
28 |
If you feel our paper and resources are useful, please consider citing our work!
|
29 |
```
|
30 |
+
Nora Saleh Alturayeif, Hamzah Abdullah Luqman, and Moataz Aly Kamaleldin Ahmed. 2022. Mawqif: A Multi-label Arabic Dataset for Target-specific Stance Detection. In Proceedings of the The Seventh Arabic Natural Language Processing Workshop (WANLP), pages 174–184, Abu Dhabi, United Arab Emirates (Hybrid). Association for Computational Linguistics.
|
31 |
```
|