Datasets:
Delete metadata/prompt_templates.md
Browse files- metadata/prompt_templates.md +0 -53
metadata/prompt_templates.md
DELETED
|
@@ -1,53 +0,0 @@
|
|
| 1 |
-
|
| 2 |
-
# Prompt Templates
|
| 3 |
-
|
| 4 |
-
This file documents the public prompt serialization used by the current release build. Separate source-side task-meta prompting is intentionally disabled in this public release.
|
| 5 |
-
|
| 6 |
-
## Standard multiple-choice template
|
| 7 |
-
|
| 8 |
-
```text
|
| 9 |
-
{question}
|
| 10 |
-
|
| 11 |
-
A: {choice_A}
|
| 12 |
-
B: {choice_B}
|
| 13 |
-
...
|
| 14 |
-
|
| 15 |
-
Choose exactly one option label.
|
| 16 |
-
|
| 17 |
-
Output protocol:
|
| 18 |
-
- You may include brief reasoning before the final answer.
|
| 19 |
-
- The final line must be exactly: <ANSWER>A</ANSWER>
|
| 20 |
-
- Do not output anything after </ANSWER>.
|
| 21 |
-
```
|
| 22 |
-
|
| 23 |
-
## `T8` Temporal Ordering template
|
| 24 |
-
|
| 25 |
-
```text
|
| 26 |
-
You are shown 3 frames from a robot manipulation task.
|
| 27 |
-
The frames are labeled X, Y, Z (these labels are arbitrary identifiers, not positional, and not time-ordered).
|
| 28 |
-
Determine the correct chronological order of these frames (from earliest to latest).
|
| 29 |
-
Choose exactly one 3-letter permutation, for example: YXZ means Y happened first, then X, then Z.
|
| 30 |
-
|
| 31 |
-
Output protocol:
|
| 32 |
-
- You may include brief reasoning before the final answer.
|
| 33 |
-
- The final line must be exactly: <ANSWER>XYZ</ANSWER>
|
| 34 |
-
- Do not output anything after </ANSWER>.
|
| 35 |
-
```
|
| 36 |
-
|
| 37 |
-
## `T9` Temporal Priority template
|
| 38 |
-
|
| 39 |
-
```text
|
| 40 |
-
A single comparison image shows two labeled robot-manipulation panels from the same episode.
|
| 41 |
-
The left-right placement of the panels and the labels are arbitrary identifiers and do not indicate temporal order.
|
| 42 |
-
Which labeled panel happened earlier in the real manipulation sequence, X or Y?
|
| 43 |
-
Choose exactly one label: X or Y.
|
| 44 |
-
|
| 45 |
-
Output protocol:
|
| 46 |
-
- You may include brief reasoning before the final answer.
|
| 47 |
-
- The final line must be exactly: <ANSWER>X</ANSWER>
|
| 48 |
-
- Do not output anything after </ANSWER>.
|
| 49 |
-
```
|
| 50 |
-
|
| 51 |
-
## Public release note
|
| 52 |
-
|
| 53 |
-
The public release tables normalize all choices to flat columns and do not expose separate structured task-meta fields.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|