You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/news/2025-02-26-nlp-vulnerability-lookup.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "LLMs + Vulnerability-Lookup: What We’re Testing and Where We’re Headed"
2
+
title: "LLMs + Vulnerability-Lookup: What We're Testing and Where We're Headed"
3
3
slug: exploring-llm-in-vulnerability-lookup
4
4
layout: news
5
5
date: 2025-02-26
@@ -13,11 +13,11 @@ tags:
13
13
- HuggingFace
14
14
---
15
15
16
-
Everyone’s talking about AI, NLP and LLMs these days, and, to be honest, so are we!
16
+
Everyone's talking about AI, NLP and LLMs these days, and, to be honest, so are we!
17
17
18
-
Recently, we’ve been exploring how LLMs can help us make sense of the massive amount of vulnerability data we collect and improve vulnerability management—while always remembering that AI is just a tool, not a solution on its own!
18
+
Recently, we've been exploring how LLMs can help us make sense of the massive amount of vulnerability data we collect and improve vulnerability management—while always remembering that AI is just a tool, not a solution on its own!
19
19
20
-
The picture below gives a glimpse of what we’ve tested so far.
20
+
The picture below gives a glimpse of what we've tested so far.
21
21
22
22
[](/images/news/2025/02/2025-02-26-vulnerability-lookup-ai.png)
23
23
@@ -61,7 +61,7 @@ This is a demo of our **text classification** model with a mapping on CVSS score
61
61
It is a fine tuned model based on [distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased), trained with our hardware (2X GPUs NVIDIA L40).
62
62
We will test various BERT-based model, and of course [RoBERTa](https://arxiv.org/abs/1907.11692).
63
63
64
-
If your interested in **text generation**, we've trained a larger model to assist in writing vulnerability descriptions, using [GPT-2](https://huggingface.co/openai-community/gpt2) as base.
64
+
If you're interested in **text generation**, we've trained a larger model to assist in writing vulnerability descriptions, using [GPT-2](https://huggingface.co/openai-community/gpt2) as base.
0 commit comments