CLAIOct 8, 2023

Self-Convinced Prompting: Few-Shot Question Answering with Repeated Introspection

arXiv:2310.05035v212 citationsh-index: 6
AI Analysis

This work addresses the challenge of enhancing LLMs' reasoning capabilities for tasks like question answering, though it is incremental as it builds on existing prompting methods.

The authors tackled the problem of improving large language models' performance on complex reasoning tasks by introducing a framework that iteratively refines answers through introspection, achieving substantial improvements across seven datasets.

While large language models (LLMs) such as ChatGPT and PaLM have demonstrated remarkable performance in various language understanding and generation tasks, their capabilities in complex reasoning and intricate knowledge utilization still fall short of human-level proficiency. Recent studies have established the effectiveness of prompts in steering LLMs towards generating desired outputs. Building on these insights, we introduce a novel framework that harnesses the potential of large-scale pre-trained language models, to iteratively enhance performance of the LLMs. Our framework incorporates three components: \textit{Normal CoT}, a \textit{Convincer}, and an \textit{Answerer}. It processes the output of a typical few-shot chain-of-thought prompt, assesses the correctness of the response, scrutinizes the answer, refines the reasoning, and ultimately produces a new solution. Experimental results on the 7 datasets of miscellaneous problems validate the efficacy of the Self-Convince framework, achieving substantial improvements compared to the baselines. This study contributes to the burgeoning body of research focused on integrating pre-trained language models with tailored prompts and iterative refinement processes to augment their performance in complex tasks.

Foundations

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

Your Notes