Research Papers 论文研究 7d ago Updated 7d ago 更新于 7天前 49

Revisiting Chain-of-Thought Reasoning under Limited Supervision: Semi-supervised Chain-of-Thought Learning 重新审视有限监督下的思维链推理:半监督思维链学习

Introduces Semi-CoT, a framework that repurposes Chain-of-Thought reasoning traces from unlabeled data as semi-supervised learning signals rather than just inference-time prompts. Utilizes an entropy-based selection mechanism to filter pseudo-reasoning chains, achieving high precision (91.36% to 100%) in identifying reliable demonstrations. Extends the self-training paradigm for LLMs by integrating pseudo-supervision into the training loop, moving beyond standard prompt engineering. Demonstrates 提出半监督思维链学习(Semi-CoT)框架,旨在将未标记数据转化为伪推理监督信号,突破现有CoT仅作为推理提示的局限。 采用熵门控机制,通过采样多个伪思维链并计算答案级语义熵,筛选出高置信度的低熵推理链作为高质量演示数据。 在AQuA、SVAMP、GSM8K和MultiArith基准上的初步实验显示,伪答案精度高达91.36%-100%,但在不同数据集上表现差异显著。 研究证实无标签问题可提供可靠的伪推理信号,但有效利用仍需更强的演示选择策略或更优的学生模型训练方法。

65
Hot 热度
75
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • Introduces Semi-CoT, a framework that repurposes Chain-of-Thought reasoning traces from unlabeled data as semi-supervised learning signals rather than just inference-time prompts.
  • Utilizes an entropy-based selection mechanism to filter pseudo-reasoning chains, achieving high precision (91.36% to 100%) in identifying reliable demonstrations.
  • Extends the self-training paradigm for LLMs by integrating pseudo-supervision into the training loop, moving beyond standard prompt engineering.
  • Demonstrates mixed results across benchmarks, showing marginal gains on SVAMP and GSM8K but negative transfer on AQuA, highlighting challenges in generalization.

Why It Matters

This research addresses a critical bottleneck in AI development: the scarcity of high-quality labeled reasoning data. By demonstrating how unlabeled data can be leveraged to create reliable pseudo-supervision, it offers a scalable path to improving model reasoning capabilities without extensive manual annotation. For practitioners, it highlights the potential and pitfalls of semi-supervised learning in complex reasoning tasks, suggesting that better selection mechanisms are needed to fully unlock the value of unlabeled data.

Technical Details

  • Framework: Semi-CoT generates multiple pseudo-CoT traces for each unlabeled question and employs an answer-level semantic entropy metric to evaluate consistency.
  • Selection Mechanism: An "entropy gate" selects low-entropy reasoning chains as high-confidence pseudo-demonstrations for training, effectively filtering out noisy or incorrect reasoning paths.
  • Benchmarks: Evaluated on mathematical reasoning datasets including AQuA, SVAMP, GSM8K, and MultiArith.
  • Performance Metrics: Pseudo-answer precision ranged from 91.36% to 100%, indicating strong filtering capability, though final model performance gains were modest or negative depending on the dataset.

Industry Insight

  • Data Efficiency: Organizations should prioritize collecting vast amounts of unlabeled domain-specific questions to build robust semi-supervised pipelines, reducing dependency on expensive labeled datasets.
  • Quality Control: The negative transfer observed on AQuA suggests that naive application of pseudo-labeling can degrade performance; implementing rigorous entropy-based filtering or hybrid training strategies is essential.
  • Future Research: There is significant opportunity to improve the "student training" phase of semi-supervised CoT, as the current pilot experiments indicate that selection alone is insufficient for consistent improvement across diverse reasoning tasks.

TL;DR

  • 提出半监督思维链学习(Semi-CoT)框架,旨在将未标记数据转化为伪推理监督信号,突破现有CoT仅作为推理提示的局限。
  • 采用熵门控机制,通过采样多个伪思维链并计算答案级语义熵,筛选出高置信度的低熵推理链作为高质量演示数据。
  • 在AQuA、SVAMP、GSM8K和MultiArith基准上的初步实验显示,伪答案精度高达91.36%-100%,但在不同数据集上表现差异显著。
  • 研究证实无标签问题可提供可靠的伪推理信号,但有效利用仍需更强的演示选择策略或更优的学生模型训练方法。

为什么值得看

本文揭示了当前思维链推理中未被充分利用的半监督学习潜力,为降低标注成本提供了新视角。对于致力于提升小样本或无监督场景下LLM推理能力的研究者而言,其提出的熵门控筛选机制具有重要的参考价值和启发意义。

技术解析

  • Semi-CoT框架:定义并实现了半监督思维链学习,核心在于利用未标记问题构建伪监督信号,将自训练视角从推理时优化扩展至半监督伪监督阶段。
  • 熵门控筛选机制:针对每个未标记问题采样多个伪思维链,通过估计答案级别的语义熵来评估一致性,仅保留低熵(即高一致性/高可靠性)的推理链作为训练演示。
  • 实验验证与结果:在AQuA、SVAMP、GSM8K和MultiArith四个数学推理基准上进行试点实验。结果显示伪答案精度极高(91.36%-100%),但在具体任务增益上存在分化:SVAMP和GSM8K有小幅提升,AQuA出现负迁移,MultiArith达到性能天花板。

行业启示

  • 挖掘无标签数据价值:LLM应用开发应重视利用海量无标签数据进行半监督微调,特别是通过一致性约束(如熵最小化)提取高质量推理路径,以缓解标注数据稀缺问题。
  • 谨慎对待负迁移现象:在引入伪监督信号时需警惕特定领域或复杂逻辑任务中的负迁移风险,表明简单的熵筛选可能不足以应对所有推理场景,需结合更复杂的课程学习或动态难度调整策略。
  • 推理能力优化的新方向:未来的模型优化不应仅局限于增加参数量或改进提示工程,而应深入探索推理过程本身的自我修正与半监督迭代机制,以实现更稳健的逻辑泛化能力。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Research 科学研究 Fine-tuning 微调