-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds LLM performance matrix doc to ESS & serverless
- Loading branch information
1 parent
cdd1e6e
commit 1430ae4
Showing
4 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[[llm-performance-matrix]] | ||
= Large language model performance matrix | ||
|
||
This table describes the performance of various LLMs for different use-cases in {elastic-sec}, based on our internal testing. To learn more about how to implement these use-cases, refer to <<attack-discovery>> or <<security-assistant>>. | ||
|
||
[cols="1,1,1,1,1,1,1", options="header"] | ||
|=== | ||
| Feature/Model | Claude 3: Opus | Claude 3: Sonnet | Claude 3: Haiku | GPT-4o | GPT-4 Turbo | GPT-4 32K | ||
|
||
| Assistant - General | Excellent | Excellent | Excellent | Excellent | Excellent | Excellent | ||
| Assistant - {{esql}} generation | Great | Great | Poor | Excellent | Poor | Excellent | ||
| Assistant - Alert questions | Excellent | Excellent | Excellent | Excellent | Poor | Good (limited context) | ||
| Attack Discovery | Excellent | Great | Poor | Poor | Good | Good (limited context) | ||
|=== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
id: llm-performance-matrix | ||
slug: /serverless/security/llm-performance-matrix | ||
title: Large language model performance matrix | ||
description: Learn how different models perform on different tasks in ((elastic-sec)). | ||
tags: ["security", "overview", "get-started"] | ||
status: in review | ||
--- | ||
|
||
This table describes the performance of various LLMs for different use-cases in ((elastic-sec)), based on our internal testing. To learn more about how to implement these use-cases, refer to <DocLink id="attackDiscovery" text="Attack discovery"/> or <DocLink id="serverlessSecurityAIAssistant" text="AI Assistant"/>. | ||
|
||
| Feature/Model | Claude 3: Opus | Claude 3: Sonnet | Claude 3: Haiku | GPT-4o | GPT-4 Turbo | GPT-4 32K | | ||
|------------------------------|-----------------|-------------------|------------------|---------|--------------|-----------| | ||
| Assistant - General | Excellent | Excellent | Excellent | Excellent| Excellent | Excellent | | ||
| Assistant - ((esql)) generation| Great | Great | Poor | Excellent| Poor | Excellent | | ||
| Assistant - Alert questions | Excellent | Excellent | Excellent | Excellent| Poor | Good (limited context) | | ||
| Attack Discovery | Excellent | Great | Poor | Poor | Good | Good (limited context) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters