2024

Learning Task Decomposition to Assist Humans in Competitive Programming

Wen, Jiaxin, Zhong, Ruiqi, Ke, Pei et al.

Understand

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.

Reading the bibliography…