Learn Before
Evaluating an LLM's Text Correction
An automated system is tasked with correcting factual and grammatical errors in text. It is given the sentence: 'The sun, which are a star, rises in the west.' The system outputs the following correction: 'The sun, which is a star, rises in the west.' Evaluate the quality of this correction. What type of error did it successfully fix, and what type of error did it fail to address? Explain your reasoning.
0
1
Tags
Ch.2 Generative Models - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Evaluation in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Code Debugging with LLMs
Analyzing Types of Textual Correction
A language model is tasked with correcting the following sentence: "To improve the car's aerodynamics, the engineers decided to increase its weight and add a large, flat spoiler." Which of the following options best analyzes the error and proposes a logical correction?
Evaluating an LLM's Text Correction