Switch language한국어
Back to the list

REPOT: Recoverable Program-of-Thought via Checkpoint Repair

TL;DR AI

Key summary

2 min read
  1. Researchers introduced RePoT, a checkpoint-repair version of Program-of-Thought reasoning that verifies each Python step deterministically and repairs only the first invalid step.

  2. On PuzzleZoo-775, RePoT beat vanilla PoT by about 3 to 11 percentage points across several models, reaching 96.9% vs. 86.3% on gpt-5.4-mini-medium.

  3. The approach also reproduced gains on PlanBench Blocksworld and adds little overhead because it usually needs at most one extra model call.

  4. The team also released Derail-550 to benchmark recovery methods fairly with the failure point fixed.

Read the original