Skip to content

Commit 42bb9f7

Browse files
committed
add gepa_trusted_monitor link to index pages
1 parent 00a2eed commit 42bb9f7

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

docs/docs/tutorials/gepa_ai_program/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ This tutorial explores how GEPA can optimize a single `dspy.ChainOfThought` base
1111
This tutorial explores how GEPA leverages predictor-level feedback to improve GPT-4.1 Nano's performance on a three-part task for structured information extraction and classification in an enterprise setting.
1212

1313
### [GEPA for Privacy-Conscious Delegation](../gepa_papillon/index.ipynb)
14-
This tutorial explores how GEPA can improve rapidly in as few as 1 iteration, while leveraging a simple feedback provided by a LLM-as-a-judge metric. The tutorial also explores how GEPA benefits from the textual feedback showing a breakdown of aggregate metrics into sub-components, allowing the reflection LM to identify what aspects of the task need improvement.
14+
This tutorial explores how GEPA can improve rapidly in as few as 1 iteration, while leveraging a simple feedback provided by a LLM-as-a-judge metric. The tutorial also explores how GEPA benefits from the textual feedback showing a breakdown of aggregate metrics into sub-components, allowing the reflection LM to identify what aspects of the task need improvement.
15+
16+
### [GEPA for Code Backdoor Classification (AI control)](../gepa_trusted_monitor/index.ipynb)
17+
This tutorial explores how GEPA can optimize a GPT-4.1 Nano classifier to identify backdoors in code written by a larger LM, using `dspy.GEPA` and a comparative metric! The comparative metric allows the prompt optimizer to create a prompt that identifies the signals in the code that are indicative of a backdoor, teasing apart positive samples from negative samples.

docs/docs/tutorials/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Welcome to DSPy tutorials! We've organized our tutorials into three main categor
3939
- [GEPA for AIME](gepa_aime/index.ipynb)
4040
- [GEPA for PAPILLON](gepa_papillon/index.ipynb)
4141
- [GEPA for Enterprise classification task](gepa_facilitysupportanalyzer/index.ipynb)
42+
- [GEPA for Code Backdoor Classification (AI control)](gepa_trusted_monitor/index.ipynb)
4243

4344

4445
- Tools, Development, and Deployment

docs/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ nav:
5454
- GEPA for AIME (Math): tutorials/gepa_aime/index.ipynb
5555
- GEPA for Structured Information Extraction for Enterprise Tasks: tutorials/gepa_facilitysupportanalyzer/index.ipynb
5656
- GEPA for Privacy-Conscious Delegation: tutorials/gepa_papillon/index.ipynb
57+
- GEPA for Code Backdoor Classification (AI control): tutorials/gepa_trusted_monitor/index.ipynb
5758
- Experimental RL Optimization for DSPy:
5859
- Overview: tutorials/rl_ai_program/index.md
5960
- RL for Privacy-Conscious Delegation: tutorials/rl_papillon/index.ipynb

0 commit comments

Comments
 (0)