rootxhacker commited on
Commit
2039166
·
verified ·
1 Parent(s): bc467ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -10
README.md CHANGED
@@ -5,7 +5,8 @@ library_name: peft
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
 
9
 
10
 
11
 
@@ -13,17 +14,17 @@ library_name: peft
13
 
14
  ### Model Description
15
 
16
- <!-- Provide a longer summary of what this model is. -->
17
 
18
 
19
 
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
  ### Model Sources [optional]
29
 
@@ -170,7 +171,16 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
170
 
171
  ## Citation [optional]
172
 
173
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
 
 
 
 
 
 
 
 
 
174
 
175
  **BibTeX:**
176
 
 
5
 
6
  # Model Card for Model ID
7
 
8
+ This Model is built based on Mistral-7B which take attack scenario as input and it outputs techniques used by attacker
9
+
10
 
11
 
12
 
 
14
 
15
  ### Model Description
16
 
17
+ This Model is built based on Mistral-7B which take attack scenario as input and it outputs techniques used by attacker
18
 
19
 
20
 
21
+ - **Developed by:** Harish Santhanalakshmi Ganesan
22
+ - **Funded by [optional]:** None
23
+ - **Shared by [optional]:** None
24
+ - **Model type:** LLM
25
+ - **Language(s) (NLP):** English
26
+ - **License:** Apache 2.0
27
+ - **Finetuned from model [optional]:** mistralai/Mistral-7B-Instruct-v0.2
28
 
29
  ### Model Sources [optional]
30
 
 
171
 
172
  ## Citation [optional]
173
 
174
+ @inproceedings{nguyen-srndic-neth-ttpm,
175
+ title = "Noise Contrastive Estimation-based Matching Framework for Low-resource Security Attack Pattern Recognition",
176
+ author = "Nguyen, Tu and Šrndić, Nedim and Neth, Alexander",
177
+ booktitle = "Proceedings of the 18th Conference of the European Chapter of the Association for Computational Linguistics",
178
+ month = mar,
179
+ year = "2024",
180
+ publisher = "Association for Computational Linguistics",
181
+ 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.",
182
+ }
183
+
184
 
185
  **BibTeX:**
186