Introducing ChatGPT II
Introducing ChatGPT II
Log in
Research API ChatGPT
Search Try
Safety Company
ChatGPT
https://openai.com/blog/chatgpt Page 1 of 16
Introducing ChatGPT 12/19/23, 2:28 AM
Blog
Introducing
ChatGPT
We’ve trained a model
called ChatGPT which
interacts in a
conversational way.
The dialogue format
Illustration: Ruby Chen
makes it possible for
ChatGPT to answer
followup questions,
admit its mistakes,
challenge incorrect
premises, and reject
inappropriate
requests.
https://openai.com/blog/chatgpt Page 2 of 16
Introducing ChatGPT 12/19/23, 2:28 AM
Samples
User this code is not working like i expect — how do i fix it?
err := b.worker(ctx)
cancel()
if err == nil {
return <-resultWorkerErr
}
return multierror.Append(err, <-resultWorkerErr)
ChatGPT It’s difficult to say what’s wrong with the code without more
information about what the code is supposed to do and wh
this the entire code or just a part of it?
ChatGPT It’s difficult to say without more information about what the
happening when it’s executed. One potential issue with the
resultWorkerErr channel is never closed, which means
the resultWorkerErr channel is never written to. This co
returns an error or if it’s canceled before it has a chance to
https://openai.com/blog/chatgpt Page 4 of 16
Introducing ChatGPT 12/19/23, 2:28 AM
close(resultworkerErr)
Methods
https://openai.com/blog/chatgpt Page 5 of 16
Introducing ChatGPT 12/19/23, 2:28 AM
https://openai.com/blog/chatgpt Page 6 of 16
Introducing ChatGPT 12/19/23, 2:28 AM
Limitations
ChatGPT sometimes writes plausible-
sounding but incorrect or nonsensical
answers. Fixing this issue is
challenging, as: (1) during RL training,
there’s currently no source of truth; (2)
training the model to be more
cautious causes it to decline
questions that it can answer correctly;
and (3) supervised training misleads
the model because the ideal
answer depends on what the model
https://openai.com/blog/chatgpt Page 7 of 16
Introducing ChatGPT 12/19/23, 2:28 AM
Iterative deployment
https://openai.com/blog/chatgpt Page 8 of 16
Introducing ChatGPT 12/19/23, 2:28 AM
Iterative deployment
Today’s research release of ChatGPT is
the latest step in OpenAI’s iterative
deployment of increasingly safe and
useful AI systems. Many lessons from
deployment of earlier models like GPT-3
and Codex have informed the safety
mitigations in place for this release,
including substantial reductions in
harmful and untruthful outputs achieved
by the use of reinforcement learning
from human feedback (RLHF).
https://openai.com/blog/chatgpt Page 9 of 16
Introducing ChatGPT 12/19/23, 2:28 AM
https://openai.com/blog/chatgpt Page 10 of 16
Introducing ChatGPT 12/19/23, 2:28 AM
https://openai.com/blog/chatgpt Page 11 of 16
Introducing ChatGPT 12/19/23, 2:28 AM
https://openai.com/blog/chatgpt Page 12 of 16
Introducing ChatGPT 12/19/23, 2:28 AM
Authors OpenAI
View all articles
Acknowledgments
Contributors: John Schulman,
Barret Zoph, Christina Kim, Jacob
Hilton, Jacob Menick, Jiayi Weng,
Juan Felipe Ceron Uribe, Liam
Fedus, Luke Metz, Michael
Pokorny, Rapha Gontijo Lopes,
Shengjia Zhao, Arun
Vijayvergiya, Eric Sigler, Adam
Perelman, Chelsea Voss, Mike
Heaton, Joel Parish, Dave
Cummings, Rajeev Nayak, Valerie
Balcom, David Schnurr, Tomer
Kaftan, Chris Hallacy, Nicholas
Turley, Noah Deutsch, Vik Goel,
Jonathan Ward, Aris
Konstantinidis, Wojciech
Zaremba, Long Ouyang, Leonard
Bogdonoff, Joshua Gross, David
Medina, Sarah Yoo, Teddy Lee,
Ryan Lowe, Dan Mossing, Joost
Huizinga, Roger Jiang, Carroll
Wainwright, Diogo Almeida,
Steph Lin, Marvin Zhang, Kai
Xiao, Katarina Slama, Steven
Bills, Alex Gray, Jan Leike, Jakub
Pachocki, Phil Tillet, Shantanu
Jain, Greg Brockman, Nick Ryder,
Alex Paino, Qiming Yuan,
Clemens Winter, Ben Wang, Mo
https://openai.com/blog/chatgpt Page 13 of 16
Introducing ChatGPT 12/19/23, 2:28 AM
https://openai.com/blog/chatgpt Page 14 of 16
Introducing ChatGPT 12/19/23, 2:28 AM
https://openai.com/blog/chatgpt Page 15 of 16
Introducing ChatGPT 12/19/23, 2:28 AM
https://openai.com/blog/chatgpt Page 16 of 16