HACKOBARFor Researchers
Technical advances and methods worth your attention
Fri, Aug 28, 2026 · 10 items · ranked by signal
01
HUGGINGFACE
Test-Time Policy Optimization for Mathematical ReasoningWhy it matters to you
This offers a way to perform test-time training on reasoning tasks without relying on ground-truth labels.
Test-Time Policy Optimization (TTPO) improves reasoning by using an asymmetric objective during inference. It utilizes On-Policy Self-Distillation for rollouts that agree with majority-vote pseudo-labels and employs Grouped RL to penalize disagreeing rollouts, mitigating the corruption caused by incorrect majority votes.
02
HUGGINGFACE
GUI-Primitives benchmark reveals 32% accuracy for vision-language agentsWhy it matters to you
This provides a more granular way to diagnose why agents fail at spatial grounding.
The GUI-Primitives benchmark uses 994 contrastive instruction pairs to isolate spatial reasoning failures in GUI grounding. Testing nineteen vision-language models shows a maximum strict point-in-box accuracy of only 32% across seven spatial relations.