paper-with-me

홈 › Papers

STaR: Bootstrapping Reasoning With Reasoning

2022-03-28 · Eric Zelikman, Yuhuai Wu, Jesse Mu, Noah D. Goodman

Generating step-by-step "chain-of-thought" rationales improves language model performance on complex reasoning tasks like mathematics or commonsense question-answering. However, inducing language model rationale generation currently requires either constructing massive rationale datasets or sacrificing accuracy by using only few-shot inference. We propose a technique to iteratively leverage a small number of rationale examples and a large dataset without rationales, to bootstrap the ability to perform successively more complex reasoning. This technique, the "Self-Taught Reasoner" (STaR), relies on a simple loop: generate rationales to answer many questions, prompted with a few rationale examples; if the generated answers are wrong, try again to generate a rationale given the correct answer; fine-tune on all the rationales that ultimately yielded correct answers; repeat. We show that STaR significantly improves performance on multiple datasets compared to a model fine-tuned to directly predict final answers, and performs comparably to fine-tuning a 30$\times$ larger state-of-the-art language model on CommensenseQA. Thus, STaR lets a model improve itself by learning from its own generated reasoning.

📄 PDF Abstract BibTeX arXiv:2203.14465

Code (1)

ezelikman/STaR 공식 구현 jax

Tasks

Common Sense ReasoningLanguage ModelingLanguage ModellingQuestion Answering

Similar Papers 제목 키워드 기반

Reasoning Curriculum: Bootstrapping Broad LLM Reasoning from Math

2025-10-30 · Bo Pang, Deqian Kong, Silvio Savarese, Caiming Xiong 외 arxiv

Reinforcement learning (RL) can elicit strong reasoning in large language models (LLMs), yet most open efforts focus on math and code. We propose Reasoning Curriculum, a simple two-stage curriculum that first elicits rea…

Reinforcement Learning

Enhancing Chain-of-Thoughts Prompting with Iterative Bootstrapping in Large Language Models

2023-04-23 · Jiashuo Sun, Yi Luo, Yeyun Gong, Chen Lin 외

Large language models (LLMs) can achieve highly effective performance on various reasoning tasks by incorporating step-by-step chain-of-thought (CoT) prompting as demonstrations. However, the reasoning chains of demonstr…

Attack-in-the-Chain: Bootstrapping Large Language Models for Attacks Against Black-box Neural Ranking Models

2024-12-25 · Yu-An Liu, Ruqing Zhang, Jiafeng Guo, Maarten de Rijke 외

Neural ranking models (NRMs) have been shown to be highly effective in terms of retrieval performance. Unfortunately, they have also displayed a higher degree of sensitivity to attacks than previous generation models. To…

SciReasoner: Laying the Scientific Reasoning Ground Across Disciplines

2025-09-25 · Yizhou Wang, Chen Tang, Han Deng, Jiabei Xiao 외 arxiv

We present a scientific reasoning foundation model that aligns natural language with heterogeneous scientific representations. The model is pretrained on a 206B-token corpus spanning scientific text, pure sequences, and …

Reinforcement LearningDomain Generalization

BOOST: Bootstrapping Strategy-Driven Reasoning Programs for Program-Guided Fact-Checking

2025-04-03 · Qisheng Hu, Quanyu Long, Wenya Wang

Program-guided reasoning has shown promise in complex claim fact-checking by decomposing claims into function calls and executing reasoning programs. However, prior work primarily relies on few-shot in-context learning (…

Claim VerificationDiversityFact CheckingIn-Context Learning