NoraAlt commited on
Commit
ea44bc5
·
1 Parent(s): 944f3d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -8
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, which will provide a benchmark for the three tasks. It can also provide more opportunities for studying the interaction between different opinion dimensions and evaluating a multi-task model.
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
- TBA
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
  ```