| --- |
| license: apache-2.0 |
| task_categories: |
| - question-answering |
| language: |
| - en |
| size_categories: |
| - n<1K |
| --- |
| `synthetic-code-vulnerabilities-2` is a synthetic dataset with a total of ~884 Question and Answer pairs. |
|
|
| This dataset was generated using the following models: |
|
|
| - **ChatGPT**: |
| - Whatever is available on the website |
| - OSS 120B |
| - **Gemini**: |
| - Pro |
| - **Deepseek**: |
| - "Instant" |
| - "Expert" |
| - **Grok**: |
| - Fast |
| - **Qwen3**: |
| - Coder |
|
|
| This dataset follows the following format: |
|
|
| ```json |
| [ |
| {"messages": [ |
| {"role": "system", "content": "Example system prompt"}, |
| {"role": "user", "content": "Example user prompt"}, |
| {"role": "assistant", "content": "Example assistant response"}, |
| {"role": "system", "content": "Example system prompt"}, |
| {"role": "user", "content": "Example user prompt"}, |
| {"role": "assistant", "content": "Example assistant response"}, |
| ]}, |
| {"messages": [ |
| {"role": "system", "content": "Example system prompt"}, |
| {"role": "user", "content": "Example user prompt"}, |
| {"role": "assistant", "content": "Example assistant response"}, |
| {"role": "system", "content": "Example system prompt"}, |
| {"role": "user", "content": "Example user prompt"}, |
| {"role": "assistant", "content": "Example assistant response"}, |
| ]}, |
| ] |
| ``` |