paper-with-me

Papers

V2W-BERT: A Framework for Effective Hierarchical Multiclass Classification of Software Vulnerabilities

2021-02-23 · Siddhartha Shankar Das, Edoardo Serra, Mahantesh Halappanavar, Alex Pothen, Ehab Al-Shaer

Weaknesses in computer systems such as faults, bugs and errors in the architecture, design or implementation of software provide vulnerabilities that can be exploited by attackers to compromise the security of a system. Common Weakness Enumerations (CWE) are a hierarchically designed dictionary of software weaknesses that provide a means to understand software flaws, potential impact of their exploitation, and means to mitigate these flaws. Common Vulnerabilities and Exposures (CVE) are brief low-level descriptions that uniquely identify vulnerabilities in a specific product or protocol. Classifying or mapping of CVEs to CWEs provides a means to understand the impact and mitigate the vulnerabilities. Since manual mapping of CVEs is not a viable option, automated approaches are desirable but challenging. We present a novel Transformer-based learning framework (V2W-BERT) in this paper. By using ideas from natural language processing, link prediction and transfer learning, our method outperforms previous approaches not only for CWE instances with abundant data to train, but also rare CWE classes with little or no data to train. Our approach also shows significant improvements in using historical data to predict links for future instances of CVEs, and therefore, provides a viable approach for practical applications. Using data from MITRE and National Vulnerability Database, we achieve up to 97% prediction accuracy for randomly partitioned data and up to 94% prediction accuracy in temporally partitioned data. We believe that our work will influence the design of better methods and training models, as well as applications to solve increasingly harder problems in cybersecurity.

📄 PDF Abstract BibTeX arXiv:2102.11498

Code (1)

Cybersecurity-Tools/V2W-BERT 공식 구현 pytorch

Tasks

General ClassificationLink PredictionTransfer Learning

Similar Papers 제목 키워드 기반

Classification of Hope in Textual Data using Transformer-Based Models

2025-11-17 · Chukwuebuka Fortunate Ijezue, Tania-Amanda Fredrick Eneye, Maaz Amjad arxiv

This paper presents a transformer-based approach for classifying hope expressions in text. We developed and compared three architectures (BERT, GPT-2, and DeBERTa) for both binary classification (Hope vs. Not Hope) and m…

Binary ClassificationSarcasm Detection

Constructing Multiclass Classifiers using Binary Classifiers Under Log-Loss

2021-02-16 · Assaf Ben-Yishai, Or Ordentlich

The construction of multiclass classifiers from binary elements is studied in this paper, and performance is quantified by the regret, defined with respect to the Bayes optimal log-loss. We discuss two known methods. The…

Classification

A Unified Framework for Multiclass and Multilabel Support Vector Machines

2020-03-25 · Hoda Shajari, Anand Rangarajan

We propose a novel integrated formulation for multiclass and multilabel support vector machines (SVMs). A number of approaches have been proposed to extend the original binary SVM to an all-in-one multiclass SVM. However…

Class Binarization to NeuroEvolution for Multiclass Classification

2023-08-26 · Gongjin Lan, Zhenyu Gao, Lingyao Tong, Ting Liu

Multiclass classification is a fundamental and challenging task in machine learning. The existing techniques of multiclass classification can be categorized as (i) decomposition into binary (ii) extension from binary and…

BinarizationBinary ClassificationClassification

A multi-model-based deep learning framework for short text multiclass classification with the imbalanced and extremely small data set

2022-06-24 · JiaJun Tong, Zhixiao Wang, Xiaobin Rui

Text classification plays an important role in many practical applications. In the real world, there are extremely small datasets. Most existing methods adopt pre-trained neural network models to handle this kind of data…

Feature EngineeringSentencetext-classificationText Classification