arXiv:2504.08690cs.CLcs.AI2025-04被引 6

让大模型像人一样分步思考,先粗后细解决复杂任务

Fast-Slow-Thinking: Complex Task Solving with Large Language Models

  • 模仿人类快慢思维,先简化任务再补细节
  • 在三个任务类型上显著提升准确率,减少错误内容
  • 适合需要逻辑严谨、约束复杂的任务求解

当前大语言模型(LLMs)被用于解决复杂任务,任务分解是有效方法,即将复杂任务拆分为多个简单子任务以降低难度。然而,当任务包含复杂逻辑与约束时,现有方法性能不佳,生成结果可能偏离原意或含冗余错误内容。受人类具有快思考(FT)与慢思考(ST)两种认知系统启发,本文提出「快-慢思维」(Fast-Slow-Thinking, FST)任务分解方法。FT阶段通过提示模型移除原始任务的约束,将其简化为通用简洁任务;ST阶段重新引入被移除的约束,优化FT生成的答案以满足原始要求。该方法使模型以从粗到细的人类认知方式处理复杂问题,在三类任务上的实验验证了其有效性。

原文摘要 · Abstract (English)

Nowadays, Large Language Models (LLMs) have been gradually employed to solve complex tasks. To face the challenge, task decomposition has become an effective way, which proposes to divide a complex task into multiple simpler subtasks and then solve them separately so that the difficulty of the original task can be reduced. However, the performance of existing task decomposition methods can be suboptimal when the task contains overly complex logic and constraints. In this situation, the solution generated by LLMs may deviate from the original purpose of the task, or contain redundant or even erroneous content. Therefore, inspired by the fact that humans possess two thinking systems including fast thinking and slow thinking, this paper introduces a new task decomposition method termed ``Fast-Slow-Thinking'' (FST), which stimulates LLMs to solve tasks through the cooperation of Fast Thinking (FT) and Slow Thinking (ST) steps. Here FT focuses more on the general and concise aspect of the task, and ST focuses more on the details of the task. In FT, LLMs are prompted to remove the constraints of the original task, therefore simplifying it to a general and concise one. In ST, we recall the constraints removed in FT, so that LLMs can improve the answer generated in FT to meet the requirements of the original task. Therefore, our FST method enables LLMs to consider a complex problem via a human-like cognition process from coarse to fine, the effectiveness of which has been well demonstrated by the experiments on three types of tasks.

大模型任务分解思维链

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。