QEUR23_PHI2SFT3: Reasoningとは何か~Prompt Engineeringについて
~ 今回は「閑話休題」ながら、「結論」も含む ~ ・・・ 前回のつづきです ・・・ D先生 : “あれ? 「Reasoning is all you need(推論は万能である)」 って?” QEU:FOUNDER : “このReasoningって、ひょっとしたらスゴイかもしれんでぇ・・・。なんか、小規模のプロジェクトのようですが、かなり真剣にやっているっぽい。まずは彼らのHFコメントを読んでみましょう。” Introduction This paper explores a novel approach to finetuning AI Language Models (LLMs) by emphasizing the crucial aspect of 'Reasoning.' While existing LLMs excel in generating text, they often fall short in tasks involving mathematics, logic, or complexity. The primary objective of integrating reasoning capabilities is to enhance LLM performance in these specific domains. Traditionally, Chat Completion relies on the input template of System, Prompt, and Response. This paper introduces an innovative template for Chat Completion: System, Prompt, Reasoning, and Re-sponse. This modification encourages the model to engage in thoughtful deliberation before generat-ing a response. The advantages of this strategic shift are manifold and continuously evolving with the in...