Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/custom_tasks_templates/custom_yourbench_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
4. **Ground Truth Answer Understanding**:
- Understand the provided ground truth answer, identifying its key points.

6. **Answer Understanding**:
5. **Answer Understanding**:
- Examine the Model Answer, identifying key points and assessing accuracy and factuality.

7. **Final Answer**:
6. **Final Answer**:
- 0 or 1 (0 if the model answer is incorrect, 1 if it is correct).

# Output Format
Expand Down