task_pages__map__landmark_after_route_step_label¶
Identity¶
- Domain:
pages - Scene id:
map - Source scene:
map - Task id:
task_pages__map__landmark_after_route_step_label
Contract¶
- Objective: identify the landmark reached after a requested ordinal step on the highlighted route.
- Public task contract:
landmark_after_route_step_label - Supported
query_idvalues:single - Answer type:
string - Annotation schema:
bbox_sequence - Annotation witness: ordered highlighted-route landmark boxes from the route start through the requested landmark.
- Query argument axes: route start/end landmarks, requested step ordinal, route length, landmark count, and map layout jitter/style.
Program Contract¶
map_landmark_after_route_step(route_start_label, route_end_label, step_ordinal); output=string_visible_landmark_label; annotation=bbox_sequence(route_landmarks_ordered_to_answer); scene=map; scope=one printed campus map
Reasoning Operations¶
Families: ranking, topology
Prompt + Trace¶
- Prompt bundle:
pages_map_v1 - Scene key:
printed_map - Task key:
map_navigation_query - Prompt query key:
landmark_after_route_step - Trace records the sampled map graph, visible landmark labels, highlighted route ids, requested step ordinal, final rendered bboxes, sampled style metadata, and layout geometry.
- Generation is deterministic from
instance_seed; answers and annotation come from the finalized map render metadata.