task_charts__scatter_readout__x_value_rank_series_label¶
Contract¶
- Domain:
charts - Scene id:
scatter_readout - Public task id:
task_charts__scatter_readout__x_value_rank_series_label - Supported
query_idvalues:x_highest_series_label,x_lowest_series_label - The query id changes the visible extremum direction in the prompt and the program argument.
Program Contract¶
Program: select_label(arg_extreme(series, value(series,x_label), direction)); output=string_label; annotation=point(target_mark); scene=scatter_readout; scope=x_value_rank_series_label
Candidate set: the visible scatter points, readout markers, and axis labels inside the x_value_rank_series_label objective scope.
Operands: prompt-bound labels, categories, series names, thresholds, intervals, references, and encoded chart values, plus the active query id's comparator, direction, target role, or extremum focus when present.
Operation: evaluate select_label over the candidate set using the filters, comparisons, aggregations, rankings, projections, or counterfactual edits named in the program expression; generation enforces a unique final answer.
Output binding: answer is the string_label value bound by string_label.
Annotation witnesses: point witnesses bound by point(target_mark). Annotation is one [x,y] pixel point at the center of the answer series scatter mark at the requested x-axis label. Axes, legends, titles, readout numbers, and distractor text are metadata.
Query ids: x_highest_series_label, x_lowest_series_label.
Reasoning Operations¶
Families: ranking
Implementation¶
- Registered class:
trace_tasks.tasks.charts.scatter_readout.x_value_rank_series_label.ChartsScatterXValueRankSeriesLabelTask - Prompt bundle:
src/trace_tasks/resources/prompts/charts/scatter_readout/charts_scatter_readout_v1.json - Generation is deterministic from
instance_seed, explicit params, prompt bundle, renderer config, and code versions. - Answers and annotation are produced from the same metadata execution trace.
Annotation Contract¶
- Answer schema:
string_label. - Annotation schema:
point. - Annotation is one [x,y] pixel point at the center of the answer series scatter mark at the requested x-axis label.
- Axes, legends, titles, readout numbers, and distractor text are metadata.
Query Details¶
| Query id | Program arguments | Answer schema | Annotation schema |
|---|---|---|---|
x_highest_series_label |
direction=highest |
string_label |
point |
x_lowest_series_label |
direction=lowest |
string_label |
point |