task_pages__infographic__global_metric_ranked_item_label¶
Identity¶
- Domain:
pages - Scene id:
infographic - Source path:
src/trace_tasks/tasks/pages/infographic/global_metric_ranked_item_label.py - Task id:
task_pages__infographic__global_metric_ranked_item_label
Program Contract¶
- Program schema:
selection.ranked_item(candidate_set=all_metric_cards, metric=printed_value, rank_direction=highest|lowest); scene=infographic; scope=one multi-section metric-card infographic - Contract: rank every visible metric card in the infographic by printed value, then return the label of the card at the requested rank.
- Public query ids:
nth_highest_metric_label,nth_lowest_metric_label - Answer schema:
string - Annotation schema: scalar
bboxaround the selected metric card. - Query argument axes: rank direction and rank position.
- scalar_annotation_checked=true
Reasoning Operations¶
Families: ranking
Prompt + Trace¶
- Prompt bundle:
pages_infographic_v1 - Scene key:
infographic_metric_arithmetic - Task key:
metric_arithmetic_query - Trace records ranked candidates, rank direction, rank position, selected label/value, and the selected metric-card bbox.
- Generation guarantees unique printed values in the ranked candidate set.