ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2021
Year
A fine-tuned GPT-3 model utilizing text-based web browsing, trained via imitation learning and human feedback, enhancing its ability to answer long-form questions with factual accuracy.
WebGPT addresses a critical weakness of large language models: their tendency to hallucinate or produce factually incorrect information when answering questions that require up-to-date or specific knowledge. By equipping GPT-3 with a text-based web browser and training it to search, navigate, and extract relevant information, the paper shows that LLMs can be grounded in real-world data without relying solely on their parametric memory. This is a significant step toward building AI systems that are both knowledgeable and trustworthy.
The paper also stands out for its training methodology, which combines imitation learning from human demonstrations with reinforcement learning from human feedback. This two-stage approach allows the model to first learn basic browsing behaviors (e.g., clicking links, scrolling, searching) and then refine its answers based on human preferences for factuality and completeness. The result is a system that not only retrieves information but also synthesizes it into coherent, accurate responses.
Human evaluators consistently preferred WebGPT's answers over those from the base GPT-3 model, with significant gains in factual accuracy. The model was able to answer long-form questions by citing sources from the web, reducing hallucination rates. While exact numerical metrics are not provided in the abstract, the qualitative improvements are substantial enough to demonstrate the viability of the approach.
WebGPT has influenced subsequent work in retrieval-augmented generation (RAG) and tool-use for LLMs. It showed that giving models access to external tools (like a browser) and training them to use those tools effectively can dramatically improve performance on knowledge-intensive tasks. This paradigm has been adopted by many later systems, including those that use search engines, APIs, and code interpreters. The paper also highlights the importance of human feedback in aligning model behavior with user expectations, a theme that has become central to modern LLM development.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba