Skip to content

Commit c309f51

Browse files
committed
add images
1 parent a7eb99e commit c309f51

File tree

3 files changed

+218
-0
lines changed

3 files changed

+218
-0
lines changed

optillm/plugins/spl/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ The results demonstrate consistent improvements across all benchmarks:
3939

4040
These results are particularly notable for the challenging Arena Auto Hard and AIME24 benchmarks, where traditional approaches often struggle. The improvements suggest that SPL is especially effective for complex problem-solving tasks that benefit from strategic approaches.
4141

42+
![Performance Improvements with System Prompt Learning](performance-comparison.svg)
43+
44+
*Figure 1: Performance comparison between baseline gemini-2.0-flash-lite and the same model with SPL across multiple mathematical benchmarks.*
45+
4246
## Usage
4347

4448
### Basic Usage
@@ -86,6 +90,10 @@ The plugin maintains two separate limits:
8690
- **Storage Limit** (MAX_STRATEGIES_PER_TYPE): Controls how many strategies can be stored in the database per problem type
8791
- **Inference Limit** (MAX_STRATEGIES_FOR_INFERENCE): Controls how many strategies are used during inference for system prompt augmentation
8892

93+
![SPL Learning Workflow](learning-workflow.svg)
94+
95+
*Figure 2: The SPL learning and inference workflow showing how strategies are learned, refined, and applied.*
96+
8997
## Learning Metrics
9098

9199
After training on the OptILLMBench dataset, the system developed a rich knowledge base of strategies:
Lines changed: 100 additions & 0 deletions
Loading
Lines changed: 110 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)