text stringlengths 0 102 |
|---|
insert the answer to the task here! |
# Current Solution Information |
- Current performance metrics: {metrics} |
- Areas identified for improvement: {improvement_areas} |
# Evolution History |
{evolution_history} |
# Current Solution |
``` |
{current_program} |
``` |
# Task |
Suggest improvements to the answer that will lead to better performance on the specified metrics. |
You MUST use the exact SEARCH/REPLACE diff format shown below to indicate changes: |
<<<<<<< SEARCH |
# Original text to find and replace (must match exactly) |
======= |
# New replacement text |
>>>>>>> REPLACE |
Example of valid diff format: |
<<<<<<< SEARCH |
poem stub |
======= |
Tyger Tyger, burning bright, In the forests of the night; What immortal hand or eye |
>>>>>>> REPLACE |
You can suggest multiple changes. Each SEARCH section must exactly match text in the current solution. |
Be thoughtful about your changes and explain your reasoning thoroughly. |
IMPORTANT: Do not necessarily rewrite the entire solution - focus on targeted improvements. |
Evaluate the following answer on a scale of 0.0 to 1.0 for the following metrics: |
1. Correctness: Is the answer factually correct? |
2. Task understanding: Did it capture the intent of the task well? |
3. Syntax: Is its syntax flawless? |
For each metric, provide a score between 0.0 and 1.0, where 1.0 is best. |
Task: |
``` |
``` |
Answer to evaluate: |
``` |
{current_program} |
``` |
Return your evaluation as a JSON object with the following format: |
{{ |
"correctness": [score], |
"understanding": [score], |
"syntax": [score], |
}} |
Even for invalid input, return nothing but the JSON object. |
## Previous Attempts |
{previous_attempts} |
## Top Performing Solution |
{top_programs} |
# Current Solution Information |
- Current metrics: {metrics} |
- Areas identified for improvement: {improvement_areas} |
# Evolution History |
{evolution_history} |
# Current Solution |
``` |
{current_program} |
``` |
# Task |
Rewrite the answer to improve its performance on the specified metrics. |
Provide the complete new answer. |
# Your rewritten answer here |
### Attempt {attempt_number} |
- Changes: {changes} |
- Performance: {performance} |
- Outcome: {outcome} |
### Solution {program_number} (Score: {score}) |
``` |
{program_snippet} |
``` |
Key features: {key_features} |
datasets |
lm-eval |
README.md exists but content is empty.
- Downloads last month
- 22