paper-with-me

홈 › Papers

PORT: Preference Optimization on Reasoning Traces

2024-06-23 · Salem Lahlou, Abdalgader Abubaker, Hakim Hacid

Preference optimization methods have been successfully applied to improve not only the alignment of large language models (LLMs) with human values, but also specific natural language tasks such as summarization and stylistic continuations. This paper proposes using preference optimization methods on Chain-of-Thought steps in order to improve the reasoning performances of language models. While the chosen answers are obtained from datasets that include reasoning traces, we propose two complementary schemes for generating rejected answers: digit corruption, and weak LLM prompting. Our approach leads to increased accuracy on the GSM8K, AQuA-RAT, and ARC benchmarks for Falcon2-11B and Mistral-7B. For example, the approach can lead to up to a relative 8.47% increase in accuracy on the GSM8K benchmark without any extra annotations. This work suggests that spending resources on creating more datasets of reasoning traces would further boost LLM performances on informal reasoning tasks.

📄 PDF Abstract BibTeX arXiv:2406.16061

Code (0)

등록된 구현이 없습니다.

Tasks

ARCGSM8K

Similar Papers 제목 키워드 기반

Decomposing the Delta: What Do Models Actually Learn from Preference Pairs?

2026-04-09 · Chia-Hsuan Lee, Mingyang Zhou, Renkun Ni, Zelei Cheng 외 arxiv

Preference optimization methods such as DPO and KTO are widely used for aligning language models, yet little is understood about what properties of preference data drive downstream reasoning gains. We ask: what aspects o…

ORPO-Distill: Mixed-Policy Preference Optimization for Cross-Architecture LLM Distillation

2025-09-29 · Aasheesh Singh, Vishal Vaddina, Dagnachew Birru arxiv

We introduce ORPO-Distill, a general-purpose method for cross-architecture LLM distillation that formulates the problem as a preference optimization task. Unlike standard CoT distillation, the approach transfers knowledg…

From Noisy Traces to Stable Gradients: Bias-Variance Optimized Preference Optimization for Aligning Large Reasoning Models

2025-10-06 · Mingkang Zhu, Xi Chen, Bei Yu, Hengshuang Zhao 외 arxiv

Large reasoning models (LRMs) generate intermediate reasoning traces before producing final answers, yielding strong gains on multi-step and mathematical tasks. Yet aligning LRMs with human preferences, a crucial prerequ…

Flow-DPO: Improving LLM Mathematical Reasoning through Online Multi-Agent Learning

2024-10-29 · Yihe Deng, Paul Mineiro

Mathematical reasoning is a crucial capability for Large Language Models (LLMs), yet generating detailed and accurate reasoning traces remains a significant challenge. This paper introduces a novel approach to produce hi…

Mathematical Reasoning

Characterizing, Evaluating, and Optimizing Complex Reasoning

2026-02-09 · Haoran Zhang, Yafu Li, Zhi Wang, Zhilin Wang 외 arxiv

Large Reasoning Models (LRMs) increasingly rely on reasoning traces with complex internal structures. However, existing work lacks a unified answer to three fundamental questions: (1) what defines high-quality reasoning,…