On Thursday, OpenAI researchers unveiled CriticGPT, a brand new AI mannequin designed to establish errors in code generated by ChatGPT. It goals to reinforce the method of creating AI techniques behave in methods people need (known as “alignment”) via Reinforcement Learning from Human Feedback (RLHF), which helps human reviewers make giant language mannequin (LLM) outputs extra correct.
As outlined in a brand new analysis paper known as “LLM Critics Help Catch LLM Bugs,” OpenAI created CriticGPT to behave as an AI assistant to human trainers who assessment programming code generated by the ChatGPT AI assistant. CriticGPT—primarily based on the GPT-4 household of LLMS—analyzes the code and factors out potential errors, making it simpler for people to identify errors which may in any other case go unnoticed. The researchers educated CriticGPT on a dataset of code samples with deliberately inserted bugs, educating it to acknowledge and flag numerous coding errors.
The event of CriticGPT concerned coaching the mannequin on a lot of inputs containing intentionally inserted errors. Human trainers have been requested to switch code written by ChatGPT, introducing errors after which offering instance suggestions as if they’d found these bugs. This course of allowed the mannequin to learn to establish and critique numerous sorts of coding errors.
In experiments, CriticGPT demonstrated its potential to catch each inserted bugs and naturally occurring errors in ChatGPT’s output. The brand new mannequin’s critiques have been most well-liked by trainers over these generated by ChatGPT itself in 63 p.c of instances involving pure bugs (the aforementioned statistic). This choice was partly attributable to CriticGPT producing fewer unhelpful “nitpicks” and producing fewer false positives, or hallucinated issues.
The researchers additionally created a brand new approach they name Pressure Sampling Beam Search (FSBS). This technique helps CriticGPT write extra detailed evaluations of code. It lets the researchers modify how thorough CriticGPT is in on the lookout for issues whereas additionally controlling how usually it’d make up points that do not actually exist. They’ll tweak this stability relying on what they want for various AI coaching duties.
Curiously, the researchers discovered that CriticGPT’s capabilities prolong past simply code assessment. Of their experiments, they utilized the mannequin to a subset of ChatGPT coaching information that had beforehand been rated as flawless by human annotators. Surprisingly, CriticGPT recognized errors in 24 p.c of those instances—errors that have been subsequently confirmed by human reviewers. OpenAI thinks this demonstrates the mannequin’s potential to generalize to non-code duties and highlights its potential to catch refined errors that even cautious human analysis may miss.
Regardless of its promising outcomes, like all AI fashions, CriticGPT has limitations. The mannequin was educated on comparatively quick ChatGPT solutions, which can not totally put together it for evaluating longer, extra advanced duties that future AI techniques may sort out. Moreover, whereas CriticGPT reduces confabulations, it does not get rid of them totally, and human trainers can nonetheless make labeling errors primarily based on these false outputs.
The analysis crew acknowledges that CriticGPT is handiest at figuring out errors that may be pinpointed in a single particular location throughout the code. Nonetheless, real-world errors in AI outputs can usually be unfold throughout a number of elements of a solution, presenting a problem for future mannequin iterations.
OpenAI plans to combine CriticGPT-like fashions into its RLHF labeling pipeline, offering its trainers with AI help. For OpenAI, it is a step towards creating higher instruments for evaluating outputs from LLM techniques that could be tough for people to charge with out extra help. Nonetheless, the researchers warning that even with instruments like CriticGPT, extraordinarily advanced duties or responses should show difficult for human evaluators—even these assisted by AI.