There are emergent abilities being discovered concerning Large Language Models (LLMs), these abilities are in essence different ways in-context learning (ICL) is leveraged within LLMs.
LLMs excel at ICL and it has been shown in the recent past that with effective task-specific prompt engineering LLMs can produce high-quality answers.
Question and answer tasks with example-based prompting and CoT reasoning is particularly effective.
The concern of a recent study is that these prompt examples might be too rigid and fixed for different tasks.
This approach follows a methodology which is gaining popularity in recent studies and developments. This procedure includes the following elements:
The LLM is queried a predefined number of times, to generate possible answers for a set of training questions. These answer and question sets are generated in a decomposed fashion with intermediate steps.
An uncertainty calculator is used based on the answers via an uncertainty metric.
Ranked according to the uncertainty, the most uncertain questions are selected for human inspection and annotation.
Human annotators are used to annotate the selected uncertain questions.
Final inference for each question is performed with the newly annotated exemplars.
The contribution of the study is three-fold:
It is interesting to note that this approach has four methods serving as its main baselines:
A number of recent papers have shown that on user instruction to do so, Large Language Models (LLMs) are capable of decomposing complex problems into a series of intermediate steps.
This basic principle was introduced by the concept of Chain-Of-Thought(CoT) prompting for the first time in 2022.
The basic premise of CoT prompting is to mirror human problem-solving methods, where we as humans decompose larger problems into smaller steps.
The LLM then addresses each sub-problem with focussed attention hence reducing the likelihood of overlooking crucial details or making wrong assumptions.
A chain of thought is a series of intermediate natural language reasoning steps that lead to the final output, and we refer to this approach as chain-of-thought prompting. ~ Source
The breakdown of tasks makes the actions of the LLM less opaque with transparency being introduced.
Areas where Chain-Of-Thought-like methodology has been introduced are:
And moreā¦
Previously published on Medium.