Deep Learning Approach for Intelligent Named Entity Recognition of Cyber Security
Simran K, Sriram S, Vinayakumar R, Soman KP

TL;DR
This paper proposes a deep learning-based method combining Bi-GRU, CNN, and CRF for improved Named Entity Recognition in cyber security texts, outperforming existing rule-based approaches.
Contribution
It introduces a novel deep learning architecture optimized for cyber security NER, evaluated on benchmark datasets, surpassing traditional rule-based methods.
Findings
Bi-GRU + CNN + CRF outperforms other DL models
Bidirectional structures improve feature preservation
Proposed method achieves higher accuracy on benchmark dataset
Abstract
In recent years, the amount of Cyber Security data generated in the form of unstructured texts, for example, social media resources, blogs, articles, and so on has exceptionally increased. Named Entity Recognition (NER) is an initial step towards converting this unstructured data into structured data which can be used by a lot of applications. The existing methods on NER for Cyber Security data are based on rules and linguistic characteristics. A Deep Learning (DL) based approach embedded with Conditional Random Fields (CRFs) is proposed in this paper. Several DL architectures are evaluated to find the most optimal architecture. The combination of Bidirectional Gated Recurrent Unit (Bi-GRU), Convolutional Neural Network (CNN), and CRF performed better compared to various other DL frameworks on a publicly available benchmark dataset. This may be due to the reason that the bidirectional…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Text and Document Classification Technologies · Spam and Phishing Detection
MethodsConditional Random Field
