paper-with-me

Papers

GRACE: Discriminator-Guided Chain-of-Thought Reasoning

2023-05-24 · Muhammad Khalifa, Lajanugen Logeswaran, Moontae Lee, Honglak Lee, Lu Wang

In the context of multi-step reasoning, e.g., with chain-of-thought, language models (LMs) can easily assign a high likelihood to incorrect steps. As a result, decoding strategies that optimize for solution likelihood often yield incorrect solutions. To address this issue, we propose Guiding chain-of-thought ReAsoning with a CorrectnEss Discriminator (GRACE), a stepwise decoding approach that steers the decoding process towards producing correct reasoning steps. GRACE employs a discriminator trained with a contrastive loss over correct and incorrect steps, which is used during decoding to score next-step candidates based on their correctness. Importantly, GRACE only requires sampling from the LM, without the need for LM training or fine-tuning. Using models from FLAN-T5 and LLaMA families, we evaluate GRACE over four math and two symbolic reasoning tasks, where it exhibits substantial performance gains compared to greedy decoding, verifiers, and self-consistency in most settings. When further combined with self-consistency, GRACE outperforms all the baselines by sizeable margins. Human and LLM evaluations over GSM8K show that GRACE not only improves the final answer accuracy but also the correctness of the intermediate reasoning. Our implementation can be accessed at \url{https://github.com/mukhal/grace}.

📄 PDF Abstract BibTeX arXiv:2305.14934

Code (1)

mukhal/grace 공식 구현 jax

Tasks

GSM8KMath

Methods 이 논문이 사용한 방법론

Flan-T5 Flan-T5 is the instruction fine-tuned version of T5 or Text-to-Text Transfer Transformer Language Model.

Similar Papers 제목 키워드 기반

GRACE: Generative Recommendation via Journey-Aware Sparse Attention on Chain-of-Thought Tokenization

2025-07-19 · Luyi Ma, Wanjia Zhang, Kai Zhao, Abhishek Kulkarni 외 arxiv

Generative models have recently demonstrated strong potential in multi-behavior recommendation systems, leveraging the expressive power of transformers and tokenization to generate personalized item sequences. However, t…

Sequential RecommendationRecommendation SystemsKnowledge Graphs

GRACE: Step-Level Benchmark for Faithful Reasoning over Context

2026-06-15 · Hoang Pham, Dong Le, Anh Tuan Luu arxiv

Many reasoning tasks require models to reason over input context, from document-grounded question answering to rule-based deduction. Chain-of-Thought (CoT) prompting produces traces that appear transparent, yet individua…

Reinforcement LearningQuestion Answering

Understanding When Tree of Thoughts Succeeds: Larger Models Excel in Generation, Not Discrimination

2024-10-23 · Qiqi Chen, Xinpeng Wang, Philipp Mondorf, Michael A. Hedderich 외

Tree of Thoughts (ToT) is a reasoning strategy for Large Language Models (LLMs) that employs a generator to suggest reasoning steps and a discriminator to decide which steps to implement. ToT demonstrates strong performa…

SABER: Switchable and Balanced Training for Efficient LLM Reasoning

2025-08-08 · Kai Zhao, Yanjun Zhao, Jiaming Song, Shien He 외 arxiv

Large language models (LLMs) empowered by chain-of-thought reasoning have achieved impressive accuracy on complex tasks but suffer from excessive inference costs and latency when applied uniformly to all problems. We pro…

Reinforcement LearningDomain GeneralizationLogical ReasoningCode Generation

Omni-CLST: Error-aware Curriculum Learning with guided Selective chain-of-Thought for audio question answering

2025-09-14 · Jinghua Zhao, Hang Su, Lichun Fan, Zhenbo Luo 외 arxiv

With the rapid progress of large audio-language models (LALMs), audio question answering (AQA) has emerged as a challenging task requiring both fine-grained audio understanding and complex reasoning. While current method…

Question Answering