Learn Before
Refinement: The Third Step of Self-Refinement
The final stage in the self-refinement framework is 'Refinement,' where the Large Language Model is prompted to revise its initial output by incorporating the collected feedback.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Related
Prediction: The First Step of Self-Refinement
Feedback Collection: The Second Step of Self-Refinement
Refinement: The Third Step of Self-Refinement
Iterative Self-Refinement Process
Deliberate-then-Generate (DTG) Method
A common framework for improving a language model's output involves a cyclical process. Arrange the following stages of this process into the correct logical order, from start to finish.
A development team is improving a news-summarizing AI. Their process is as follows:
- The AI generates an initial summary of an article.
- A separate automated tool critiques the summary for conciseness and factual accuracy, producing a list of issues.
- The AI is then given the original article, its first summary, and the list of issues, and is prompted to write an improved version.
Which option correctly maps this process to the standard three-step self-refinement framework?
Analyzing a Flawed Self-Improvement Process
Learn After
An AI model was tasked with summarizing a complex scientific article. Its initial summary was factually correct but overly technical and difficult for a non-expert to understand. The model then received the following critique: 'The summary is too dense. Simplify the language, use an analogy to explain the core concept, and define key terms.' Which of the following prompts best represents the final step of using this critique to improve the summary?
Refining an LLM Response Using Feedback
Refining LLM Responses Using Feedback
Applying Feedback to Revise an LLM-Generated Poem
An AI assistant is programmed to improve its own answers through an iterative process. Arrange the following actions into the correct logical sequence that the AI would follow to enhance its response to a user's query.