CLAIMar 17, 2025

Improving Complex Reasoning with Dynamic Prompt Corruption: A soft prompt Optimization Approach

arXiv:2503.13208v39 citationsh-index: 10ICLR
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in prompt-tuning for complex reasoning in large language models, offering an incremental improvement.

The paper tackles the problem that prompt-tuning degrades performance on complex reasoning tasks by identifying information accumulation in soft prompts that causes erroneous reasoning, and proposes Dynamic Prompt Corruption (DPC) to dynamically adjust soft prompt influence, achieving 4%-8% accuracy gains over vanilla prompt-tuning on benchmarks like GSM8K and MATH.

Prompt-tuning (PT) for large language models (LLMs) can facilitate the performance on various conventional NLP tasks with significantly fewer trainable parameters. However, our investigation reveals that PT provides limited improvement and may even degrade the primitive performance of LLMs on complex reasoning tasks. Such a phenomenon suggests that soft prompts can positively impact certain instances while negatively affecting others, particularly during the later phases of reasoning. To address these challenges, We first identify an information accumulation within the soft prompts. Through detailed analysis, we demonstrate that this phenomenon is often accompanied by erroneous information flow patterns in the deeper layers of the model, which ultimately lead to incorrect reasoning outcomes. we propose a novel method called Dynamic Prompt Corruption (DPC) to take better advantage of soft prompts in complex reasoning tasks, which dynamically adjusts the influence of soft prompts based on their impact on the reasoning process. Specifically, DPC consists of two stages: Dynamic Trigger and Dynamic Corruption. First, Dynamic Trigger measures the impact of soft prompts, identifying whether beneficial or detrimental. Then, Dynamic Corruption mitigates the negative effects of soft prompts by selectively masking key tokens that interfere with the reasoning process. We validate the proposed approach through extensive experiments on various LLMs and reasoning tasks, including GSM8K, MATH, and AQuA. Experimental results demonstrate that DPC can consistently enhance the performance of PT, achieving 4%-8% accuracy gains compared to vanilla prompt tuning, highlighting the effectiveness of our approach and its potential to enhance complex reasoning in LLMs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes