research: VR-CLI long-form reasoning technique (ReasoningNCP) — Harrier/Rufous document generation #49
Labels
No labels
free-tier:live
good first issue
priority:backlog
priority:high
priority:medium
status:active-dev
status:alpha
status:beta
status:blocked
status:concept
status:design
status:in-progress
status:launched
status:review
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/roadmap#49
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source: https://github.com/Alex-Gurung/ReasoningNCP (fork: TheAhmadOsman/ReasoningNCP)
License: MIT
Paper: arXiv 2503.22828 — Gurung & Lapata (2025)
What it is
ReasoningNCP implements VR-CLI (Verifiable Rewards via Completion Likelihood Improvement) — an RL training framework that teaches models to produce useful plans for long-form continuation tasks. The core task is Next-Chapter Prediction (NCP): given story context, plan then execute the next chapter. The reward signal measures whether the plan actually improved completion likelihood — not whether the plan looks good.
Why relevant for CF
Benefit appeal letters (Harrier/Rufous) require:
VR-CLI's reward signal is directly applicable: replace story completion quality with letter completion quality. A model trained this way would learn to produce plans that actually improve the final letter — not just generic outlines.
Application path
Not a drop-in library — this is a training recipe. The path:
Watch trigger
Research inspiration for now. Re-evaluate when Harrier or Rufous reaches active development and a long-form generation baseline is needed.