paper-with-me

홈 › Papers

Chain-of-Thought Reasoning is a Policy Improvement Operator

2023-09-15 · Hugh Zhang, David C. Parkes

Large language models have astounded the world with fascinating new capabilities. However, they currently lack the ability to teach themselves new skills, relying instead on large amounts of human-generated training data. We introduce SECToR (Self-Education via Chain-of-Thought Reasoning), a proof-of-concept demonstration that language models can teach themselves new skills using chain-of-thought reasoning. During the self-learning loop, SECToR asks models to solve addition problems using chain-of-thought reasoning before training the next version of the model to solve those same problems directly without using such reasoning. This process often results in an improved model which can, when again augmented with chain-of-thought reasoning, solve even harder problems than the original model, allowing the self-learning loop to continue. Language models trained via SECToR autonomously learn to add up to the longest-length-digit numbers without access to any ground truth examples beyond an initial supervised fine-tuning phase consisting only of numbers with 6 or fewer digits. Our central hypothesis is that chain-of-thought reasoning can act as a policy improvement operator, similarly to how Monte-Carlo Tree Search is used in AlphaZero (Silver et al., 2017). We hope that this research can lead to new directions in which language models can learn to teach themselves without the need for human demonstrations.

📄 PDF Abstract BibTeX arXiv:2309.08589

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Learning

Methods 이 논문이 사용한 방법론

Self-Learning 설명 없음
AlphaZero AlphaZero is a reinforcement learning agent for playing board games such as Go, chess, and shogi.
Monte-Carlo Tree Search Monte-Carlo Tree Search is a planning algorithm that accumulates value estimates obtained from Monte Carlo simulations in order to successively direct simulations towards more…

Similar Papers 제목 키워드 기반

OCEAN: Offline Chain-of-thought Evaluation and Alignment in Large Language Models

2024-10-31 · Junda Wu, Xintong Li, Ruoyu Wang, Yu Xia 외

Offline evaluation of LLMs is crucial in understanding their capacities, though current methods remain underexplored in existing research. In this work, we focus on the offline evaluation of the chain-of-thought capabili…

Entity LinkingKnowledge Graphs

Neural Chain-of-Thought Search: Searching the Optimal Reasoning Path to Enhance Large Language Models

2026-01-16 · Guoming Ling, Zhongzhan Huang, Yupei Lin, Junxin Li 외 arxiv

Chain-of-Thought reasoning has significantly enhanced the problem-solving capabilities of Large Language Models. Unfortunately, current models generate reasoning steps sequentially without foresight, often becoming trapp…

ReasonOps: Operator Segmentation for LLM Reasoning Traces

2026-05-28 · Daniel Lee, Owen Queen, James Zou arxiv

Chain-of-thought traces from large reasoning models can span tens of thousands of tokens, yet we lack a vocabulary for describing their internal structure. Previous methods developed to analyze chain-of-thought traces ar…

Chain-of-Thought Augmentation with Logit Contrast for Enhanced Reasoning in Language Models

2024-07-04 · Jay Shim, Grant Kruttschnitt, Alyssa Ma, Daniel Kim 외

Rapidly increasing model scales coupled with steering methods such as chain-of-thought prompting have led to drastic improvements in language model reasoning. At the same time, models struggle with compositional generali…

Language ModelingLanguage Modelling

ROG: Retrieval-Augmented LLM Reasoning for Complex First-Order Queries over Knowledge Graphs

2026-02-02 · Ziyan Zhang, Chao Wang, Zhuo Chen, Chiyi Li 외 arxiv

Answering first-order logic (FOL) queries over incomplete knowledge graphs (KGs) is difficult, especially for complex query structures that compose projection, intersection, union, and negation. We propose ROG, a retriev…

Logical ReasoningKnowledge Graphs