MichaelErchi commited on
Commit
ed35b13
·
verified ·
1 Parent(s): c851c67

docs: clarify verifier use cases

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -22,7 +22,9 @@ tags:
22
 
23
  ## 🌐 Why CodeVerifier?
24
 
25
- CodeVerifier evaluates a code state and returns a verdict, a brief explanation, and supporting line ranges. It covers both competitive-programming submissions and repository code.
 
 
26
 
27
  ## ✨ Highlights
28
 
 
22
 
23
  ## 🌐 Why CodeVerifier?
24
 
25
+ Execution provides reliable feedback, but it often arrives too late for large candidate pools, online policy updates, and repository workflows. CodeVerifier supplies timely reward signals for reinforcement learning with verifiable rewards (RLVR) and candidate search, as well as rapid quality feedback for filtering generated training data before a full test run.
26
+
27
+ Rather than returning only a scalar score, CodeVerifier produces a verdict, a brief explanation, and supporting code regions for complete programs, intermediate edits, and repository code states. It learns these judgments from historical execution outcomes and successful repairs through evidence projection and RVPG.
28
 
29
  ## ✨ Highlights
30