paper-with-me

홈 › Papers

Soft Guidance Starts to Outperform CoT Prompting as LLMs Improve

2026-08-04 · Denys Pushkin, Albert Q. Jiang, Aryo Lotfi, Colin Sandon, Emmanuel Abbé arxiv

Chain-of-Thought (CoT) prompting remains the standard baseline for evaluating models' reasoning abilities. Originally, this technique was introduced to elicit step-by-step reasoning from large language models (LLMs), which would otherwise tend to directly output the final answer. However, many modern LLMs produce CoT-style responses \textit{natively} when presented with reasoning tasks, which made us revisit the effectiveness of standard CoT prompting. We evaluate several modern mid-sized language models on a math problem-solving task and find that models specialized for reasoning achieve better performance in a simple zero-shot setting than when using few-shot CoT examples - significantly surpassing officially reported results at no additional cost (e.g., from $\sim$77\% to $\sim$84\% for Mathstral on GSM8K). For the tested general-purpose model, a zero-shot CoT prompt is also sufficient to outperform a few-shot CoT baseline. We attribute this to a `guidance-distraction' tradeoff: standard CoT prompting also demands style adaptation, formatting compliance, and potentially undesired contextualization, which can distract models from the core reasoning task. Our findings suggest that using standard CoT prompting increasingly acts as a source of distraction as models grow stronger.

📄 PDF Abstract BibTeX arXiv:2608.03550

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Code-Aware Prompting: A study of Coverage Guided Test Generation in Regression Setting using LLM

2024-01-31 · Gabriel Ryan, Siddhartha Jain, Mingyue Shang, Shiqi Wang 외

Testing plays a pivotal role in ensuring software quality, yet conventional Search Based Software Testing (SBST) methods often struggle with complex software units, achieving suboptimal test coverage. Recent works using …

software testing

Model Tuning or Prompt Tuning? A Study of Large Language Models for Clinical Concept and Relation Extraction

2023-10-10 · Cheng Peng, Xi Yang, Kaleb E Smith, Zehao Yu 외

Objective To develop soft prompt-based learning algorithms for large language models (LLMs), examine the shape of prompts, prompt-tuning using frozen/unfrozen LLMs, transfer learning, and few-shot learning abilities. Met…

Few-Shot LearningRelation ExtractionTransfer Learning

Memory Inception: Latent-Space KV Cache Manipulation for Steering LLMs

2026-05-07 · Andy Zeyi Liu, Michael Zhang, Ilana Greenberg, Adam Alnasser 외 arxiv

Steering large language models (LLMs) is usually done by either instruction prompting or activation steering. Prompting often gives strong control, but caches guidance tokens at every layer and can clutter long interacti…

A Prompt Learning Framework for Source Code Summarization

2023-12-26 · Tingting Xu, Yun Miao, Chunrong Fang, Hanwei Qian 외

(Source) code summarization is the task of automatically generating natural language summaries (also called comments) for given code snippets. Recently, with the successful application of large language models (LLMs) in …

Code SummarizationFew-Shot Learningparameter-efficient fine-tuningPrompt Learning+2

Prompting or Fine-tuning? A Comparative Study of Large Language Models for Taxonomy Construction

2023-09-04 · Boqi Chen, Fandi Yi, Dániel Varró

Taxonomies represent hierarchical relations between entities, frequently applied in various software modeling and natural language processing (NLP) activities. They are typically subject to a set of structural constraint…

Language Modelling