English

Think Thrice Before You Act: Progressive Thought Refinement in Large Language Models

Computation and Language 2024-10-18 v1 Artificial Intelligence

Abstract

Recent advancements in large language models (LLMs) have demonstrated that progressive refinement, rather than providing a single answer, results in more accurate and thoughtful outputs. However, existing methods often rely heavily on supervision signals to evaluate previous responses, making it difficult to assess output quality in more open-ended scenarios effectively. Additionally, these methods are typically designed for specific tasks, which limits their generalization to new domains. To address these limitations, we propose Progressive Thought Refinement (PTR), a framework that enables LLMs to refine their responses progressively. PTR operates in two phases: (1) Thought data construction stage: We propose a weak and strong model collaborative selection strategy to build a high-quality progressive refinement dataset to ensure logical consistency from thought to answers, and the answers are gradually refined in each round. (2) Thought-Mask Fine-Tuning Phase: We design a training structure to mask the "thought" and adjust loss weights to encourage LLMs to refine prior thought, teaching them to implicitly understand "how to improve" rather than "what is correct." Experimental results show that PTR significantly enhances LLM performance across ten diverse tasks (avg. from 49.6% to 53.5%) without task-specific fine-tuning. Notably, in more open-ended tasks, LLMs also demonstrate substantial improvements in the quality of responses beyond mere accuracy, suggesting that PTR truly teaches LLMs to self-improve over time.

Keywords

Cite

@article{arxiv.2410.13413,
  title  = {Think Thrice Before You Act: Progressive Thought Refinement in Large Language Models},
  author = {Chengyu Du and Jinyi Han and Yizhou Ying and Aili Chen and Qianyu He and Haokun Zhao and Sirui Xia and Haoran Guo and Jiaqing Liang and Zulong Chen and Liangyue Li and Yanghua Xiao},
  journal= {arXiv preprint arXiv:2410.13413},
  year   = {2024}
}

Comments

10 pages, 4 figures

R2 v1 2026-06-28T19:25:37.881Z