phusroyal commited on
Commit
fe4585a
1 Parent(s): 866292d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md CHANGED
@@ -1,3 +1,65 @@
1
  ---
 
 
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
  license: mit
5
+ multilinguality:
6
+ - monolingual
7
+ source_datasets:
8
+ - original
9
+ task_ids:
10
+ - hate-speech-detection
11
+ task_categories:
12
+ - text-classification
13
+ language:
14
+ - vi
15
+ pretty_name: ViHOS - Vietnamese Hate and Offensive Spans Dataset
16
+ size_categories:
17
+ - 10K<n<100K
18
  ---
19
+
20
+ # Dataset Card for "ViHOS"
21
+
22
+ ## Dataset Description
23
+ - **Repository:** [ViHOS](https://github.com/phusroyal/ViHOS)
24
+ - **Paper:** [EACL-ViHOS](https://aclanthology.org/2023.eacl-main.47/)
25
+ - **Total amount of disk used:** 2.6 MB
26
+
27
+ ## Dataset Motivation
28
+ The rise in hateful and offensive language directed at other users is one of the adverse side effects of the increased use of social networking platforms. This could make it difficult for human moderators to review tagged comments filtered by classification systems.
29
+
30
+ To help address this issue, we present the ViHOS (**Vi**etnamese **H**ate and **O**ffensive **S**pans) dataset, the first human-annotated corpus containing 26k spans on 11k online comments.
31
+
32
+ Our goal is to create a dataset that contains comprehensive hate and offensive thoughts, meanings, or opinions within the comments rather than just a lexicon of hate and offensive terms.
33
+
34
+ We also provide definitions of hateful and offensive spans in Vietnamese comments as well as detailed annotation guidelines. Futhermore, our solutions to deal with *nine different online foul linguistic phenomena* are also provided in the [*paper*]() (e.g. Teencodes; Metaphors, metonymies; Hyponyms; Puns...).
35
+
36
+ We hope that this dataset will be useful for researchers and practitioners in the field of hate speech detection in general and hate spans detection in particular.
37
+
38
+ ## Dataset Summary
39
+ ViHOS contains 26,476 human-annotated spans on 11,056 comments (5,360 comments have hate and offensive spans, and 5,696 comments do not)
40
+
41
+ It is splitted into train, dev, and test set with following information:
42
+ 1. Train set: 8,844 comments
43
+ 2. Dev set: 1,106 comments
44
+ 3. Test set: 1,106 comments
45
+
46
+ ### Citation Information
47
+ ```
48
+ @inproceedings{hoang-etal-2023-vihos,
49
+ title = "{V}i{HOS}: Hate Speech Spans Detection for {V}ietnamese",
50
+ author = "Hoang, Phu Gia and
51
+ Luu, Canh Duc and
52
+ Tran, Khanh Quoc and
53
+ Nguyen, Kiet Van and
54
+ Nguyen, Ngan Luu-Thuy",
55
+ booktitle = "Proceedings of the 17th Conference of the European Chapter of the Association for Computational Linguistics",
56
+ month = may,
57
+ year = "2023",
58
+ address = "Dubrovnik, Croatia",
59
+ publisher = "Association for Computational Linguistics",
60
+ url = "https://aclanthology.org/2023.eacl-main.47",
61
+ doi = "10.18653/v1/2023.eacl-main.47",
62
+ pages = "652--669",
63
+ abstract = "The rise in hateful and offensive language directed at other users is one of the adverse side effects of the increased use of social networking platforms. This could make it difficult for human moderators to review tagged comments filtered by classification systems. To help address this issue, we present the ViHOS (Vietnamese Hate and Offensive Spans) dataset, the first human-annotated corpus containing 26k spans on 11k comments. We also provide definitions of hateful and offensive spans in Vietnamese comments as well as detailed annotation guidelines. Besides, we conduct experiments with various state-of-the-art models. Specifically, XLM-R{\_}Large achieved the best F1-scores in Single span detection and All spans detection, while PhoBERT{\_}Large obtained the highest in Multiple spans detection. Finally, our error analysis demonstrates the difficulties in detecting specific types of spans in our data for future research. Our dataset is released on GitHub.",
64
+ }
65
+ ```