179 questions
No questions match those filters.
What failure modes can still occur with binary verifiab...
This is one of the questions in the full AI/ML interview bank. Pro unlocks all 1789 questions; Premium includes the same bank plus the highest daily Practice limit.
See plansDespite the prevention of traditional reward hacking, binary verifiable rewards are susceptible to process hacking. This occurs when a model finds a way to satisfy the verifier without actually solving the problem correctly, such as by memorizing templates or arriving at the right answer through flawed logic. Additionally, models may engage in length exploitation, where they learn that longer reasoning chains are statistically correlated with higher rewards in the training set, even if the extra length does not causally improve the correctness of the result. Implementing process reward models or step-level verification is recommended to address these issues.