paper-with-me

Papers

V-STaR: Training Verifiers for Self-Taught Reasoners

2024-02-09 · Arian Hosseini, Xingdi Yuan, Nikolay Malkin, Aaron Courville, Alessandro Sordoni, Rishabh Agarwal

Common self-improvement approaches for large language models (LLMs), such as STaR, iteratively fine-tune LLMs on self-generated solutions to improve their problem-solving ability. However, these approaches discard the large amounts of incorrect solutions generated during this process, potentially neglecting valuable information in such solutions. To address this shortcoming, we propose V-STaR that utilizes both the correct and incorrect solutions generated during the self-improvement process to train a verifier using DPO that judges correctness of model-generated solutions. This verifier is used at inference time to select one solution among many candidate solutions. Running V-STaR for multiple iterations results in progressively better reasoners and verifiers, delivering a 4% to 17% test accuracy improvement over existing self-improvement and verification approaches on common code generation and math reasoning benchmarks with LLaMA2 models.

📄 PDF Abstract BibTeX arXiv:2402.06457

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationMath

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

HS-STAR: Hierarchical Sampling for Self-Taught Reasoners via Difficulty Estimation and Budget Reallocation

2025-05-26 · Feng Xiong, Hongling Xu, Yifei Wang, Runxi Cheng 외

Self-taught reasoners (STaRs) enhance the mathematical reasoning abilities of large language models (LLMs) by leveraging self-generated responses for self-training. Recent studies have incorporated reward models to guide…

Mathematical Reasoning

AdaSTaR: Adaptive Data Sampling for Training Self-Taught Reasoners

2025-05-22 · Woosung Koh, Wonbeen Oh, Jaein Jang, MinHyung Lee 외

Self-Taught Reasoners (STaR), synonymously known as Rejection sampling Fine-Tuning (RFT), is an integral part of the training pipeline of self-improving reasoning Language Models (LMs). The self-improving mechanism often…

Diversity

STaR-SQL: Self-Taught Reasoner for Text-to-SQL

2025-02-19 · Mingqian He, Yongliang Shen, Wenqi Zhang, Qiuying Peng 외

Generating step-by-step "chain-of-thought" rationales has proven effective for improving the performance of large language models on complex reasoning tasks. However, applying such techniques to structured tasks, such as…

Text to SQLText-To-SQL

B-STaR: Monitoring and Balancing Exploration and Exploitation in Self-Taught Reasoners

2024-12-23 · Weihao Zeng, Yuzhen Huang, Lulu Zhao, Yijun Wang 외

In the absence of extensive human-annotated data for complex reasoning tasks, self-improvement -- where models are trained on their own outputs -- has emerged as a primary method for enhancing performance. However, the c…

Mathematical Reasoning

Large Language Models Are Self-Taught Reasoners: Enhancing LLM Applications via Tailored Problem-Solving Demonstrations

2024-08-22 · Kai Tzu-iunn Ong, Taeyoon Kwon, Jinyoung Yeo

Guiding large language models with a selected set of human-authored demonstrations is a common practice for improving LLM applications. However, human effort can be costly, especially in specialized domains (e.g., clinic…

Multiple-choice