task_pages__map__destination_after_directions_label¶
Identity¶
- Domain:
pages - Scene id:
map - Source scene:
map - Task id:
task_pages__map__destination_after_directions_label
Contract¶
- Objective: identify the destination landmark reached by starting at a named landmark and following visible map directions.
- Public task contract:
destination_after_directions_label - Supported
query_idvalues:single - Answer type:
string - Annotation schema:
bbox_sequence - Annotation witness: ordered landmark boxes along the followed route, from start through destination.
- Query argument axes: start landmark, direction sequence, route length, landmark count, and map layout jitter/style.
Program Contract¶
map_destination_after_directions(start_label, direction_sequence); output=string_visible_landmark_label; annotation=bbox_sequence(route_landmarks_ordered); scene=map; scope=one printed campus map
Reasoning Operations¶
Families: spatial_relations, topology, state_update
Prompt + Trace¶
- Prompt bundle:
pages_map_v1 - Scene key:
printed_map - Task key:
map_navigation_query - Prompt query key:
destination_after_directions - Trace records the sampled map graph, visible landmark labels, route landmark ids, direction text, 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.