Challenge: Chain-of-Thought prompting has improved the reasoning capabilities of Large Language Models (LLMs) but it is ineffective or detrimental to the performance on reasoning tasks in Smaller Language Model (SLMs) with less than 10 billion parameters.
Approach: They propose a Dialogue-guided Chain-of-Thought method to improve the reasoning capabilities of Large Language Models (LLMs) by generating intermediate reasoning steps in a dialogue format to guide the model to the final answer.
Outcome: The proposed method can achieve significant performance gains over state-of-the-art competitors on four arithmetic reasoning datasets.

Similar Papers

SpecCoT: Accelerating Chain-of-Thought Reasoning through Speculative Exploration (2025.findings-emnlp)

Copied to clipboard

Challenge: Large Reasoning Models suffer from high inference latency due to lengthy reasoning chains.
Approach: They propose a collaborative framework that combines large and small models for effective reasoning.
Outcome: The proposed framework reduces inference latency by 1.7-4.1 while maintaining comparable accuracy to standard large model inference.
SoftCoT: Soft Chain-of-Thought for Efficient Reasoning with LLMs (2025.acl-long)

Copied to clipboard

Challenge: Existing approaches to continuous-space reasoning focus on hard token decoding and suffer from catastrophic forgetting.
Approach: They propose a method that generates instance-specific soft thought tokens as the initial chain of thoughts and maps them into the LLM’s representation space via a trainable projection module.
Outcome: The proposed method improves LLM reasoning performance through supervised, parameter-efficient fine-tuning.
Can Small Language Models Help Large Language Models Reason Better?: LM-Guided Chain-of-Thought (2024.lrec-main)

Copied to clipboard

Challenge: Existing frameworks for guiding a language model in reasoning tasks are limited by their tendency to generate low-quality rationales that are repetitive and vacuous.
Approach: They propose a framework that leverages a lightweight language model for guiding a black-box large LM in reasoning tasks.
Outcome: The proposed framework outperforms baselines in answer prediction accuracy.
Towards Understanding Chain-of-Thought Prompting: An Empirical Study of What Matters (2023.acl-long)

Copied to clipboard

Challenge: Chain-of-Thought (CoT) prompting can dramatically improve the multi-step reasoning abilities of large language models (LLMs).
Approach: They propose to use Chain-of-Thought (CoT) prompting to encourage the LLM to generate intermediate rationales for solving a problem by providing a series of reasoning steps in the demonstrations.
Outcome: The proposed model can generate coherent lines of reasoning even with invalid demonstrations while still generating coherent lines during inference.
ChainLM: Empowering Large Language Models with Improved Chain-of-Thought Prompting (2024.lrec-main)

Copied to clipboard

Challenge: Existing CoT synthesis approaches focus on simpler reasoning tasks and result in inconsistent CoT prompts.
Approach: They propose a framework for automatic generation of superior CoT prompts based on three major evolution strategies . they propose 'step-level debating' method where multiple debaters discuss each reasoning step to arrive at the correct answer.
Outcome: The proposed framework can generate superior CoT prompts from a CoT dataset.
Can Reasoning Path still be Effective as Input? Bridging Post-Reasoning to Chain-of-Thought Compression (2026.acl-long)

Copied to clipboard

Challenge: Existing work on reducing CoT generation in reasoning impairs the necessary information for deriving the correct answer.
Approach: They propose a reasoning paradigm that takes CoT as a part of context to simplify the reasoning task for Large Language Models (LLMs).
Outcome: The proposed framework reduces the generation length of LLMs, but its effectiveness hinges on the efficiency and reliability of the contextual CoT generation.
Interleaving Retrieval with Chain-of-Thought Reasoning for Knowledge-Intensive Multi-Step Questions (2023.acl-long)

Copied to clipboard

Challenge: Large language models generate natural language reasoning steps or Chains-of-Thoughts when prompted appropriately.
Approach: They propose a new approach that interleaves retrieval with steps (sentences) in a CoT and uses retrieved results to improve CoT.
Outcome: The proposed approach improves retrieval and downstream QA significantly on four datasets.
Aligning Large and Small Language Models via Chain-of-Thought Reasoning (2024.eacl-long)

Copied to clipboard

Challenge: Chain-of-Thought (CoT) prompting empowers Large Language Models to solve complex reasoning tasks in a step-wise manner.
Approach: They propose a method for aligning and transferring reasoning abilities between larger and smaller Language Models by using CoT-Demonstrations.
Outcome: The proposed method outperforms baselines on question-answering and mathematical reasoning benchmarks.
Think Better, Not Longer: Token-Level Marginal Utility for Efficient Reasoning in Large Reasoning Models (2026.acl-long)

Copied to clipboard

Challenge: Large reasoning models (LRMs) generate explicit Chain-of-Thought rationales, but often suffer from "overthinking".
Approach: They propose a unified training framework to synthesize concise reasoning chains by identifying tokens that reduce the model’s likelihood of the correct answer.
Outcome: Experiments on deepSeek-R1-Distill-Qwen backbones show that MUTO yields better efficiency-accuracy Pareto frontier.
DiffCoT: Diffusion-styled Chain-of-Thought Reasoning in LLMs (2026.findings-acl)

Copied to clipboard

Challenge: Chain-of-Thought (CoT) reasoning improves multi-step mathematical problem solving in large language models but is vulnerable to exposure bias and error accumulation.
Approach: They propose a diffusion-styled CoT framework that reformulates CoT reasoning as an iterative denoising process.
Outcome: The proposed framework outperforms existing methods on three multi-step CoT reasoning benchmarks.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations