Datasets:
Clarify CueBack data variants
Browse files
README.md
CHANGED
|
@@ -43,10 +43,17 @@ embodied vision-language models, built on
|
|
| 43 |
|
| 44 |
- `data/train/`: 3,400 training tasks.
|
| 45 |
- `data/test/`: 1,000 human-validated evaluation tasks.
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
-
|
| 49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
The benchmark format, setup instructions, and evaluation code are documented
|
| 52 |
in the [HomeSafeBench code repository](https://github.com/BITHLP/HomeSafeBench).
|
|
|
|
| 43 |
|
| 44 |
- `data/train/`: 3,400 training tasks.
|
| 45 |
- `data/test/`: 1,000 human-validated evaluation tasks.
|
| 46 |
+
|
| 47 |
+
The CueBack data contains 3,158 aligned trajectories in three variants. They
|
| 48 |
+
share the same first-person observations, tool calls, and tool feedback, but
|
| 49 |
+
differ in the supervision text preceding each action:
|
| 50 |
+
|
| 51 |
+
- `cueback/sft_action.jsonl`: executable actions without reasoning.
|
| 52 |
+
- `cueback/sft_both.jsonl`: the same actions with rationales generated directly
|
| 53 |
+
from the trajectory prefix, current observation, and action.
|
| 54 |
+
- `cueback/cueback.jsonl`: the same actions with clue-based reasoning
|
| 55 |
+
constructed by CueBack.
|
| 56 |
+
- `cueback/images/`: the referenced first-person observations.
|
| 57 |
|
| 58 |
The benchmark format, setup instructions, and evaluation code are documented
|
| 59 |
in the [HomeSafeBench code repository](https://github.com/BITHLP/HomeSafeBench).
|