mithunhossain commited on
Commit
babd6eb
·
verified ·
1 Parent(s): 4540ca2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -1
README.md CHANGED
@@ -13,4 +13,77 @@ tags:
13
  pretty_name: crime
14
  size_categories:
15
  - 1K<n<10K
16
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  pretty_name: crime
14
  size_categories:
15
  - 1K<n<10K
16
+ ---
17
+ About Dataset
18
+ Bengali Crime Event Dataset – Law & Order, Governance & Social Issues (2025)
19
+
20
+ This dataset contains Bengali news headlines annotated for crime and event understanding across law & order, legal activity, governance, and social-issue contexts.
21
+
22
+ Each record represents a real-world headline paired with four aligned labels capturing:
23
+ Event type
24
+ Location
25
+ Participants
26
+ Action / outcome
27
+
28
+ The dataset is designed for NLP research, media analytics, and policy-oriented analysis in low-resource languages.
29
+
30
+ Note: The dataset reflects news reporting, not legal judgments or verified outcomes.
31
+
32
+ Data Source & Curation:
33
+ a. Headlines are collected from publicly available Bengali news sources
34
+ b. All labels are manually standardized into consistent label spaces
35
+ c. Headlines: Bengali
36
+ d. Labels: English (for broader usability and cross-lingual research)
37
+
38
+ Dataset Structure:
39
+ Total records: 1K–10K headlines
40
+ Granularity: One headline = one primary event
41
+
42
+ Fields per record:
43
+ Field Description
44
+ Title Bengali news headline (UTF-8)
45
+ EventType High-level category (Violence / Legal Activity / etc.)
46
+ Location City or region tag
47
+ Participants, Actor, group
48
+ Action, Procedural state or outcome
49
+
50
+ Key Features:
51
+ 1. Multi-head labels: Enables joint or hierarchical modeling
52
+ 2. Low-resource friendly: Bengali text with English labels
53
+ 3. Extendable geography: Can be linked with gazetteers
54
+
55
+ Potential Use Cases:
56
+ a. Text Classification: Single- or multi-head prediction
57
+ b. Information Extraction: Actor/action inference from headlines
58
+ c. Trend Analysis: City-wise or actor-wise event patterns
59
+ d. Policy & Media Studies: Aggregate reporting insights
60
+
61
+ Recommended Splits & Metrics:
62
+ Split: Stratified 70/15/15 or 70/10/20
63
+
64
+ Metrics:
65
+ 1. Macro-F1 (primary)
66
+ 2. Micro-F1 / Accuracy (secondary)
67
+
68
+ Imbalance handling:
69
+ 1. Class weights
70
+ 2. Focal loss
71
+ 3. Balanced sampling
72
+
73
+ License:
74
+ This dataset is released under CC BY 4.0.
75
+ Free to use, share, and adapt for research and educational purposes.
76
+ Please use responsibly and avoid individual-level attribution or predictive policing.
77
+
78
+ Citation:
79
+ @inproceedings{hossain2025masknet,
80
+ title={MaskNet: Enhancing Crime Event Detection with Feature Masking and Dynamic Attention},
81
+ author={Hossain, M. M. and Hossain, M. S. and Chaki, S. and Rahman, M. S. and Ali, A. S.},
82
+ booktitle={Proceedings of the 2nd International Conference on Next-Generation Computing, IoT and Machine Learning (NCIM)},
83
+ year={2025},
84
+ publisher={IEEE}
85
+ }
86
+
87
+ GitHub Repository:
88
+ https://github.com/MIthun667/Crime-Event-Detections/tree/main
89
+