Update submit.md
Browse files
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
|
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`). |
|