task_pages__infographic__section_ranked_total_label¶
Identity¶
- Domain:
pages - Scene id:
infographic - Source path:
src/trace_tasks/tasks/pages/infographic/section_ranked_total_label.py - Task id:
task_pages__infographic__section_ranked_total_label
Program Contract¶
- Program schema:
selection.ranked_item(candidate_set=sections, metric=sum_printed_values, rank_direction=highest|lowest); scene=infographic; scope=one multi-section metric-card infographic - Contract: sum every section's metric-card values, rank sections by total, and return the requested section label.
- Public query id:
single - Answer schema:
string - Annotation schema:
bbox_setcontaining the metric-card boxes in the answer section. - Query argument axes: rank direction and rank position.
- scalar_annotation_checked=true
Reasoning Operations¶
Families: ranking, aggregation
Prompt + Trace¶
- Prompt bundle:
pages_infographic_v1 - Scene key:
infographic_metric_arithmetic - Task key:
metric_arithmetic_query - Prompt query key:
section_ranked_total_label - Trace records section totals, rank direction, rank position, answer section, and answer-section card boxes. Public annotation is an unordered homogeneous set of selected-section metric-card boxes; label-keyed card boxes remain trace diagnostics.