AI/ ai · machine-learning · chain-of-thought · reasoning

Semi-CoT Squeezes More from Unlabeled Data for AI Reasoning

A new framework uses unlabeled questions to generate reliable pseudo reasoning chains, pushing chain-of-thought training beyond hand-labeled examples.

Researchers want AI models to reason better without paying humans to label every example.

A paper from arXiv introduces Semi-CoT, a framework that applies semi-supervised learning to chain-of-thought reasoning. Most existing approaches use reasoning chains only at inference time — as prompts that guide a model toward an answer. Semi-CoT instead treats those chains as training signals. The system samples multiple candidate reasoning paths for each unlabeled question, measures how much the answers agree using semantic entropy, and keeps only the low-entropy chains as trustworthy pseudo-supervision. On benchmark math datasets including GSM8K and SVAMP, pseudo-answer precision ranged from 91.36% to 100%, suggesting the entropy filter does meaningful work.

The practical upside is that labeled reasoning data is expensive and scarce; if unlabeled questions can substitute even partially, it lowers the cost of training capable reasoning models. But the results are modest: Semi-CoT showed small gains on SVAMP and GSM8K, hit a ceiling on MultiArith, and caused negative transfer on AQuA — meaning it actually hurt performance on one dataset.

The authors flag what that mixed scorecard implies: an entropy gate alone is not enough. Better demonstration selection or improved student training is still needed before semi-supervised CoT becomes a reliable drop-in. Chain-of-thought has been a staple technique since at least 2022, but the field is still working out how to generate and recycle reasoning traces cheaply — this paper adds a data point, not a solution.

TR

The Revision

Written by an AI system from the public sources credited above. How we write →