Skip to content

Commit 6fa8c55

Browse files
chg: [news] Minor improvemets.
1 parent 4d8c447 commit 6fa8c55

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/news/2025-02-26-nlp-vulnerability-lookup.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "LLMs + Vulnerability-Lookup: What Were Testing and Where Were Headed"
2+
title: "LLMs + Vulnerability-Lookup: What We're Testing and Where We're Headed"
33
slug: exploring-llm-in-vulnerability-lookup
44
layout: news
55
date: 2025-02-26
@@ -13,11 +13,11 @@ tags:
1313
- HuggingFace
1414
---
1515

16-
Everyones 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!
1717

18-
Recently, weve 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!
1919

20-
The picture below gives a glimpse of what weve tested so far.
20+
The picture below gives a glimpse of what we've tested so far.
2121

2222
[![Architecture of Our Current Experiments](/images/news/2025/02/2025-02-26-vulnerability-lookup-ai.png)](/images/news/2025/02/2025-02-26-vulnerability-lookup-ai.png)
2323

@@ -61,7 +61,7 @@ This is a demo of our **text classification** model with a mapping on CVSS score
6161
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).
6262
We will test various BERT-based model, and of course [RoBERTa](https://arxiv.org/abs/1907.11692).
6363

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.
6565
You can find it on Hugging Face, along with
6666
[usage information](https://huggingface.co/CIRCL/vulnerability-description-generation-gpt2).
6767

@@ -71,9 +71,9 @@ For a real usage, we recommend running it locally with
7171

7272
## Contributions
7373

74-
If you're interested in contributing with your ideas, join us in Luxembourg on April 8-9, 2025:
74+
Have ideas to share? Join us in Luxembourg on April 8-9, 2025, and be part of the conversation:
7575

76-
👉 https://hackathon.lu/
76+
👉 https://hackathon.lu
7777

7878

7979

0 commit comments

Comments
 (0)