Learning Task Decomposition to Assist Humans in Competitive Programming
Jiaxin Wen, Ruiqi Zhong, Pei Ke, Zhihong Shao, Hongning Wang, Minlie Huang
TL;DR
The paper tackles scalable oversight by introducing AssistV, a measure of how feasible and fast humans can repair decomposed LM solutions. It presents a three-stage, human-informed framework (critique, refine, rank) to generate high-AssistV decompositions and validates the approach in competitive programming, where non-experts become competitive with experts through decomposition-enabled supervision. Key findings show significant gains in repair speed and solution quality for humans, improved AI self- and weak-to-strong supervision, and effective knowledge transfer via distillation. The work demonstrates that learning task decomposition from human repair experiences can substantially enhance both human and AI oversight in complex problem solving, with broad implications for scalable supervision of LMs.
Abstract
When using language models (LMs) to solve complex problems, humans might struggle to understand the LM-generated solutions and repair the flawed ones. To assist humans in repairing them, we propose to automatically decompose complex solutions into multiple simpler pieces that correspond to specific subtasks. We introduce a novel objective for learning task decomposition, termed assistive value (AssistV), which measures the feasibility and speed for humans to repair the decomposed solution. We collect a dataset of human repair experiences on different decomposed solutions. Utilizing the collected data as in-context examples, we then learn to critique, refine, and rank decomposed solutions to improve AssistV. We validate our method under competitive programming problems: under 177 hours of human study, our method enables non-experts to solve 33.3\% more problems, speeds them up by 3.3x, and empowers them to match unassisted experts.
