An AI application uses chain-of-thought prompting to solve math problems. The team observes that the model sometimes arrives at correct answers but with flawed reasoning. Which technique can specifically help by aggregating multiple reasoning paths?
Self-consistency samples multiple chain-of-thought outputs and chooses the most consistent answer, effectively filtering flawed reasoning.
Why this answer
Self-consistency generates several reasoning chains and selects the most common answer, improving robustness even if some chains have flawed steps.