Navinvue commited on
Commit
cc6cc73
·
verified ·
1 Parent(s): fe72315

Clarify CueBack data variants

Browse files
Files changed (1) hide show
  1. README.md +11 -4
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
- - `cueback/sft_action.jsonl`: executable action trajectories without reasoning.
47
- - `cueback/sft_both.jsonl`: trajectories with directly generated reasoning.
48
- - `cueback/cueback.jsonl`: trajectories with CueBack-constructed reasoning.
49
- - `cueback/images/`: referenced first-person observations.
 
 
 
 
 
 
 
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).