rootxhacker commited on
Commit
d4a624f
1 Parent(s): adb3ef4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -106,6 +106,7 @@ https://huggingface.co/datasets/tumeteor/Security-TTP-Mapping
106
 
107
  ## Citation [optional]
108
 
 
109
  @inproceedings{nguyen-srndic-neth-ttpm,
110
  title = "Noise Contrastive Estimation-based Matching Framework for Low-resource Security Attack Pattern Recognition",
111
  author = "Nguyen, Tu and Šrndić, Nedim and Neth, Alexander",
@@ -115,6 +116,4 @@ https://huggingface.co/datasets/tumeteor/Security-TTP-Mapping
115
  publisher = "Association for Computational Linguistics",
116
  abstract = "Tactics, Techniques and Procedures (TTPs) represent sophisticated attack patterns in the cybersecurity domain, described encyclopedically in textual knowledge bases. Identifying TTPs in cybersecurity writing, often called TTP mapping, is an important and challenging task. Conventional learning approaches often target the problem in the classical multi-class or multilabel classification setting. This setting hinders the learning ability of the model due to a large number of classes (i.e., TTPs), the inevitable skewness of the label distribution and the complex hierarchical structure of the label space. We formulate the problem in a different learning paradigm, where the assignment of a text to a TTP label is decided by the direct semantic similarity between the two, thus reducing the complexity of competing solely over the large labeling space. To that end, we propose a neural matching architecture with an effective sampling-based learn-to-compare mechanism, facilitating the learning process of the matching model despite constrained resources.",
117
  }
118
-
119
-
120
- **BibTeX:**
 
106
 
107
  ## Citation [optional]
108
 
109
+ ```
110
  @inproceedings{nguyen-srndic-neth-ttpm,
111
  title = "Noise Contrastive Estimation-based Matching Framework for Low-resource Security Attack Pattern Recognition",
112
  author = "Nguyen, Tu and Šrndić, Nedim and Neth, Alexander",
 
116
  publisher = "Association for Computational Linguistics",
117
  abstract = "Tactics, Techniques and Procedures (TTPs) represent sophisticated attack patterns in the cybersecurity domain, described encyclopedically in textual knowledge bases. Identifying TTPs in cybersecurity writing, often called TTP mapping, is an important and challenging task. Conventional learning approaches often target the problem in the classical multi-class or multilabel classification setting. This setting hinders the learning ability of the model due to a large number of classes (i.e., TTPs), the inevitable skewness of the label distribution and the complex hierarchical structure of the label space. We formulate the problem in a different learning paradigm, where the assignment of a text to a TTP label is decided by the direct semantic similarity between the two, thus reducing the complexity of competing solely over the large labeling space. To that end, we propose a neural matching architecture with an effective sampling-based learn-to-compare mechanism, facilitating the learning process of the matching model despite constrained resources.",
118
  }
119
+ ```