rymc commited on
Commit
0e35dfb
·
verified ·
1 Parent(s): cd8390d

Update submit.md

Browse files
Files changed (1) hide show
  1. submit.md +1 -1
submit.md CHANGED
@@ -30,7 +30,7 @@ Attach **one ZIP file** that contains **all of the following**:
30
 
31
  | Column | Description |
32
  |--------------------|---------------------------------------------------------------------------|
33
- | `request` | The exact input prompt shown to the model. |
34
  | `response` | The raw output produced by the model. |
35
  | `verify_response` | The Verify judgment or explanation regarding hallucination. |
36
  | `verify_label` | The final boolean / categorical label (e.g., `TRUE`, `FALSE`). |
 
30
 
31
  | Column | Description |
32
  |--------------------|---------------------------------------------------------------------------|
33
+ | `request` | The exact input request provided to the model. This must follow the same request structure and prompt format as described in Details section. |
34
  | `response` | The raw output produced by the model. |
35
  | `verify_response` | The Verify judgment or explanation regarding hallucination. |
36
  | `verify_label` | The final boolean / categorical label (e.g., `TRUE`, `FALSE`). |