Skip to content

Feature: Artifact side channel responses for LLM feedback #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jvm123
Copy link
Contributor

@jvm123 jvm123 commented Jun 9, 2025

Implements the artifact side channel responses feature also for LLM feedback.

  • Any LLM feedback response that is not numeric is classified as artifact
  • _llm_evaluate returns an EvaluationResult() to evaluate_program()
  • evaluate_program() merges the responses

=> LLM feedback strings can contain improvement suggestions that will be available for program improvement

To use this, it is sufficient to use as evaluation prompt something like

Return your evaluation as a JSON object with the following format:
{{
    "metric1": score1,
    "improvement_suggestion": "..",
}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant