Skip to content

Fix task/eval mismatches in tasks 3-97 and 3-99#13

Open
yananliw wants to merge 1 commit into
zlwang-cs:mainfrom
yananliw:fix/task-3-97-3-99-eval-mismatch
Open

Fix task/eval mismatches in tasks 3-97 and 3-99#13
yananliw wants to merge 1 commit into
zlwang-cs:mainfrom
yananliw:fix/task-3-97-3-99-eval-mismatch

Conversation

@yananliw

Copy link
Copy Markdown

Summary

Two tasks under tasks/3-xx/subtasks/0.json have mismatches between the task description and the evaluation checks, making the tasks unsolvable as written. Fixing both:

  • 3-97task instructs counting only "sleeping time, class time length", but evaluate_contain requires keywords ["Tom", "Bob", "class", "sleep", "nap", "dinner"]. Updated the task description to also include "nap time length, dinner time length" so an agent following the instruction can pass evaluation.
  • 3-99task instructs writing revenues.docx, but evaluate_file_exist looks for data/revenuse.docx (typo). Corrected the evaluation filename to data/revenues.docx.

Test plan

  • Re-run task 3-97: agent following the task description produces an events.xlsx containing all six required keywords.
  • Re-run task 3-99: agent producing data/revenues.docx (per task) now passes evaluate_file_exist.

🤖 Generated with Claude Code

- 3-97: task description missing "nap time length, dinner time length",
  but evaluation checks for "nap" and "dinner" keywords in events.xlsx
- 3-99: evaluation looked for typo "data/revenuse.docx" while the task
  instructs writing "revenues.docx"
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.

2 participants