clefourrier HF staff commited on
Commit
6f03b05
1 Parent(s): ee803a2

Update content.py

Browse files
Files changed (1) hide show
  1. content.py +2 -0
content.py CHANGED
@@ -21,6 +21,8 @@ SUBMISSION_TEXT = """
21
  ## Submissions
22
  Results can be submitted for both validation and test. Scores are expressed as the percentage of correct answers for a given split.
23
 
 
 
24
  We expect submissions to be json-line files with the following format. The first two fields are mandatory, `reasoning_trace` is optionnal:
25
  ```
26
  {"task_id": "task_id_1", "model_answer": "Answer 1 from your model", "reasoning_trace": "The different steps by which your model reached answer 1"}
 
21
  ## Submissions
22
  Results can be submitted for both validation and test. Scores are expressed as the percentage of correct answers for a given split.
23
 
24
+ We advise you to use the system prompt provided in the paper to ensure your agents answer using the correct and expected format.
25
+
26
  We expect submissions to be json-line files with the following format. The first two fields are mandatory, `reasoning_trace` is optionnal:
27
  ```
28
  {"task_id": "task_id_1", "model_answer": "Answer 1 from your model", "reasoning_trace": "The different steps by which your model reached answer 1"}