Zoooora commited on
Commit
9ef4ff6
1 Parent(s): b233521

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,3 +1,37 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - image-classification
5
+ size_categories:
6
+ - n<1K
7
+ ---
8
+
9
+ ## Data Description
10
+
11
+ BullyingAct dataset was created to train models for detecting bullying behavior in school environments. Due to the lack of publicly available datasets focused on bullying detection, we generated this data ourselves by simulating various scenarios in a controlled school environment. The dataset contains images depicting different school activities, with a subset specifically illustrating instances of bullying or not, labeled accordingly for classification tasks.
12
+
13
+ ## Data Collection Process
14
+
15
+ The images were collected by enacting different scenarios within a school setting, involving actors who simulated bullying and non-bullying situations. These scenarios were designed to capture various forms of bullying, including physical confrontations, intimidation, and exclusion, as well as normal school activities without any bullying behavior for training tasks.
16
+
17
+ ## Dataset Contents
18
+
19
+ There are two categories in the dataset. One is bullying and the other one is normal.
20
+
21
+ Bullying: This category includes over [86] images of staged school interactions.
22
+
23
+ Normal: This category includes [17] images. The reason we have no many images in this category is that users can add any normal images as they want.
24
+
25
+ ## Usage
26
+
27
+ This dataset is intended for training and evaluating image classification models for bullying detection. It can also be used for related tasks such as object detection or scene understanding in a school context. The goal is to help develop technologies that can assist in early detection and intervention in bullying incidents.
28
+
29
+ ## Ethical Considerations
30
+
31
+ The data collection was conducted in a responsible manner, with consent from all participants involved in the simulations. No real bullying was conducted during data collection. This dataset should be used with ethical considerations in mind, particularly in regard to privacy and the potential implications of deploying AI models for surveillance in educational environments.
32
+
33
+ ## Citation
34
+
35
+ If you use this dataset, please cite it as follows:
36
+
37
+ [Zoooora/BullyingAct]