CLAILGAug 6, 2023

Automatically Correcting Large Language Models: Surveying the landscape of diverse self-correction strategies

Peking U
arXiv:2308.03188v2285 citationsh-index: 63
Originality Synthesis-oriented
AI Analysis

It provides a comprehensive review for researchers and practitioners aiming to improve LLM safety and consistency, but it is incremental as it synthesizes existing work without introducing new methods.

This paper surveys self-correction strategies for large language models (LLMs) to address issues like hallucination and toxic content, analyzing techniques such as training-time, generation-time, and post-hoc correction to enhance LLM reliability and deployability.

Large language models (LLMs) have demonstrated remarkable performance across a wide array of NLP tasks. However, their efficacy is undermined by undesired and inconsistent behaviors, including hallucination, unfaithful reasoning, and toxic content. A promising approach to rectify these flaws is self-correction, where the LLM itself is prompted or guided to fix problems in its own output. Techniques leveraging automated feedback -- either produced by the LLM itself or some external system -- are of particular interest as they are a promising way to make LLM-based solutions more practical and deployable with minimal human feedback. This paper presents a comprehensive review of this emerging class of techniques. We analyze and taxonomize a wide array of recent work utilizing these strategies, including training-time, generation-time, and post-hoc correction. We also summarize the major applications of this strategy and conclude by discussing future directions and challenges.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes