All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

CoT-PoT Ensembling: Efficient LLM Reasoning with Self-Consistency from Just Two Samples

By

[Submitted on 19 Apr 2026 (v1), last revised 4 Jun 2026 (this version, v2)]

4d ago· 2 min readenInsight

Summary

This paper introduces a hybrid ensembling approach called CoT-PoT that combines Chain-of-Thought (CoT) and Program-of-Thought (PoT) reasoning for self-consistency (SC) in large language models. The method leverages the complementary strengths of both reasoning modes to improve accuracy while drastically reducing computational costs. The authors demonstrate that CoT-PoT ensembling reduces the number of samples required for SC by a factor of 9.3x, and that 78.6% of tasks can be addressed with only two samples—a feat not possible with prior SC methods.

Key quotes

· 3 pulled
We introduce a hybrid ensembling approach that leverages the complementary strengths of two distinct modes of reasoning: Chain-of-Thought (CoT) and Program-of-Thought (PoT).
We show that CoT-PoT ensembling not only improves overall accuracy, but also drastically reduces the number of samples required for SC by a factor of 9.3x.
The majority of tasks (78.6%) can be addressed with only two samples, which has not been possible with any prior SC methods.
Snippet from the RSS feed
Self-consistency (SC) is a popular technique for improving the reasoning accuracy of large language models by aggregating multiple sampled outputs, but it comes at a high computational cost due to extensive sampling. We introduce a hybrid ensembling appro

You might also wanna read